summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* builtin/index-pack: add option to specify hash algorithmbrian m. carlson2020-06-191-0/+8
* builtin/ls-remote: initialize repository based on fetchbrian m. carlson2020-05-271-0/+4
* builtin/show-index: provide options to determine hash algobrian m. carlson2020-05-271-5/+24
* packfile: compute and use the index CRC offsetbrian m. carlson2020-05-271-5/+1
* builtin/clone: initialize hash algorithm properlybrian m. carlson2020-05-271-0/+9
* builtin/receive-pack: detect when the server doesn't support our hashbrian m. carlson2020-05-271-0/+9
* remote: advertise the object-format capability on the server sidebrian m. carlson2020-05-271-0/+1
* Merge branch 'cb/avoid-colliding-with-netbsd-hmac'Junio C Hamano2020-05-081-3/+3
|\
| * builtin/receive-pack: avoid generic function name hmac()Carlo Marcelo Arenas Belón2020-05-051-3/+3
* | Merge branch 'es/restore-staged-from-head-by-default'Junio C Hamano2020-05-081-3/+3
|\ \
| * | restore: default to HEAD when combining --staged and --worktreeEric Sunshine2020-05-051-3/+3
* | | Merge branch 'jk/for-each-ref-multi-key-sort-fix'Junio C Hamano2020-05-083-3/+3
|\ \ \
| * | | ref-filter: apply --ignore-case to all sorting keysJeff King2020-05-043-3/+3
* | | | Merge branch 'dl/switch-c-option-in-error-message'Junio C Hamano2020-05-081-4/+10
|\ \ \ \
| * | | | switch: fix errors and comments related to -c and -CDenton Liu2020-04-301-4/+10
| | |_|/ | |/| |
* | | | Merge branch 'dl/push-recurse-submodules-fix'Junio C Hamano2020-05-051-6/+3
|\ \ \ \
| * | | | push: unset PARSE_OPT_OPTARG for --recurse-submodulesDenton Liu2020-04-281-6/+3
| | |_|/ | |/| |
* | | | Merge branch 'dl/opt-callback-cleanup'Junio C Hamano2020-05-0529-164/+156
|\ \ \ \
| * | | | Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-2829-164/+156
* | | | | Merge branch 'js/anonymise-push-url-in-errors'Junio C Hamano2020-05-011-2/+4
|\ \ \ \ \
| * | | | | push: anonymize URLs in error messages and warningsJohannes Schindelin2020-04-281-2/+4
* | | | | | Merge branch 'es/bugreport'Junio C Hamano2020-05-011-0/+86
|\ \ \ \ \ \
| * | | | | | help: move list_config_help to builtin/helpEmily Shaffer2020-04-161-0/+86
* | | | | | | Merge branch 'en/rebase-root-and-fork-point-are-incompatible'Junio C Hamano2020-05-011-0/+3
|\ \ \ \ \ \ \
| * | | | | | | rebase: display an error if --root and --fork-point are both providedElijah Newren2020-04-271-0/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'ds/blame-on-bloom'Junio C Hamano2020-05-013-5/+16
|\ \ \ \ \ \ \
| * | | | | | | blame: use changed-path Bloom filtersDerrick Stolee2020-04-161-0/+10
| * | | | | | | tests: write commit-graph with Bloom filtersDerrick Stolee2020-04-162-5/+6
* | | | | | | | Merge branch 'gs/commit-graph-path-filter'Junio C Hamano2020-05-011-2/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh2020-04-061-1/+2
| * | | | | | | commit-graph: add --changed-paths option to write subcommandGarima Singh2020-04-061-2/+7
* | | | | | | | Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano2020-05-011-7/+45
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano2020-04-291-8/+3
| * | | | | | | | commit-graph.c: introduce '--[no-]check-oids'Taylor Blau2020-04-151-3/+8
| * | | | | | | | commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau2020-04-151-3/+16
| * | | | | | | | builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau2020-04-151-0/+2
| * | | | | | | | builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau2020-04-151-1/+6
| * | | | | | | | builtin/commit-graph.c: support for '--split[=<strategy>]'Taylor Blau2020-04-151-4/+22
* | | | | | | | | Merge branch 'tb/reset-shallow'Junio C Hamano2020-05-011-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau2020-04-241-2/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ps/transactional-update-ref-stdin'Junio C Hamano2020-04-291-66/+179
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | update-ref: implement interactive transaction handlingPatrick Steinhardt2020-04-021-8/+98
| * | | | | | | | | update-ref: read commands in a line-wise fashionPatrick Steinhardt2020-04-021-40/+45
| * | | | | | | | | update-ref: move transaction handling into `update_refs_stdin()`Patrick Steinhardt2020-04-021-13/+14
| * | | | | | | | | update-ref: pass end pointer instead of strbufPatrick Steinhardt2020-04-021-15/+15
| * | | | | | | | | update-ref: drop unused argument for `parse_refname`Patrick Steinhardt2020-04-021-5/+5
| * | | | | | | | | update-ref: organize commands in an arrayPatrick Steinhardt2020-04-021-12/+29
* | | | | | | | | | Merge branch 'en/fill-directory-exponential'Junio C Hamano2020-04-294-22/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix error-prone fill_directory() API; make it only return matchesElijah Newren2020-04-014-22/+8
| | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'hi/gpg-use-check-signature' into maintJunio C Hamano2020-03-171-7/+4
| |\ \ \ \ \ \ \ \ \