summaryrefslogtreecommitdiffstats
path: root/submodule-config.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-21The seventh batchJunio C Hamano1-0/+9
2024-08-20ci(win+VS): download the vcpkg artifacts using a dedicated GitHub ActionJohannes Schindelin1-8/+4
2024-08-20ci: bump microsoft/setup-msbuild from v1 to v2Johannes Schindelin1-1/+1
2024-08-19The sixth batchJunio C Hamano1-0/+7
2024-08-16Prepare for 2.46.1Junio C Hamano3-2/+39
2024-08-15The fifth batchJunio C Hamano1-0/+25
2024-08-15t4129: fix racy index when calling chmod after git-addJeff King1-1/+1
2024-08-15howto-maintain: mention preformatted docsJunio C Hamano1-0/+4
2024-08-15git-svn: mention `svn:global-ignores` in help+docsAlex Galvin2-10/+10
2024-08-14The fourth batchJunio C Hamano1-0/+56
2024-08-13midx: drop unused parameters from add_midx_to_chain()Jeff King1-9/+5
2024-08-13bundle: default to SHA1 when reading bundle headersPatrick Steinhardt2-1/+31
2024-08-13builtin/bundle: have unbundle check for repo before opening its bundlePatrick Steinhardt2-2/+10
2024-08-09doc: grammofix in git-diff-treeJunio C Hamano1-1/+1
2024-08-09tutorial: grammofixJunio C Hamano1-1/+1
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-09tests: drop use of 'tee' that hides exit statusJunio C Hamano2-3/+3
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
2024-08-08submodule: fix leaking seen submodule namesPatrick Steinhardt3-0/+3
2024-08-08submodule: fix leaking fetch tasksPatrick Steinhardt1-10/+7