summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rebase --exec: respect --quietMatheus Tavares2024-08-213-3/+12
* The fifth batchJunio C Hamano2024-08-151-0/+25
* Merge branch 'xx/diff-tree-remerge-diff-fix'Junio C Hamano2024-08-152-0/+48
|\
| * diff-tree: fix crash when used with --remerge-diffXing Xin2024-08-092-0/+48
* | Merge branch 'jc/refs-symref-referent'Junio C Hamano2024-08-1552-62/+117
|\ \
| * | ref-filter: populate symref from iteratorJohn Cai2024-08-091-5/+12
| * | refs: add referent to each_ref_fnJohn Cai2024-08-0948-54/+78
| * | refs: keep track of unresolved reference value in iteratorsJohn Cai2024-08-096-5/+30
* | | Merge branch 'ps/submodule-ref-format'Junio C Hamano2024-08-1510-25/+298
|\ \ \
| * | | object: fix leaking packfiles when closing object storePatrick Steinhardt2024-08-082-0/+10
| * | | submodule: fix leaking seen submodule namesPatrick Steinhardt2024-08-083-0/+3
| * | | submodule: fix leaking fetch tasksPatrick Steinhardt2024-08-081-10/+7
| * | | builtin/submodule: allow "add" to use different ref storage formatPatrick Steinhardt2024-08-084-2/+39
| * | | refs: fix ref storage format for submodule ref storesPatrick Steinhardt2024-08-082-2/+70
| * | | builtin/clone: propagate ref storage format to submodulesPatrick Steinhardt2024-08-082-2/+31
| * | | builtin/submodule: allow cloning with different ref storage formatPatrick Steinhardt2024-08-084-1/+84
| * | | git-submodule.sh: break overly long command linesPatrick Steinhardt2024-08-081-9/+55
* | | | Merge branch 'ag/t7004-modernize'Junio C Hamano2024-08-151-595/+549
|\ \ \ \
| * | | | t7004: make use of write_scriptAbdAlRahman Gad2024-08-081-6/+2
| * | | | t7004: use single quotes instead of double quotesAbdAlRahman Gad2024-08-081-35/+35
| * | | | t7004: begin the test body on the same line as test_expect_successAbdAlRahman Gad2024-08-081-54/+71
| * | | | t7004: description on the same line as test_expect_successAbdAlRahman Gad2024-08-081-166/+83
| * | | | t7004: do not prepare things outside test_expect_successAbdAlRahman Gad2024-08-081-338/+360
| * | | | t7004: use indented here-docAbdAlRahman Gad2024-08-081-19/+19
| * | | | t7004: one command per lineAbdAlRahman Gad2024-08-081-2/+4
| * | | | t7004: remove space after redirect operatorsAbdAlRahman Gad2024-08-081-25/+25
| |/ / /
* | | | Merge branch 'ps/reftable-stack-compaction'Junio C Hamano2024-08-153-84/+310
|\ \ \ \
| * | | | reftable/stack: handle locked tables during auto-compactionPatrick Steinhardt2024-08-083-22/+70
| * | | | reftable/stack: fix corruption on concurrent compactionPatrick Steinhardt2024-08-081-5/+102
| * | | | reftable/stack: use lock_file when adding table to "tables.list"Patrick Steinhardt2024-08-081-10/+11
| * | | | reftable/stack: do not die when fsyncing lock file filesPatrick Steinhardt2024-08-081-2/+5
| * | | | reftable/stack: simplify tracking of table locksPatrick Steinhardt2024-08-081-7/+7
| * | | | reftable/stack: update stats on failed full compactionPatrick Steinhardt2024-08-082-9/+8
| * | | | reftable/stack: test compaction with already-locked tablesPatrick Steinhardt2024-08-081-0/+77
| * | | | reftable/stack: extract function to setup stack with N tablesPatrick Steinhardt2024-08-081-32/+32
| * | | | reftable/stack: refactor function to gather table sizesPatrick Steinhardt2024-08-081-5/+6
* | | | | Merge branch 'es/doc-platform-support-policy'Junio C Hamano2024-08-152-0/+191
|\ \ \ \ \
| * | | | | Documentation: add platform support policyEmily Shaffer2024-08-032-0/+191
* | | | | | Merge branch 'gt/unit-test-hashmap'Junio C Hamano2024-08-154-357/+363
|\ \ \ \ \ \
| * | | | | | t: port helper/test-hashmap.c to unit-tests/t-hashmap.cGhanshyam Thakkar2024-08-064-357/+363
* | | | | | | Merge branch 'jc/t3206-test-when-finished-fix'Junio C Hamano2024-08-151-26/+26
|\ \ \ \ \ \ \
| * | | | | | | t3206: test_when_finished before dirtying operations, not afterJunio C Hamano2024-08-061-26/+26
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'rs/t-example-simplify'Junio C Hamano2024-08-151-16/+8
|\ \ \ \ \ \ \
| * | | | | | | t-example-decorate: remove test messagesRené Scharfe2024-07-301-16/+8
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'jc/safe-directory'Junio C Hamano2024-08-152-11/+225
|\ \ \ \ \ \ \
| * | | | | | | safe.directory: setting safe.directory="." allows the "current" directoryJunio C Hamano2024-07-301-0/+64
| * | | | | | | safe.directory: normalize the configured pathJunio C Hamano2024-07-302-4/+91
| * | | | | | | safe.directory: normalize the checked pathJunio C Hamano2024-07-302-4/+69
| * | | | | | | safe.directory: preliminary clean-upJunio C Hamano2024-07-301-7/+5
* | | | | | | | The fourth batchJunio C Hamano2024-08-141-0/+56