summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2019-03-18pack-objects: default to writing bitmap hash-cacheJeff King1-1/+1
2019-03-18repack: enable bitmaps by default on bare reposEric Wong1-1/+4
2019-03-18difftool: allow running outside Git worktrees with --no-indexJohannes Schindelin1-3/+10
2019-03-18difftool: remove obsolete (and misleading) commentJohannes Schindelin1-1/+0
2019-03-14gc: remove redundant check for gc_auto_thresholdÆvar Arnfjörð Bjarmason1-3/+0
2019-03-12mingw: respect core.hidedotfiles = false in git-init againJohannes Schindelin1-0/+7
2019-03-12rebase: deprecate --preserve-mergesJohannes Schindelin1-2/+6
2019-03-12worktree: fix worktree add raceMichal Suchanek1-5/+7
2019-03-12stash: pass pathspec as pointerThomas Gummerer1-30/+38
2019-03-11stash: drop unused parameterThomas Gummerer1-4/+4
2019-03-08built-in stash: handle :(glob) pathspecs againJohannes Schindelin1-2/+3
2019-03-08commit-tree: utilize parse-options apiBrandon Richardson1-72/+86
2019-03-07Merge branch 'jk/diff-no-index-initialize'Junio C Hamano1-9/+11
2019-03-07Merge branch 'nd/completion-more-parameters'Junio C Hamano6-0/+32
2019-03-07Merge branch 'ab/receive-pack-use-after-free-fix'Junio C Hamano1-8/+15
2019-03-07Merge branch 'jk/prune-optim'Junio C Hamano1-12/+32
2019-03-07Merge branch 'jh/trace2'Junio C Hamano8-6/+55
2019-03-07Merge branch 'rj/prune-packed-excess-args'Junio C Hamano1-0/+5
2019-03-07Merge branch 'en/combined-all-paths'Junio C Hamano1-1/+5
2019-03-07Merge branch 'sc/pack-redundant'Junio C Hamano1-139/+91
2019-03-07Merge branch 'du/branch-show-current'Junio C Hamano1-2/+23
2019-03-07Merge branch 'wh/author-committer-ident-config'Junio C Hamano2-1/+3
2019-03-07Merge branch 'nd/diff-parseopt'Junio C Hamano3-19/+33
2019-03-07Merge branch 'tg/checkout-no-overlay'Junio C Hamano1-35/+92
2019-03-07tests: add a special setup where stash.useBuiltin is offJohannes Schindelin1-1/+4
2019-03-07stash: optionally use the scripted version againJohannes Schindelin1-0/+35
2019-03-07stash: convert `stash--helper.c` into `stash.c`Paul-Sebastian Ungureanu1-67/+89
2019-03-07stash: replace all `write-tree` child processes with API callsPaul-Sebastian Ungureanu1-29/+12
2019-03-07stash: optimize `get_untracked_files()` and `check_changes()`Paul-Sebastian Ungureanu1-19/+27
2019-03-07stash: convert save to builtinPaul-Sebastian Ungureanu1-0/+50
2019-03-07stash: make push -q quietPaul-Sebastian Ungureanu1-20/+36
2019-03-07stash: convert push to builtinPaul-Sebastian Ungureanu1-4/+242
2019-03-07stash: convert create to builtinPaul-Sebastian Ungureanu1-1/+448
2019-03-07stash: convert store to builtinPaul-Sebastian Ungureanu1-0/+62
2019-03-07stash: convert show to builtinPaul-Sebastian Ungureanu1-0/+87
2019-03-07stash: convert list to builtinPaul-Sebastian Ungureanu1-0/+31
2019-03-07stash: convert pop to builtinJoel Teichroeb1-1/+38
2019-03-07stash: convert branch to builtinJoel Teichroeb1-0/+46
2019-03-07stash: convert drop and clear to builtinJoel Teichroeb1-0/+117
2019-03-07stash: convert apply to builtinJoel Teichroeb1-0/+451
2019-03-07rebase--interactive: move transform_todo_file()Alban Gruin1-1/+25
2019-03-07rebase-interactive: rewrite edit_todo_list() to handle the initial editAlban Gruin1-1/+23
2019-03-07rebase--interactive: move rearrange_squash_in_todo_file()Alban Gruin1-1/+27
2019-03-07rebase--interactive: move sequencer_add_exec_commands()Alban Gruin1-1/+26
2019-03-07sequencer: change complete_action() to use the refactored functionsAlban Gruin1-14/+6
2019-03-07sequencer: make sequencer_make_script() write its script to a strbufAlban Gruin1-5/+8
2019-03-07sequencer: refactor rearrange_squash() to work on a todo_listAlban Gruin1-1/+1
2019-03-07sequencer: refactor sequencer_add_exec_commands() to work on a todo_listAlban Gruin1-4/+14
2019-03-05fsck: always compute USED flags for unreachable objectsJeff King1-0/+62
2019-03-05rev-list: allow cached objects in existence checkJeff King1-1/+1