summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/range-diff-diff-merges'Junio C Hamano2024-12-231-0/+12
|\
| * range-diff: introduce the convenience option `--remerge-diff`Johannes Schindelin2024-12-161-0/+2
| * range-diff: optionally include merge commits' diffs in the analysisJohannes Schindelin2024-12-161-0/+10
| * Merge branch 'js/log-remerge-keep-ancestry' into js/range-diff-diff-mergesJunio C Hamano2024-12-161-2/+6
| |\
* | \ Merge branch 'as/show-index-uninitialized-hash'Junio C Hamano2024-12-231-0/+9
|\ \ \
| * | | show-index: fix uninitialized hash functionAbhijeet Sonar2024-11-111-0/+9
* | | | Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-2370-45/+186
|\ \ \ \
| * | | | builtin/patch-id: fix type of `get_one_patchid()`Patrick Steinhardt2024-12-061-8/+8
| * | | | builtin/blame: fix type of `length` variable when emitting object IDPatrick Steinhardt2024-12-061-3/+7
| * | | | global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt2024-12-0614-48/+26
| * | | | diff.h: fix index used to loop through unsigned integerPatrick Steinhardt2024-12-069-9/+0
| * | | | global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-0670-2/+170
* | | | | Merge branch 'js/log-remerge-keep-ancestry'Junio C Hamano2024-12-191-2/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | log: --remerge-diff needs to keep around commit parentsJohannes Schindelin2024-12-131-2/+6
* | | | | Merge branch 'bf/fetch-set-head-config'Junio C Hamano2024-12-192-7/+66
|\ \ \ \ \
| * | | | | remote set-head: set followRemoteHEAD to "warn" if "always"Bence Ferdinandy2024-12-051-1/+11
| * | | | | fetch set_head: add warn-if-not-$branch optionBence Ferdinandy2024-12-051-5/+11
| * | | | | fetch set_head: move warn advice into advise_if_enabledBence Ferdinandy2024-12-051-4/+13
| * | | | | fetch: add configuration for set_head behaviourBence Ferdinandy2024-12-021-6/+40
| * | | | | Merge branch 'bf/set-head-symref' into bf/fetch-set-head-configJunio C Hamano2024-11-272-18/+128
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'jc/set-head-symref-fix'Junio C Hamano2024-12-191-1/+19
|\ \ \ \ \ \ \
| * | | | | | | fetch: do not ask for HEAD unnecessarilyJunio C Hamano2024-12-071-1/+19
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'bf/set-head-symref'Junio C Hamano2024-12-192-18/+128
|\| | | | | |
| * | | | | | fetch set_head: handle mirrored bare repositoriesBence Ferdinandy2024-11-251-5/+11
| * | | | | | fetch: set remote/HEAD if it does not existBence Ferdinandy2024-11-251-0/+68
| * | | | | | refs: add create_only option to refs_update_symref_extendedBence Ferdinandy2024-11-251-1/+1
| * | | | | | remote set-head: better output for --autoBence Ferdinandy2024-11-251-12/+47
| * | | | | | remote set-head: refactor for readabilityBence Ferdinandy2024-11-251-11/+12
| * | | | | | t/t5505-remote: test failure of set-headBence Ferdinandy2024-11-251-1/+1
* | | | | | | Merge branch 'jt/fix-fattening-promisor-fetch'Junio C Hamano2024-12-161-33/+72
|\ \ \ \ \ \ \
| * | | | | | | index-pack --promisor: also check commits' treesJonathan Tan2024-12-101-0/+1
| * | | | | | | index-pack --promisor: don't check blobsJonathan Tan2024-12-101-1/+30
| * | | | | | | index-pack --promisor: dedup before checking linksJonathan Tan2024-12-101-33/+42
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jc/forbid-head-as-tagname'Junio C Hamano2024-12-166-24/+13
|\ \ \ \ \ \ \
| * | | | | | | refs: drop strbuf_ prefix from helpersJunio C Hamano2024-12-036-13/+13
| * | | | | | | refs: move ref name helpers aroundJunio C Hamano2024-12-031-11/+0
* | | | | | | | Merge branch 'jk/describe-perf'Junio C Hamano2024-12-161-7/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | describe: split "found all tags" and max_candidates logicJeff King2024-12-061-3/+2
| * | | | | | | | describe: stop traversing when we run out of namesJeff King2024-11-071-0/+2
| * | | | | | | | describe: stop digging for max_candidates+1Jeff King2024-11-071-7/+8
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'kn/midx-wo-the-repository'Junio C Hamano2024-12-1311-38/+63
|\ \ \ \ \ \ \ \
| * | | | | | | | midx-write: pass down repository to `write_midx_file[_only]`Karthik Nayak2024-12-042-4/+4
| * | | | | | | | Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands' into kn/midx-wo-the-r...Junio C Hamano2024-12-0418-204/+283
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'kn/the-repository' into kn/midx-wo-the-repositoryJunio C Hamano2024-12-0410-34/+59
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak2024-12-041-2/+2
| | * | | | | | | | | config: make `delta_base_cache_limit` a non-global variableKarthik Nayak2024-12-042-4/+18
| | * | | | | | | | | packfile: pass down repository to `for_each_packed_object`Karthik Nayak2024-12-045-14/+22
| | * | | | | | | | | packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak2024-12-043-4/+4
| | * | | | | | | | | packfile: pass down repository to `odb_pack_name`Karthik Nayak2024-12-043-7/+7
| | * | | | | | | | | packfile: add repository to struct `packed_git`Karthik Nayak2024-12-042-3/+6
| | | |/ / / / / / / | | |/| | | | | | |