summaryrefslogtreecommitdiffstats
path: root/resolve-undo.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-15The fifth batchJunio C Hamano1-0/+25
2024-08-14The fourth batchJunio C Hamano1-0/+56
2024-08-09ref-filter: populate symref from iteratorJohn Cai1-5/+12
2024-08-09refs: add referent to each_ref_fnJohn Cai48-54/+78
2024-08-09refs: keep track of unresolved reference value in iteratorsJohn Cai6-5/+30
2024-08-09diff-tree: fix crash when used with --remerge-diffXing Xin2-0/+48
2024-08-08The third batchJunio C Hamano1-0/+25
2024-08-08t7004: make use of write_scriptAbdAlRahman Gad1-6/+2
2024-08-08t7004: use single quotes instead of double quotesAbdAlRahman Gad1-35/+35
2024-08-08t7004: begin the test body on the same line as test_expect_successAbdAlRahman Gad1-54/+71
2024-08-08t7004: description on the same line as test_expect_successAbdAlRahman Gad1-166/+83
2024-08-08t7004: do not prepare things outside test_expect_successAbdAlRahman Gad1-338/+360
2024-08-08t7004: use indented here-docAbdAlRahman Gad1-19/+19
2024-08-08t7004: one command per lineAbdAlRahman Gad1-2/+4
2024-08-08t7004: remove space after redirect operatorsAbdAlRahman Gad1-25/+25
2024-08-08reftable/stack: handle locked tables during auto-compactionPatrick Steinhardt3-22/+70
2024-08-08reftable/stack: fix corruption on concurrent compactionPatrick Steinhardt1-5/+102
2024-08-08reftable/stack: use lock_file when adding table to "tables.list"Patrick Steinhardt1-10/+11
2024-08-08reftable/stack: do not die when fsyncing lock file filesPatrick Steinhardt1-2/+5
2024-08-08reftable/stack: simplify tracking of table locksPatrick Steinhardt1-7/+7
2024-08-08reftable/stack: update stats on failed full compactionPatrick Steinhardt2-9/+8
2024-08-08reftable/stack: test compaction with already-locked tablesPatrick Steinhardt1-0/+77
2024-08-08reftable/stack: extract function to setup stack with N tablesPatrick Steinhardt1-32/+32
2024-08-08reftable/stack: refactor function to gather table sizesPatrick Steinhardt1-5/+6
2024-08-08object: fix leaking packfiles when closing object storePatrick Steinhardt2-0/+10
2024-08-08submodule: fix leaking seen submodule namesPatrick Steinhardt3-0/+3
2024-08-08submodule: fix leaking fetch tasksPatrick Steinhardt1-10/+7
2024-08-08builtin/submodule: allow "add" to use different ref storage formatPatrick Steinhardt4-2/+39
2024-08-08refs: fix ref storage format for submodule ref storesPatrick Steinhardt2-2/+70
2024-08-08builtin/clone: propagate ref storage format to submodulesPatrick Steinhardt2-2/+31
2024-08-08builtin/submodule: allow cloning with different ref storage formatPatrick Steinhardt4-1/+84
2024-08-08git-submodule.sh: break overly long command linesPatrick Steinhardt1-9/+55
2024-08-08transport: fix leak with transport helper URLsJunio C Hamano1-1/+3
2024-08-06t3206: test_when_finished before dirtying operations, not afterJunio C Hamano1-26/+26
2024-08-06t: port helper/test-hashmap.c to unit-tests/t-hashmap.cGhanshyam Thakkar4-357/+363
2024-08-05t/t7704-repack-cruft.sh: avoid failures during long-running testsTaylor Blau1-1/+1
2024-08-05t6421: fix test to work when repo dir contains d0Kyle Lippincott1-6/+9
2024-08-05set errno=0 before strtoX callsKyle Lippincott4-0/+5
2024-08-05log-tree: use decimal_width()René Scharfe1-11/+2
2024-08-05refs/files: prevent memory leak by freeing packed_ref_storeSven Strickroth1-0/+1
2024-08-05apply: canonicalize modes read from patchesJeff King2-0/+63
2024-08-04t-reftable-tree: improve the test for infix_walk()Chandra Pratap1-7/+15
2024-08-04t-reftable-tree: add test for non-existent keyChandra Pratap1-0/+1
2024-08-04t-reftable-tree: split test_tree() into two sub-test functionsChandra Pratap1-4/+19
2024-08-04t: move reftable/tree_test.c to the unit testing frameworkChandra Pratap5-63/+61
2024-08-04reftable: remove unnecessary curly braces in reftable/tree.cChandra Pratap1-10/+5
2024-08-03Documentation: add platform support policyEmily Shaffer2-0/+191
2024-08-02refs: drop `ref_store`-less functionsPatrick Steinhardt1-207/+0
2024-08-02http: do not ignore proxy pathRyan Hendrickson4-3/+128
2024-08-02builtin/ls-remote: fall back to SHA1 outside of a repoPatrick Steinhardt2-0/+28