Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'kn/reflog-migration' | Junio C Hamano | 2024-12-23 | 1 | -22/+51 |
|\ | |||||
| * | refs: add support for migrating reflogs | Karthik Nayak | 2024-12-16 | 1 | -22/+51 |
| * | Merge branch 'kn/reftable-writer-log-write-verify' into kn/reflog-migration | Junio C Hamano | 2024-12-16 | 2 | -4/+51 |
| |\ | |||||
* | \ | Merge branch 'ps/ci-meson' | Junio C Hamano | 2024-12-23 | 8 | -55/+127 |
|\ \ \ | |||||
| * | | | t: introduce compatibility options to clar-based tests | Patrick Steinhardt | 2024-12-13 | 1 | -1/+18 |
| * | | | t: fix out-of-tree tests for some git-p4 tests | Patrick Steinhardt | 2024-12-13 | 2 | -50/+50 |
| * | | | Makefile: detect missing Meson tests | Patrick Steinhardt | 2024-12-13 | 1 | -1/+17 |
| * | | | meson: detect missing tests at configure time | Patrick Steinhardt | 2024-12-13 | 1 | -0/+36 |
| * | | | t/unit-tests: rename clar-based unit tests to have a common prefix | Patrick Steinhardt | 2024-12-13 | 4 | -3/+6 |
| * | | | Merge branch 'ps/build' into ps/ci-meson | Junio C Hamano | 2024-12-12 | 5 | -13/+1229 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'cw/worktree-extension' into ps/ci-meson | Junio C Hamano | 2024-12-12 | 8 | -46/+155 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'js/range-diff-diff-merges' | Junio C Hamano | 2024-12-23 | 1 | -0/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | range-diff: optionally include merge commits' diffs in the analysis | Johannes Schindelin | 2024-12-16 | 1 | -0/+16 |
| * | | | | | | Merge branch 'js/log-remerge-keep-ancestry' into js/range-diff-diff-merges | Junio C Hamano | 2024-12-16 | 1 | -0/+7 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge branch 'as/show-index-uninitialized-hash' | Junio C Hamano | 2024-12-23 | 1 | -0/+18 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t5300: add test for 'show-index --object-format' | Abhijeet Sonar | 2024-11-11 | 1 | -0/+14 |
| * | | | | | | | | show-index: fix uninitialized hash function | Abhijeet Sonar | 2024-11-11 | 1 | -0/+4 |
* | | | | | | | | | Merge branch 'ps/build-sign-compare' | Junio C Hamano | 2024-12-23 | 27 | -32/+43 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t/helper: don't depend on implicit wraparound | Patrick Steinhardt | 2024-12-06 | 2 | -7/+2 |
| * | | | | | | | | | global: trivial conversions to fix `-Wsign-compare` warnings | Patrick Steinhardt | 2024-12-06 | 11 | -44/+17 |
| * | | | | | | | | | diff.h: fix index used to loop through unsigned integer | Patrick Steinhardt | 2024-12-06 | 1 | -1/+0 |
| * | | | | | | | | | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 2024-12-06 | 28 | -0/+44 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'kn/reftable-writer-log-write-verify' | Junio C Hamano | 2024-12-23 | 2 | -4/+51 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | reftable/writer: ensure valid range for log's update_index | Karthik Nayak | 2024-12-07 | 2 | -4/+51 |
* | | | | | | | | | Merge branch 'tc/bundle-with-tag-remove-workaround' | Junio C Hamano | 2024-12-19 | 1 | -0/+44 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | bundle: remove unneeded code | Toon Claes | 2024-12-12 | 1 | -0/+44 |
* | | | | | | | | | | Merge branch 'js/log-remerge-keep-ancestry' | Junio C Hamano | 2024-12-19 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | log: --remerge-diff needs to keep around commit parents | Johannes Schindelin | 2024-12-13 | 1 | -0/+7 |
* | | | | | | | | | | Merge branch 'bf/fetch-set-head-config' | Junio C Hamano | 2024-12-19 | 2 | -0/+149 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | remote set-head: set followRemoteHEAD to "warn" if "always" | Bence Ferdinandy | 2024-12-05 | 1 | -0/+11 |
| * | | | | | | | | | | fetch set_head: add warn-if-not-$branch option | Bence Ferdinandy | 2024-12-05 | 1 | -0/+38 |
| * | | | | | | | | | | fetch set_head: move warn advice into advise_if_enabled | Bence Ferdinandy | 2024-12-05 | 1 | -2/+0 |
| * | | | | | | | | | | fetch: add configuration for set_head behaviour | Bence Ferdinandy | 2024-12-02 | 1 | -0/+102 |
| * | | | | | | | | | | Merge branch 'bf/set-head-symref' into bf/fetch-set-head-config | Junio C Hamano | 2024-11-27 | 11 | -17/+221 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'jc/set-head-symref-fix' | Junio C Hamano | 2024-12-19 | 1 | -0/+17 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | fetch: do not ask for HEAD unnecessarily | Junio C Hamano | 2024-12-07 | 1 | -0/+17 |
| | |/ / / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'bf/set-head-symref' | Junio C Hamano | 2024-12-19 | 11 | -17/+221 |
|\| | | | | | | | | | | |||||
| * | | | | | | | | | | fetch set_head: handle mirrored bare repositories | Bence Ferdinandy | 2024-11-25 | 1 | -0/+10 |
| * | | | | | | | | | | fetch: set remote/HEAD if it does not exist | Bence Ferdinandy | 2024-11-25 | 11 | -17/+135 |
| * | | | | | | | | | | remote set-head: better output for --auto | Bence Ferdinandy | 2024-11-25 | 1 | -1/+62 |
| * | | | | | | | | | | t/t5505-remote: test failure of set-head | Bence Ferdinandy | 2024-11-25 | 1 | -0/+12 |
| * | | | | | | | | | | t/t5505-remote: set default branch to main | Bence Ferdinandy | 2024-11-25 | 1 | -0/+3 |
* | | | | | | | | | | | Merge branch 'ps/build' | Junio C Hamano | 2024-12-16 | 5 | -13/+1229 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Introduce support for the Meson build system | Patrick Steinhardt | 2024-12-06 | 2 | -0/+1205 |
| * | | | | | | | | | | t: allow overriding build dir | Patrick Steinhardt | 2024-12-06 | 1 | -1/+2 |
| * | | | | | | | | | | t: better support for out-of-tree builds | Patrick Steinhardt | 2024-12-06 | 3 | -6/+6 |
| * | | | | | | | | | | Makefile: use common template for GIT-BUILD-OPTIONS | Patrick Steinhardt | 2024-12-06 | 1 | -6/+16 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'ps/commit-with-message-syntax-fix' | Junio C Hamano | 2024-12-16 | 1 | -0/+15 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | object-name: fix reversed ordering with ":/<text>" revisions | Patrick Steinhardt | 2024-12-08 | 1 | -0/+15 |
* | | | | | | | | | | | Merge branch 'rj/strvec-splice-fix' | Junio C Hamano | 2024-12-16 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ \ \ \ |