summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bf/fetch-set-head-config'Junio C Hamano12 days1-2/+2
|\
| * fetch: fix erroneous set_head advice messageBence Ferdinandy12 days1-2/+2
* | Merge branch 'jk/lsan-race-ignore-false-positive'Junio C Hamano2025-01-022-14/+0
|\ \
| * | Revert barrier-based LSan threading race workaroundJunio C Hamano2025-01-012-14/+0
* | | Merge branch 'jk/lsan-race-with-barrier'Junio C Hamano2025-01-012-2/+14
|\| |
| * | grep: work around LSan threading race with barrierJeff King2024-12-301-0/+8
| * | index-pack: work around LSan threading race with barrierJeff King2024-12-301-0/+6
| * | Revert "index-pack: spawn threads atomically"Jeff King2024-12-301-2/+0
* | | Merge branch 'ps/weak-sha1-for-tail-sum-fix'Junio C Hamano2025-01-011-1/+1
|\ \ \ | |/ / |/| |
| * | builtin/fast-import: fix segfault with unsafe SHA1 backendPatrick Steinhardt2024-12-301-1/+1
* | | 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
| | |_|_|_|_|_|/ / | |/| | | | | | |