summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-09-06builtin rebase: support --quietPratik Karki1-0/+15
2018-09-06builtin rebase: handle the pre-rebase hook and --no-verifyPratik Karki1-0/+11
2018-09-06builtin rebase: support `git rebase --onto A...B`Pratik Karki1-1/+7
2018-09-06builtin rebase: support --ontoPratik Karki1-5/+30
2018-09-05Remove superfluous trailing semicolonsElijah Newren1-1/+1
2018-09-04Merge branch 'en/directory-renames-nothanks'Junio C Hamano1-0/+1
2018-08-31fetch: stop clobbering existing tags without --forceÆvar Arnfjörð Bjarmason1-6/+12
2018-08-31fetch: change "branch" to "reference" in --force -h outputÆvar Arnfjörð Bjarmason1-1/+1
2018-08-30worktree: delete .git/worktrees if empty after 'remove'Eric Sunshine1-1/+7
2018-08-30worktree: teach 'remove' to override lock when --force given twiceEric Sunshine1-5/+6
2018-08-30worktree: teach 'move' to override lock when --force given twiceEric Sunshine1-4/+9
2018-08-30worktree: teach 'add' to respect --force for registered but missing pathEric Sunshine1-2/+8
2018-08-30worktree: disallow adding same path multiple timesEric Sunshine1-0/+25
2018-08-30worktree: prepare for more checks of whether path can become worktreeEric Sunshine1-2/+7
2018-08-30worktree: generalize delete_git_dir() to reduce code duplicationEric Sunshine1-16/+9
2018-08-30worktree: move delete_git_dir() earlier in file for upcoming new callersEric Sunshine1-14/+14
2018-08-30am: avoid directory rename detection when calling recursive merge machineryElijah Newren1-0/+1
2018-08-29rebase -i: rewrite init_basic_state() in CAlban Gruin1-1/+22
2018-08-29rebase -i: rewrite write_basic_state() in CAlban Gruin1-2/+26
2018-08-29rebase -i: rewrite the rest of init_revisions_and_shortrevisions() in CAlban Gruin1-6/+34
2018-08-29rebase -i: implement the logic to initialize $revisions in CAlban Gruin1-3/+53
2018-08-29rebase -i: remove unused modes and functionsAlban Gruin1-21/+2
2018-08-29rebase -i: rewrite complete_action() in CAlban Gruin1-2/+10
2018-08-29mailinfo: support format=flowedRené Scharfe1-0/+4
2018-08-29convert hashmap comparison functions to oideq()Jeff King1-3/+3
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King3-4/+4
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King6-8/+8
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King1-1/+1
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King19-31/+31
2018-08-29commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee1-0/+4
2018-08-27Merge branch 'ja/i18n-message-fixes'Junio C Hamano1-1/+1
2018-08-27Merge branch 'js/range-diff'Junio C Hamano1-1/+1
2018-08-27Merge branch 'rs/opt-updates'Junio C Hamano5-6/+6
2018-08-27Merge branch 'ep/worktree-quiet-option'Junio C Hamano1-3/+13
2018-08-27Merge branch 'sm/branch-sort-config'Junio C Hamano1-1/+9
2018-08-27range-diff: update stale summary of --no-dual-colorKyle Meyer1-1/+1
2018-08-23i18n: fix mistakes in translated stringsJean-Noël Avila1-1/+1
2018-08-23interpret-trailers: allow suppressing "---" dividerJeff King1-0/+1
2018-08-22rev-list: make empty --stdin not an errorJeff King1-1/+1
2018-08-22Merge branch 'nd/pack-deltify-regression-fix'Junio C Hamano1-4/+1
2018-08-21pack-objects: reuse on-disk deltas for thin "have" objectsJeff King1-9/+19
2018-08-21parseopt: group literal string alternatives in argument helpRené Scharfe3-4/+4
2018-08-21remote: improve argument help for add --mirrorRené Scharfe1-1/+1
2018-08-21checkout-index: improve argument help for --stageRené Scharfe1-1/+1
2018-08-21commit-graph: not compatible with replace objectsDerrick Stolee1-0/+4
2018-08-21refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callbackStefan Beller1-4/+4
2018-08-20pack-objects: consider packs in multi-pack-indexDerrick Stolee1-0/+28
2018-08-20treewide: use get_all_packsDerrick Stolee5-14/+14
2018-08-20multi-pack-index: provide more helpful usage infoDerrick Stolee1-8/+8
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano2-0/+56