summaryrefslogtreecommitdiffstats
path: root/mergetools/deltawalker (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-17scalar: mark unused parameters in dummy functionJeff King1-1/+2
2024-08-17daemon: mark unused parameters in non-posix fallbacksJeff King1-3/+3
2024-08-17setup: mark unused parameter in config callbackJeff King1-1/+1
2024-08-17test-mergesort: mark unused parameters in trivial callbackJeff King1-1/+1
2024-08-17t-hashmap: mark unused parameters in callback functionJeff King1-1/+2
2024-08-17reftable: mark unused parameters in virtual functionsJeff King9-33/+41
2024-08-17reftable: drop obsolete test function declarationsJeff King1-2/+0
2024-08-17reftable: ignore unused argc/argv in test functionsJeff King3-3/+3
2024-08-17unit-tests: ignore unused argc/argvJeff King13-13/+13
2024-08-17t/helper: mark more unused argv/argc argumentsJeff King2-2/+2
2024-08-17oss-fuzz: mark unused argv/argc argumentJeff King1-1/+1
2024-08-17refs: mark unused parameters in do_for_each_reflog_helper()Jeff King1-2/+3
2024-08-17refs: mark unused parameters in ref_store fsck callbacksJeff King2-4/+4
2024-08-17update-ref: mark more unused parameters in parser callbacksJeff King1-4/+4
2024-08-17imap-send: mark unused parameter in ssl_socket_connect() fallbackJeff King1-1/+1
2024-08-16Prepare for 2.46.1Junio C Hamano3-2/+39
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-08fsck: add ref name check for files backendshejialuo4-0/+127
2024-08-08files-backend: add unified interface for refs scanningshejialuo3-1/+76
2024-08-08builtin/refs: add verify subcommandshejialuo4-1/+65
2024-08-08refs: set up ref consistency check infrastructureshejialuo7-1/+58
2024-08-08fsck: add refs report functionshejialuo2-0/+64
2024-08-08fsck: add a unified interface for reporting fsck messagesshejialuo1-14/+30
2024-08-08fsck: make "fsck_error" callback genericshejialuo5-24/+38
2024-08-08fsck: rename objects-related fsck error functionsshejialuo3-28/+29
2024-08-08fsck: rename "skiplist" to "skip_oids"shejialuo2-4/+4
2024-08-08object: fix leaking packfiles when closing object storePatrick Steinhardt2-0/+10