Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | builtin/index-pack: add option to specify hash algorithm | brian m. carlson | 2020-06-19 | 1 | -0/+8 |
* | builtin/ls-remote: initialize repository based on fetch | brian m. carlson | 2020-05-27 | 1 | -0/+4 |
* | builtin/show-index: provide options to determine hash algo | brian m. carlson | 2020-05-27 | 1 | -5/+24 |
* | packfile: compute and use the index CRC offset | brian m. carlson | 2020-05-27 | 1 | -5/+1 |
* | builtin/clone: initialize hash algorithm properly | brian m. carlson | 2020-05-27 | 1 | -0/+9 |
* | builtin/receive-pack: detect when the server doesn't support our hash | brian m. carlson | 2020-05-27 | 1 | -0/+9 |
* | remote: advertise the object-format capability on the server side | brian m. carlson | 2020-05-27 | 1 | -0/+1 |
* | Merge branch 'cb/avoid-colliding-with-netbsd-hmac' | Junio C Hamano | 2020-05-08 | 1 | -3/+3 |
|\ | |||||
| * | builtin/receive-pack: avoid generic function name hmac() | Carlo Marcelo Arenas Belón | 2020-05-05 | 1 | -3/+3 |
* | | Merge branch 'es/restore-staged-from-head-by-default' | Junio C Hamano | 2020-05-08 | 1 | -3/+3 |
|\ \ | |||||
| * | | restore: default to HEAD when combining --staged and --worktree | Eric Sunshine | 2020-05-05 | 1 | -3/+3 |
* | | | Merge branch 'jk/for-each-ref-multi-key-sort-fix' | Junio C Hamano | 2020-05-08 | 3 | -3/+3 |
|\ \ \ | |||||
| * | | | ref-filter: apply --ignore-case to all sorting keys | Jeff King | 2020-05-04 | 3 | -3/+3 |
* | | | | Merge branch 'dl/switch-c-option-in-error-message' | Junio C Hamano | 2020-05-08 | 1 | -4/+10 |
|\ \ \ \ | |||||
| * | | | | switch: fix errors and comments related to -c and -C | Denton Liu | 2020-04-30 | 1 | -4/+10 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'dl/push-recurse-submodules-fix' | Junio C Hamano | 2020-05-05 | 1 | -6/+3 |
|\ \ \ \ | |||||
| * | | | | push: unset PARSE_OPT_OPTARG for --recurse-submodules | Denton Liu | 2020-04-28 | 1 | -6/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'dl/opt-callback-cleanup' | Junio C Hamano | 2020-05-05 | 29 | -164/+156 |
|\ \ \ \ | |||||
| * | | | | Use OPT_CALLBACK and OPT_CALLBACK_F | Denton Liu | 2020-04-28 | 29 | -164/+156 |
* | | | | | Merge branch 'js/anonymise-push-url-in-errors' | Junio C Hamano | 2020-05-01 | 1 | -2/+4 |
|\ \ \ \ \ | |||||
| * | | | | | push: anonymize URLs in error messages and warnings | Johannes Schindelin | 2020-04-28 | 1 | -2/+4 |
* | | | | | | Merge branch 'es/bugreport' | Junio C Hamano | 2020-05-01 | 1 | -0/+86 |
|\ \ \ \ \ \ | |||||
| * | | | | | | help: move list_config_help to builtin/help | Emily Shaffer | 2020-04-16 | 1 | -0/+86 |
* | | | | | | | Merge branch 'en/rebase-root-and-fork-point-are-incompatible' | Junio C Hamano | 2020-05-01 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | rebase: display an error if --root and --fork-point are both provided | Elijah Newren | 2020-04-27 | 1 | -0/+3 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'ds/blame-on-bloom' | Junio C Hamano | 2020-05-01 | 3 | -5/+16 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | blame: use changed-path Bloom filters | Derrick Stolee | 2020-04-16 | 1 | -0/+10 |
| * | | | | | | | tests: write commit-graph with Bloom filters | Derrick Stolee | 2020-04-16 | 2 | -5/+6 |
* | | | | | | | | Merge branch 'gs/commit-graph-path-filter' | Junio C Hamano | 2020-05-01 | 1 | -2/+8 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flag | Garima Singh | 2020-04-06 | 1 | -1/+2 |
| * | | | | | | | commit-graph: add --changed-paths option to write subcommand | Garima Singh | 2020-04-06 | 1 | -2/+7 |
* | | | | | | | | Merge branch 'tb/commit-graph-split-strategy' | Junio C Hamano | 2020-05-01 | 1 | -7/+45 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Revert "commit-graph.c: introduce '--[no-]check-oids'" | Junio C Hamano | 2020-04-29 | 1 | -8/+3 |
| * | | | | | | | | commit-graph.c: introduce '--[no-]check-oids' | Taylor Blau | 2020-04-15 | 1 | -3/+8 |
| * | | | | | | | | commit-graph.h: replace 'commit_hex' with 'commits' | Taylor Blau | 2020-04-15 | 1 | -3/+16 |
| * | | | | | | | | builtin/commit-graph.c: introduce split strategy 'replace' | Taylor Blau | 2020-04-15 | 1 | -0/+2 |
| * | | | | | | | | builtin/commit-graph.c: introduce split strategy 'no-merge' | Taylor Blau | 2020-04-15 | 1 | -1/+6 |
| * | | | | | | | | builtin/commit-graph.c: support for '--split[=<strategy>]' | Taylor Blau | 2020-04-15 | 1 | -4/+22 |
* | | | | | | | | | Merge branch 'tb/reset-shallow' | Junio C Hamano | 2020-05-01 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | shallow.c: use '{commit,rollback}_shallow_file' | Taylor Blau | 2020-04-24 | 1 | -2/+2 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'ps/transactional-update-ref-stdin' | Junio C Hamano | 2020-04-29 | 1 | -66/+179 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | update-ref: implement interactive transaction handling | Patrick Steinhardt | 2020-04-02 | 1 | -8/+98 |
| * | | | | | | | | | update-ref: read commands in a line-wise fashion | Patrick Steinhardt | 2020-04-02 | 1 | -40/+45 |
| * | | | | | | | | | update-ref: move transaction handling into `update_refs_stdin()` | Patrick Steinhardt | 2020-04-02 | 1 | -13/+14 |
| * | | | | | | | | | update-ref: pass end pointer instead of strbuf | Patrick Steinhardt | 2020-04-02 | 1 | -15/+15 |
| * | | | | | | | | | update-ref: drop unused argument for `parse_refname` | Patrick Steinhardt | 2020-04-02 | 1 | -5/+5 |
| * | | | | | | | | | update-ref: organize commands in an array | Patrick Steinhardt | 2020-04-02 | 1 | -12/+29 |
* | | | | | | | | | | Merge branch 'en/fill-directory-exponential' | Junio C Hamano | 2020-04-29 | 4 | -22/+8 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Fix error-prone fill_directory() API; make it only return matches | Elijah Newren | 2020-04-01 | 4 | -22/+8 |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'hi/gpg-use-check-signature' into maint | Junio C Hamano | 2020-03-17 | 1 | -7/+4 |
| |\ \ \ \ \ \ \ \ \ |