summaryrefslogtreecommitdiffstats
path: root/builtin
AgeCommit message (Expand)AuthorLines
2020-03-12Merge branch 'en/rebase-backend'Junio C Hamano-1/+1
2020-03-11i18n: unmark a message in rebase.cJiang Xin-1/+1
2020-03-09Merge branch 'pb/am-show-current-patch'Junio C Hamano-20/+76
2020-03-09Merge branch 'am/pathspec-f-f-more'Junio C Hamano-44/+63
2020-03-05Merge branch 'hi/gpg-use-check-signature'Junio C Hamano-7/+4
2020-03-05Merge branch 'be/describe-multiroot'Junio C Hamano-4/+18
2020-03-05Merge branch 'ag/rebase-remove-redundant-code'Junio C Hamano-9/+1
2020-03-05Merge branch 'es/recursive-single-branch-clone'Junio C Hamano-6/+30
2020-03-05Merge branch 'jk/nth-packed-object-id'Junio C Hamano-24/+26
2020-03-05Merge branch 'es/do-not-let-rebase-switch-to-protected-branch'Junio C Hamano-2/+3
2020-03-05Merge branch 'hv/receive-denycurrent-everywhere'Junio C Hamano-17/+19
2020-03-05Merge branch 'es/worktree-avoid-duplication-fix'Junio C Hamano-8/+1
2020-03-05Merge branch 'mr/bisect-in-c-1'Junio C Hamano-56/+67
2020-03-05Merge branch 'ds/sparse-add'Junio C Hamano-32/+109
2020-03-02Merge branch 'rs/micro-cleanups'Junio C Hamano-1/+1
2020-03-02Merge branch 'ds/partial-clone-fixes'Junio C Hamano-5/+5
2020-03-02Merge branch 'en/rebase-backend'Junio C Hamano-78/+179
2020-03-02Merge branch 'en/check-ignore'Junio C Hamano-0/+3
2020-03-02Merge branch 'jk/object-filter-with-bitmap'Junio C Hamano-27/+100
2020-02-28Revert "gpg-interface: prefer check_signature() for GPG verification"Junio C Hamano-7/+4
2020-02-26describe: don't abort too early when searching tagsBenno Evers-4/+18
2020-02-26builtin/rebase: remove a call to get_oid() on `options.switch_to'Alban Gruin-9/+1
2020-02-25Merge branch 'bw/remote-rename-update-config'Junio C Hamano-81/+137
2020-02-25clone: pass --single-branch during --recurse-submodulesEmily Shaffer-2/+23
2020-02-25submodule--helper: use C99 named initializerEmily Shaffer-4/+7
2020-02-24worktree: don't allow "add" validation to be fooled by suffix matchingEric Sunshine-8/+1
2020-02-24packed_object_info(): use object_id for returning delta baseJeff King-1/+1
2020-02-24pack-objects: use object_id struct in pack-reuse codeJeff King-4/+5
2020-02-24pack-objects: convert oe_set_delta_ext() to use object_idJeff King-1/+1
2020-02-24pack-objects: read delta base oid into object_id structJeff King-17/+18
2020-02-24nth_packed_object_oid(): use customary integer returnJeff King-2/+2
2020-02-24rebase: refuse to switch to branch already checked out elsewhereEric Sunshine-2/+3
2020-02-24receive.denyCurrentBranch: respect all worktreesHariom Verma-17/+19
2020-02-24use strpbrk(3) to search for characters from a given setRené Scharfe-1/+1
2020-02-22partial-clone: avoid fetching when looking for objectsDerrick Stolee-5/+5
2020-02-20am: support --show-current-patch=diff to retrieve .git/rebase-apply/patchPaolo Bonzini-2/+7
2020-02-20am: support --show-current-patch=raw as a synonym for--show-current-patchPaolo Bonzini-6/+53
2020-02-20am: convert "resume" variable to a structPaolo Bonzini-14/+18
2020-02-19stash push: support the --pathspec-from-file optionAlexandr Miloslavskiy-0/+20
2020-02-19stash: eliminate crude option parsingAlexandr Miloslavskiy-38/+21
2020-02-19rm: support the --pathspec-from-file optionAlexandr Miloslavskiy-6/+22
2020-02-19bisect: libify `check_good_are_ancestors_of_bad` and its dependentsPranit Bauva-1/+10
2020-02-19bisect--helper: return error codes from `cmd_bisect__helper()`Pranit Bauva-1/+1
2020-02-19bisect--helper: introduce new `decide_next()` functionTanushree Tumane-32/+34
2020-02-19bisect--helper: change `retval` to `res`Tanushree Tumane-26/+26
2020-02-19bisect--helper: convert `vocab_*` char pointers to char arraysMiriam Rubio-2/+2
2020-02-18check-ignore: fix documentation and implementation to matchElijah Newren-0/+3
2020-02-18rev-list --count: comment on the use of count_right++Junio C Hamano-0/+7
2020-02-17Merge branch 'mr/show-config-scope'Junio C Hamano-10/+36
2020-02-17Merge branch 'rs/strbuf-insertstr'Junio C Hamano-4/+4