summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/more-sign-compare'Junio C Hamano29 hours2-26/+28
|\
| * commit-reach: use `size_t` to track indices when computing merge basesPatrick Steinhardt2024-12-271-2/+2
| * builtin/log: fix remaining -Wsign-compare warningsPatrick Steinhardt2024-12-271-14/+13
| * builtin/log: use `size_t` to track indicesPatrick Steinhardt2024-12-271-10/+13
* | Merge branch 'ps/build-sign-compare'Junio C Hamano8 days1-4/+5
|\ \
| * | builtin/blame: fix out-of-bounds write with blank boundary commitsPatrick Steinhardt8 days1-3/+3
| * | builtin/blame: fix out-of-bounds read with excessive `--abbrev`Patrick Steinhardt8 days1-1/+2
* | | Merge branch 'bf/fetch-set-head-config'Junio C Hamano11 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
| | |/ / / / / / | |/| | | | | |