summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2020-05-24Merge branch 'ds/multi-pack-verify'Junio C Hamano1-1/+2
2020-05-19fsck: use ERROR_MULTI_PACK_INDEXDerrick Stolee1-1/+2
2020-05-13Merge branch 'ss/submodule-set-url-in-c'Junio C Hamano1-0/+32
2020-05-13Merge branch 'jc/auto-gc-quiet'Junio C Hamano5-16/+6
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano6-1/+7
2020-05-08Merge branch 'cb/avoid-colliding-with-netbsd-hmac'Junio C Hamano1-3/+3
2020-05-08Merge branch 'es/restore-staged-from-head-by-default'Junio C Hamano1-3/+3
2020-05-08Merge branch 'jk/for-each-ref-multi-key-sort-fix'Junio C Hamano3-3/+3
2020-05-08Merge branch 'dl/switch-c-option-in-error-message'Junio C Hamano1-4/+10
2020-05-08submodule: port subcommand 'set-url' from shell to CShourya Shukla1-0/+32
2020-05-07auto-gc: pass --quiet down from am, commit, merge and rebaseJunio C Hamano4-8/+4
2020-05-07auto-gc: extract a reusable helper from "git fetch"Junio C Hamano1-8/+2
2020-05-05Merge branch 'dl/push-recurse-submodules-fix'Junio C Hamano1-6/+3
2020-05-05Merge branch 'dl/opt-callback-cleanup'Junio C Hamano29-164/+156
2020-05-05restore: default to HEAD when combining --staged and --worktreeEric Sunshine1-3/+3
2020-05-05builtin/receive-pack: avoid generic function name hmac()Carlo Marcelo Arenas Belón1-3/+3
2020-05-04ref-filter: apply --ignore-case to all sorting keysJeff King3-3/+3
2020-05-01Merge branch 'js/anonymise-push-url-in-errors'Junio C Hamano1-2/+4
2020-05-01Merge branch 'es/bugreport'Junio C Hamano1-0/+86
2020-05-01Merge branch 'en/rebase-root-and-fork-point-are-incompatible'Junio C Hamano1-0/+3
2020-05-01Merge branch 'ds/blame-on-bloom'Junio C Hamano3-5/+16
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano1-2/+8
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano1-7/+45
2020-05-01Merge branch 'tb/reset-shallow'Junio C Hamano1-2/+2
2020-04-30shallow: use struct 'shallow_lock' for additional safetyTaylor Blau1-1/+1
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau6-0/+6
2020-04-30switch: fix errors and comments related to -c and -CDenton Liu1-4/+10
2020-04-29Merge branch 'ps/transactional-update-ref-stdin'Junio C Hamano1-65/+178
2020-04-29Merge branch 'en/fill-directory-exponential'Junio C Hamano4-22/+8
2020-04-29Merge branch 'en/sparse-checkout'Junio C Hamano1-32/+21
2020-04-29Merge branch 'dl/merge-autostash-rebase-quit-fix'Junio C Hamano1-0/+1
2020-04-29Merge branch 'dl/merge-autostash'Junio C Hamano4-268/+76
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano1-8/+3
2020-04-28Merge branch 'mt/grep-cquote-path'Junio C Hamano1-12/+34
2020-04-28Merge branch 'ds/log-exclude-decoration-config'Junio C Hamano1-1/+15
2020-04-28Merge branch 'tb/diff-tree-with-notes'Junio C Hamano1-0/+9
2020-04-28Merge branch 'js/stash-p-fix'Junio C Hamano1-1/+1
2020-04-28Merge branch 'dl/libify-a-few'Junio C Hamano4-700/+4
2020-04-28Merge branch 'jt/avoid-prefetch-when-able-in-diff'Junio C Hamano1-3/+2
2020-04-28Merge branch 'ds/commit-graph-expiry-fix'Junio C Hamano1-1/+1
2020-04-28Merge branch 'jc/log-no-mailmap'Junio C Hamano2-1/+2
2020-04-28Merge branch 'jk/config-use-size-t'Junio C Hamano2-2/+2
2020-04-28Merge branch 'bc/constant-memequal'Junio C Hamano1-1/+22
2020-04-28push: anonymize URLs in error messages and warningsJohannes Schindelin1-2/+4
2020-04-28rebase: save autostash entry into stash reflog on --quitDenton Liu1-0/+1
2020-04-28push: unset PARSE_OPT_OPTARG for --recurse-submodulesDenton Liu1-6/+3
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu29-164/+156
2020-04-27rebase: display an error if --root and --fork-point are both providedElijah Newren1-0/+3
2020-04-24shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau1-2/+2
2020-04-22Merge branch 'jt/rebase-allow-duplicate'Junio C Hamano1-0/+7