Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The first batchHEADmaster | Junio C Hamano | 25 hours | 1 | -0/+18 |
* | Merge branch 'mb/t7110-use-test-path-helper' | Junio C Hamano | 25 hours | 1 | -6/+6 |
|\ | |||||
| * | t7110: replace `test -f` with `test_path_is_*` helpers | Matteo Bagnolini | 2025-01-03 | 1 | -6/+6 |
* | | Merge branch 'ps/meson-weak-sha1-build' | Junio C Hamano | 25 hours | 2 | -15/+44 |
|\ \ | |||||
| * | | meson: provide a summary of configured backends | Patrick Steinhardt | 2024-12-30 | 1 | -0/+7 |
| * | | meson: wire up unsafe SHA1 backend | Patrick Steinhardt | 2024-12-30 | 2 | -10/+32 |
| * | | meson: add missing dots for build options | Patrick Steinhardt | 2024-12-30 | 1 | -2/+2 |
| * | | meson: simplify conditions for HTTPS and SHA1 dependencies | Patrick Steinhardt | 2024-12-30 | 1 | -2/+2 |
| * | | meson: require SecurityFramework when it's used as SHA1 backend | Patrick Steinhardt | 2024-12-30 | 1 | -1/+1 |
| * | | meson: deduplicate access to SHA1/SHA256 backend options | Patrick Steinhardt | 2024-12-30 | 1 | -3/+3 |
| * | | meson: consistenlty spell 'CommonCrypto' | Patrick Steinhardt | 2024-12-30 | 2 | -2/+2 |
| * | | Merge branch 'ps/weak-sha1-for-tail-sum-fix' into ps/meson-weak-sha1-build | Junio C Hamano | 2024-12-30 | 3 | -2/+3 |
| |\ \ | |||||
* | \ \ | Merge branch 'ps/more-sign-compare' | Junio C Hamano | 25 hours | 13 | -106/+112 |
|\ \ \ \ | |||||
| * | | | | sign-compare: avoid comparing ptrdiff with an int/unsigned | Junio C Hamano | 2024-12-27 | 1 | -1/+1 |
| * | | | | commit-reach: use `size_t` to track indices when computing merge bases | Patrick Steinhardt | 2024-12-27 | 5 | -12/+11 |
| * | | | | shallow: fix -Wsign-compare warnings | Patrick Steinhardt | 2024-12-27 | 2 | -23/+21 |
| * | | | | 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 |
| * | | | | commit-reach: use `size_t` to track indices in `get_reachable_subset()` | Patrick Steinhardt | 2024-12-27 | 7 | -16/+17 |
| * | | | | commit-reach: use `size_t` to track indices in `remove_redundant()` | Patrick Steinhardt | 2024-12-27 | 1 | -23/+30 |
| * | | | | commit-reach: fix type of `min_commit_date` | Patrick Steinhardt | 2024-12-27 | 2 | -3/+3 |
| * | | | | commit-reach: fix index used to loop through unsigned integer | Patrick Steinhardt | 2024-12-27 | 1 | -2/+1 |
| * | | | | prio-queue: fix type of `insertion_ctr` | Patrick Steinhardt | 2024-12-27 | 1 | -2/+2 |
* | | | | | Merge branch 'ps/object-collision-check' | Junio C Hamano | 25 hours | 1 | -24/+42 |
|\ \ \ \ \ | |||||
| * | | | | | object-file: retry linking file into place when occluding file vanishes | Patrick Steinhardt | 11 days | 1 | -4/+21 |
| * | | | | | object-file: don't special-case missing source file in collision check | Patrick Steinhardt | 11 days | 1 | -2/+1 |
| * | | | | | object-file: rename variables in `check_collision()` | Patrick Steinhardt | 11 days | 1 | -20/+20 |
| * | | | | | object-file: fix race in object collision check | Patrick Steinhardt | 2024-12-30 | 1 | -2/+4 |
* | | | | | | Merge branch 'as/long-option-help-i18n' | Junio C Hamano | 25 hours | 1 | -3/+40 |
|\ \ \ \ \ \ | |||||
| * | | | | | | parse-options: localize mark-up of placeholder text in the short help | Alexander Shopov | 2024-12-30 | 1 | -3/+40 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 're/submodule-parse-opt' | Junio C Hamano | 25 hours | 1 | -111/+105 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-submodule.sh: rename some variables | Roy Eldar | 2024-12-11 | 1 | -10/+10 |
| * | | | | | | git-submodule.sh: improve variables readability | Roy Eldar | 2024-12-11 | 1 | -118/+95 |
| * | | | | | | git-submodule.sh: add some comments | Roy Eldar | 2024-12-11 | 1 | -0/+3 |
| * | | | | | | git-submodule.sh: get rid of unused variable | Roy Eldar | 2024-12-11 | 1 | -1/+0 |
| * | | | | | | git-submodule.sh: get rid of isnumber | Roy Eldar | 2024-12-11 | 1 | -9/+2 |
| * | | | | | | git-submodule.sh: improve parsing of short options | Roy Eldar | 2024-12-11 | 1 | -0/+13 |
| * | | | | | | git-submodule.sh: improve parsing of some long options | Roy Eldar | 2024-12-11 | 1 | -0/+9 |
* | | | | | | | Sync with Git 2.48.1 | Junio C Hamano | 4 days | 18 | -40/+176 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Git 2.48.1v2.48.1 | Junio C Hamano | 4 days | 3 | -2/+9 |
| * | | | | | | | Sync with Git 2.47.2 | Junio C Hamano | 4 days | 17 | -40/+169 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Git 2.47.2v2.47.2 | Johannes Schindelin | 2024-11-26 | 1 | -0/+7 |
| | * | | | | | | | Sync with 2.46.3 | Johannes Schindelin | 2024-11-26 | 17 | -41/+163 |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||||
| | | * | | | | | | Git 2.46.3v2.46.3 | Johannes Schindelin | 2024-11-26 | 3 | -2/+8 |
| | | * | | | | | | Sync with 2.45.3 | Johannes Schindelin | 2024-11-26 | 16 | -41/+157 |
| | | |\ \ \ \ \ \ | |||||
| | | | * | | | | | | Git 2.45.3v2.45.3 | Johannes Schindelin | 2024-11-26 | 2 | -2/+7 |
| | | | * | | | | | | Sync with 2.44.3 | Johannes Schindelin | 2024-11-26 | 16 | -39/+144 |
| | | | |\ \ \ \ \ \ | |||||
| | | | | * | | | | | | Git 2.44.3v2.44.3 | Johannes Schindelin | 2024-11-26 | 3 | -2/+9 |
| | | | | * | | | | | | Sync with 2.43.6 | Johannes Schindelin | 2024-11-26 | 19 | -53/+150 |
| | | | | |\ \ \ \ \ \ | |||||
| | | | | | * | | | | | | Git 2.43.6v2.43.6 | Johannes Schindelin | 2024-11-26 | 3 | -2/+9 |