summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-22Merge branch 'en/rebase-no-keep-empty'Junio C Hamano1-7/+10
2020-04-22Merge branch 'js/flush-prompt-before-interative-input'Junio C Hamano1-10/+4
2020-04-22Merge branch 'ma/simplify-merge-config-parsing'Junio C Hamano1-3/+5
2020-04-22Merge branch 'eb/format-patch-no-encode-headers'Junio C Hamano1-0/+7
2020-04-22Merge branch 'dd/no-gpg-sign'Junio C Hamano1-3/+4
2020-04-22Merge branch 'jk/use-quick-lookup-in-clone-for-tag-following'Junio C Hamano1-1/+3
2020-04-22Merge branch 'jk/oid-array-cleanups'Junio C Hamano8-8/+8
2020-04-22Merge branch 'en/pull-do-not-rebase-after-fast-forwarding'Junio C Hamano1-1/+4
2020-04-22Merge branch 'rs/pull-options-sync-code-and-doc'Junio C Hamano1-0/+18
2020-04-22Merge branch 'jt/connectivity-check-optim-in-partial-clone'Junio C Hamano2-12/+2
2020-04-22receive-pack: compilation fixJunio C Hamano1-1/+3
2020-04-20diff-tree.c: load notes machinery when requiredTaylor Blau1-0/+9
2020-04-20grep: follow conventions for printing paths w/ unusual charsMatheus Tavares1-12/+34
2020-04-16blame: use changed-path Bloom filtersDerrick Stolee1-0/+10
2020-04-16tests: write commit-graph with Bloom filtersDerrick Stolee2-5/+6
2020-04-16help: move list_config_help to builtin/helpEmily Shaffer1-0/+86
2020-04-16log: add log.excludeDecoration config optionDerrick Stolee1-1/+15