Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | parse-options: fix leaks for users of OPT_FILENAME | Patrick Steinhardt | 2024-06-11 | 1 | -0/+1 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch 'tb/path-filter-fix' | Junio C Hamano | 2024-07-08 | 2 | -15/+59 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | commit-graph: new Bloom filter version that fixes murmur3 | Taylor Blau | 2024-06-25 | 1 | -1/+8 | |
| * | | | | t/helper/test-read-graph: implement `bloom-filters` mode | Taylor Blau | 2024-06-25 | 1 | -5/+37 | |
| * | | | | t/helper/test-read-graph.c: extract `dump_graph_info()` | Taylor Blau | 2024-06-25 | 1 | -13/+18 | |
* | | | | | Merge branch 'jk/remote-wo-url' | Junio C Hamano | 2024-07-02 | 1 | -2/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | remote: drop checks for zero-url case | Jeff King | 2024-06-14 | 1 | -2/+0 | |
| * | | | | | remote: use strvecs to store remote url/pushurl | Jeff King | 2024-06-14 | 1 | -1/+1 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch 'ps/use-the-repository' | Junio C Hamano | 2024-07-02 | 32 | -11/+64 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | t/helper: remove dependency on `the_repository` in "proc-receive" | Patrick Steinhardt | 2024-06-14 | 1 | -6/+3 | |
| * | | | | t/helper: fix segfault in "oid-array" command without repository | Patrick Steinhardt | 2024-06-14 | 1 | -0/+4 | |
| * | | | | t/helper: use correct object hash in partial-clone helper | Patrick Steinhardt | 2024-06-14 | 1 | -1/+1 | |
| * | | | | hash-ll: merge with "hash.h" | Patrick Steinhardt | 2024-06-14 | 3 | -3/+3 | |
| * | | | | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 2024-06-14 | 26 | -0/+52 | |
| * | | | | hash: require hash algorithm in `oidread()` and `oidclr()` | Patrick Steinhardt | 2024-06-14 | 1 | -1/+1 | |
| * | | | | Merge branch 'gt/unit-test-oidtree' into ps/use-the-repository | Junio C Hamano | 2024-06-13 | 3 | -56/+0 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'ps/ref-storage-migration' into ps/use-the-repository | Junio C Hamano | 2024-06-13 | 1 | -0/+1 | |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'tb/pseudo-merge-reachability-bitmap' | Junio C Hamano | 2024-06-25 | 1 | -7/+27 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | pack-bitmap: implement test helpers for pseudo-merge | Taylor Blau | 2024-05-24 | 1 | -7/+27 | |
* | | | | | | | Merge branch 'gt/unit-test-oidtree' | Junio C Hamano | 2024-06-21 | 3 | -56/+0 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c | Ghanshyam Thakkar | 2024-06-12 | 3 | -56/+0 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge branch 'ps/no-writable-strings' | Junio C Hamano | 2024-06-18 | 4 | -10/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | global: improve const correctness when assigning string constants | Patrick Steinhardt | 2024-06-07 | 4 | -10/+12 | |
* | | | | | | | Merge branch 'ps/ref-storage-migration' | Junio C Hamano | 2024-06-18 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | refs: allow to skip creation of reflog entries | Patrick Steinhardt | 2024-06-06 | 1 | -0/+1 | |
| * | | | | | Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig... | Junio C Hamano | 2024-05-23 | 2 | -2/+2 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'gt/decorate-unit-test' | Junio C Hamano | 2024-06-12 | 3 | -80/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | t/: migrate helper/test-example-decorate to the unit testing framework | Ghanshyam Thakkar | 2024-05-28 | 3 | -80/+0 | |
* | | | | | | | Merge branch 'cp/reftable-unit-test' | Junio C Hamano | 2024-06-12 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | t: move reftable/basics_test.c to the unit testing framework | Chandra Pratap | 2024-05-30 | 1 | -1/+0 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge branch 'jc/fix-2.45.1-and-friends-for-maint' | Junio C Hamano | 2024-05-30 | 1 | -10/+0 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maint | Junio C Hamano | 2024-05-25 | 1 | -10/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44 | Junio C Hamano | 2024-05-25 | 1 | -10/+0 | |
| | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43 | Junio C Hamano | 2024-05-25 | 1 | -10/+0 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ | Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42 | Junio C Hamano | 2024-05-25 | 1 | -10/+0 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | | * \ \ \ \ \ | Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41 | Junio C Hamano | 2024-05-25 | 1 | -10/+0 | |
| | | | | |\ \ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ \ | Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40 | Junio C Hamano | 2024-05-24 | 1 | -10/+0 | |
| | | | | | |\ \ \ \ \ \ | ||||||
| | | | | | | * | | | | | | Revert "Add a helper function to compare file contents" | Johannes Schindelin | 2024-05-21 | 1 | -10/+0 | |
* | | | | | | | | | | | | | Merge branch 'gt/unit-test-strcmp-offset' | Junio C Hamano | 2024-05-30 | 3 | -25/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | t/: port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.c | Ghanshyam Thakkar | 2024-05-20 | 3 | -25/+0 | |
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'ps/refs-without-the-repository-updates' | Junio C Hamano | 2024-05-30 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | refs: pass repo when peeling objects | Patrick Steinhardt | 2024-05-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | refs: pass repo when retrieving submodule ref store | Patrick Steinhardt | 2024-05-17 | 1 | -1/+1 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'kn/ref-transaction-symref' | Junio C Hamano | 2024-05-20 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | refs: rename `refs_create_symref()` to `refs_update_symref()` | Karthik Nayak | 2024-05-07 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge branch 'js/unit-test-suite-runner' | Junio C Hamano | 2024-05-15 | 4 | -6/+120 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | test-tool run-command testsuite: support unit tests | Josh Steadmon | 2024-05-06 | 1 | -3/+14 | |
| * | | | | | | | | | | | test-tool run-command testsuite: remove hardcoded filter | Josh Steadmon | 2024-05-06 | 1 | -3/+1 | |
| * | | | | | | | | | | | test-tool run-command testsuite: get shell from env | Josh Steadmon | 2024-05-06 | 1 | -1/+8 | |
| * | | | | | | | | | | | t0080: turn t-basic unit test into a helper | Josh Steadmon | 2024-05-06 | 3 | -0/+98 |