Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ps/more-sign-compare' | Junio C Hamano | 29 hours | 2 | -26/+28 |
|\ | |||||
| * | commit-reach: use `size_t` to track indices when computing merge bases | Patrick Steinhardt | 2024-12-27 | 1 | -2/+2 |
| * | builtin/log: fix remaining -Wsign-compare warnings | Patrick Steinhardt | 2024-12-27 | 1 | -14/+13 |
| * | builtin/log: use `size_t` to track indices | Patrick Steinhardt | 2024-12-27 | 1 | -10/+13 |
* | | Merge branch 'ps/build-sign-compare' | Junio C Hamano | 8 days | 1 | -4/+5 |
|\ \ | |||||
| * | | builtin/blame: fix out-of-bounds write with blank boundary commits | Patrick Steinhardt | 8 days | 1 | -3/+3 |
| * | | builtin/blame: fix out-of-bounds read with excessive `--abbrev` | Patrick Steinhardt | 8 days | 1 | -1/+2 |
* | | | Merge branch 'bf/fetch-set-head-config' | Junio C Hamano | 11 days | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | fetch: fix erroneous set_head advice message | Bence Ferdinandy | 12 days | 1 | -2/+2 |
* | | | | Merge branch 'jk/lsan-race-ignore-false-positive' | Junio C Hamano | 2025-01-02 | 2 | -14/+0 |
|\ \ \ \ | |||||
| * | | | | Revert barrier-based LSan threading race workaround | Junio C Hamano | 2025-01-01 | 2 | -14/+0 |
* | | | | | Merge branch 'jk/lsan-race-with-barrier' | Junio C Hamano | 2025-01-01 | 2 | -2/+14 |
|\| | | | | |||||
| * | | | | grep: work around LSan threading race with barrier | Jeff King | 2024-12-30 | 1 | -0/+8 |
| * | | | | index-pack: work around LSan threading race with barrier | Jeff King | 2024-12-30 | 1 | -0/+6 |
| * | | | | Revert "index-pack: spawn threads atomically" | Jeff King | 2024-12-30 | 1 | -2/+0 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'ps/weak-sha1-for-tail-sum-fix' | Junio C Hamano | 2025-01-01 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | builtin/fast-import: fix segfault with unsafe SHA1 backend | Patrick Steinhardt | 2024-12-30 | 1 | -1/+1 |
* | | | | Merge branch 'js/range-diff-diff-merges' | Junio C Hamano | 2024-12-23 | 1 | -0/+12 |
|\ \ \ \ | |||||
| * | | | | range-diff: introduce the convenience option `--remerge-diff` | Johannes Schindelin | 2024-12-16 | 1 | -0/+2 |
| * | | | | range-diff: optionally include merge commits' diffs in the analysis | Johannes Schindelin | 2024-12-16 | 1 | -0/+10 |
| * | | | | Merge branch 'js/log-remerge-keep-ancestry' into js/range-diff-diff-merges | Junio C Hamano | 2024-12-16 | 1 | -2/+6 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'as/show-index-uninitialized-hash' | Junio C Hamano | 2024-12-23 | 1 | -0/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | show-index: fix uninitialized hash function | Abhijeet Sonar | 2024-11-11 | 1 | -0/+9 |
* | | | | | | | Merge branch 'ps/build-sign-compare' | Junio C Hamano | 2024-12-23 | 70 | -45/+186 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | builtin/patch-id: fix type of `get_one_patchid()` | Patrick Steinhardt | 2024-12-06 | 1 | -8/+8 |
| * | | | | | | builtin/blame: fix type of `length` variable when emitting object ID | Patrick Steinhardt | 2024-12-06 | 1 | -3/+7 |
| * | | | | | | global: trivial conversions to fix `-Wsign-compare` warnings | Patrick Steinhardt | 2024-12-06 | 14 | -48/+26 |
| * | | | | | | diff.h: fix index used to loop through unsigned integer | Patrick Steinhardt | 2024-12-06 | 9 | -9/+0 |
| * | | | | | | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 2024-12-06 | 70 | -2/+170 |
* | | | | | | | Merge branch 'js/log-remerge-keep-ancestry' | Junio C Hamano | 2024-12-19 | 1 | -2/+6 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | log: --remerge-diff needs to keep around commit parents | Johannes Schindelin | 2024-12-13 | 1 | -2/+6 |
* | | | | | | | Merge branch 'bf/fetch-set-head-config' | Junio C Hamano | 2024-12-19 | 2 | -7/+66 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | remote set-head: set followRemoteHEAD to "warn" if "always" | Bence Ferdinandy | 2024-12-05 | 1 | -1/+11 |
| * | | | | | | fetch set_head: add warn-if-not-$branch option | Bence Ferdinandy | 2024-12-05 | 1 | -5/+11 |
| * | | | | | | fetch set_head: move warn advice into advise_if_enabled | Bence Ferdinandy | 2024-12-05 | 1 | -4/+13 |
| * | | | | | | fetch: add configuration for set_head behaviour | Bence Ferdinandy | 2024-12-02 | 1 | -6/+40 |
| * | | | | | | Merge branch 'bf/set-head-symref' into bf/fetch-set-head-config | Junio C Hamano | 2024-11-27 | 2 | -18/+128 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge branch 'jc/set-head-symref-fix' | Junio C Hamano | 2024-12-19 | 1 | -1/+19 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | fetch: do not ask for HEAD unnecessarily | Junio C Hamano | 2024-12-07 | 1 | -1/+19 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'bf/set-head-symref' | Junio C Hamano | 2024-12-19 | 2 | -18/+128 |
|\| | | | | | | | |||||
| * | | | | | | | fetch set_head: handle mirrored bare repositories | Bence Ferdinandy | 2024-11-25 | 1 | -5/+11 |
| * | | | | | | | fetch: set remote/HEAD if it does not exist | Bence Ferdinandy | 2024-11-25 | 1 | -0/+68 |
| * | | | | | | | refs: add create_only option to refs_update_symref_extended | Bence Ferdinandy | 2024-11-25 | 1 | -1/+1 |
| * | | | | | | | remote set-head: better output for --auto | Bence Ferdinandy | 2024-11-25 | 1 | -12/+47 |
| * | | | | | | | remote set-head: refactor for readability | Bence Ferdinandy | 2024-11-25 | 1 | -11/+12 |
| * | | | | | | | t/t5505-remote: test failure of set-head | Bence Ferdinandy | 2024-11-25 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'jt/fix-fattening-promisor-fetch' | Junio C Hamano | 2024-12-16 | 1 | -33/+72 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | index-pack --promisor: also check commits' trees | Jonathan Tan | 2024-12-10 | 1 | -0/+1 |
| * | | | | | | | | index-pack --promisor: don't check blobs | Jonathan Tan | 2024-12-10 | 1 | -1/+30 |
| * | | | | | | | | index-pack --promisor: dedup before checking links | Jonathan Tan | 2024-12-10 | 1 | -33/+42 |
| | |/ / / / / / | |/| | | | | | |