Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Merge branch 'ps/leakfixes' into ps/no-writable-strings | Junio C Hamano | 2024-05-29 | 46 | -4/+342 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/am-retry' | Junio C Hamano | 2024-06-18 | 2 | -31/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | test-terminal: drop stdin handling | Jeff King | 2024-06-06 | 1 | -26/+3 | |
| * | | | | | | | | | | | | | am: add explicit "--retry" option | Jeff King | 2024-06-06 | 1 | -5/+9 | |
* | | | | | | | | | | | | | | Merge branch 'ps/ref-storage-migration' | Junio C Hamano | 2024-06-18 | 2 | -0/+244 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | builtin/refs: new command to migrate ref storage formats | Patrick Steinhardt | 2024-06-06 | 1 | -0/+243 | |
| * | | | | | | | | | | | | | | refs: allow to skip creation of reflog entries | Patrick Steinhardt | 2024-06-06 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migration | Junio C Hamano | 2024-05-23 | 2 | -3/+37 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig... | Junio C Hamano | 2024-05-23 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/format-patch-with-range-diff' | Junio C Hamano | 2024-06-18 | 1 | -6/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | format-patch: move range/inter diff at the end of a single patch output | Junio C Hamano | 2024-05-25 | 1 | -6/+30 | |
* | | | | | | | | | | | | | | | | | Merge branch 'gt/decorate-unit-test' | Junio C Hamano | 2024-06-12 | 5 | -92/+80 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | t/: migrate helper/test-example-decorate to the unit testing framework | Ghanshyam Thakkar | 2024-05-28 | 5 | -92/+80 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/sparse-leakfix' | Junio C Hamano | 2024-06-12 | 4 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | sparse-checkout: free duplicate hashmap entries | Jeff King | 2024-06-05 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | dir.c: free removed sparse-pattern hashmap entries | Jeff King | 2024-06-04 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | sparse-checkout: pass string literals directly to add_pattern() | Jeff King | 2024-06-04 | 2 | -0/+2 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/cap-exclude-file-size' | Junio C Hamano | 2024-06-12 | 2 | -0/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | dir.c: reduce max pattern file size to 100MB | Jeff King | 2024-06-05 | 2 | -0/+20 | |
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'jc/safe-directory-leading-path' | Junio C Hamano | 2024-06-12 | 1 | -0/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | safe.directory: allow "lead/ing/path/*" match | Junio C Hamano | 2024-05-29 | 1 | -0/+15 | |
| |/ / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'gt/t-hash-unit-test' | Junio C Hamano | 2024-06-12 | 2 | -56/+84 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hash | Ghanshyam Thakkar | 2024-05-29 | 2 | -56/+84 | |
| |/ / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'cp/reftable-unit-test' | Junio C Hamano | 2024-06-12 | 2 | -1/+160 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | t: improve the test-case for parse_names() | Chandra Pratap | 2024-05-30 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | | | t: add test for put_be16() | Chandra Pratap | 2024-05-30 | 1 | -0/+11 | |
| * | | | | | | | | | | | | | | | | | | | t: move tests from reftable/record_test.c to the new unit test | Chandra Pratap | 2024-05-30 | 1 | -7/+33 | |
| * | | | | | | | | | | | | | | | | | | | t: move tests from reftable/stack_test.c to the new unit test | Chandra Pratap | 2024-05-30 | 1 | -3/+22 | |
| * | | | | | | | | | | | | | | | | | | | t: move reftable/basics_test.c to the unit testing framework | Chandra Pratap | 2024-05-30 | 2 | -1/+102 | |
| |/ / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'jc/t1517-more' | Junio C Hamano | 2024-06-12 | 1 | -0/+52 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | t1517: more coverage for commands that work without repository | Junio C Hamano | 2024-05-31 | 1 | -0/+52 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/leakfixes' | Junio C Hamano | 2024-06-10 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | t-strvec: mark variable-arg helper with LAST_ARG_MUST_BE_NULL | Jeff King | 2024-05-30 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | t-strvec: use va_end() to match va_start() | Jeff King | 2024-05-30 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'ps/leakfixes' into jk/leakfixes | Junio C Hamano | 2024-05-30 | 46 | -4/+342 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | / / / / / / / / / | | | |_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'iw/trace-argv-on-alias' | Junio C Hamano | 2024-06-10 | 1 | -0/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | run-command: show prepared command | Ian Wienand | 2024-06-01 | 1 | -0/+11 | |
| | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'tb/midx-write-cleanup' | Junio C Hamano | 2024-06-07 | 1 | -0/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | midx-write.c: tolerate `--preferred-pack` without bitmaps | Taylor Blau | 2024-05-30 | 1 | -0/+23 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'th/quiet-lazy-fetch-from-promisor' | Junio C Hamano | 2024-06-06 | 1 | -0/+43 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | promisor-remote: add promisor.quiet configuration option | Tom Hughes | 2024-05-26 | 1 | -0/+43 | |
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'ps/leakfixes' | Junio C Hamano | 2024-06-06 | 46 | -4/+342 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | builtin/mv: fix leaks for submodule gitfile paths | Patrick Steinhardt | 2024-05-27 | 4 | -0/+5 | |
| * | | | | | | | | | | | | | | | | | builtin/mv: refactor to use `struct strvec` | Patrick Steinhardt | 2024-05-27 | 7 | -2/+8 | |
| * | | | | | | | | | | | | | | | | | strvec: add functions to replace and remove strings | Patrick Steinhardt | 2024-05-27 | 3 | -0/+295 | |
| * | | | | | | | | | | | | | | | | | submodule: fix leaking memory for submodule entries | Patrick Steinhardt | 2024-05-27 | 4 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | commit-reach: fix memory leak in `ahead_behind()` | Patrick Steinhardt | 2024-05-27 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | builtin/credential: clear credential before exit | Patrick Steinhardt | 2024-05-27 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | config: plug various memory leaks | Patrick Steinhardt | 2024-05-27 | 11 | -2/+10 | |
| * | | | | | | | | | | | | | | | | | checkout: clarify memory ownership in `unique_tracking_name()` | Patrick Steinhardt | 2024-05-27 | 10 | -0/+10 |