summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-08-13config: pass repo to functions that rename or copy sectionsPatrick Steinhardt-33/+36
2024-08-13config: pass repo to `git_die_config()`Patrick Steinhardt-10/+11
2024-08-13config: pass repo to `git_config_get_expiry_in_days()`Patrick Steinhardt-5/+9
2024-08-13config: pass repo to `git_config_get_expiry()`Patrick Steinhardt-8/+8
2024-08-13config: pass repo to `git_config_get_max_percent_split_change()`Patrick Steinhardt-4/+4
2024-08-13config: pass repo to `git_config_get_split_index()`Patrick Steinhardt-6/+6
2024-08-13config: pass repo to `git_config_get_index_threads()`Patrick Steinhardt-7/+7
2024-08-13config: expose `repo_config_clear()`Patrick Steinhardt-1/+2
2024-08-13config: introduce missing setters that take repo as parameterPatrick Steinhardt-21/+87
2024-08-13path: hide functions using `the_repository` by defaultPatrick Steinhardt-99/+100
2024-08-13path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt-17/+24
2024-08-13path: stop relying on `the_repository` when reporting garbagePatrick Steinhardt-5/+5
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt-42/+47
2024-08-13editor: do not rely on `the_repository` for interactive editsPatrick Steinhardt-8/+13
2024-08-13path: expose `do_git_common_path()` as `repo_common_pathv()`Patrick Steinhardt-12/+15
2024-08-13path: expose `do_git_path()` as `repo_git_pathv()`Patrick Steinhardt-10/+18
2024-08-09remerge-diff: clean up temporary objdir at a central placeJunio C Hamano-26/+26
2024-08-09remerge-diff: lazily prepare temporary objdir on demandJunio C Hamano-18/+12
2024-08-09doc: grammofix in git-diff-treeJunio C Hamano-1/+1
2024-08-09tutorial: grammofixJunio C Hamano-1/+1
2024-08-09ref-filter: populate symref from iteratorJohn Cai-5/+12
2024-08-09refs: add referent to each_ref_fnJohn Cai-54/+78
2024-08-09refs: keep track of unresolved reference value in iteratorsJohn Cai-5/+30
2024-08-09diff-tree: fix crash when used with --remerge-diffXing Xin-0/+48
2024-08-08tests: drop use of 'tee' that hides exit statusJunio C Hamano-3/+3
2024-08-08The third batchJunio C Hamano-0/+25
2024-08-08Merge branch 'ps/p4-tests-updates'Junio C Hamano-9/+84
2024-08-08Merge branch 'dh/encoding-trace-optim'Junio C Hamano-0/+3
2024-08-08Merge branch 'ps/doc-more-c-coding-guidelines'Junio C Hamano-3/+51
2024-08-08Merge branch 'rs/grep-omit-blank-lines-after-function-at-eof'Junio C Hamano-1/+3
2024-08-08Merge branch 'dd/notes-empty-no-edit-by-default'Junio C Hamano-12/+20
2024-08-08Merge branch 'es/shell-check-updates'Junio C Hamano-5/+4
2024-08-08Merge branch 'rj/add-p-pager'Junio C Hamano-8/+107
2024-08-08Merge branch 'ks/unit-test-comment-typofix'Junio C Hamano-2/+3
2024-08-08t7004: make use of write_scriptAbdAlRahman Gad-6/+2
2024-08-08t7004: use single quotes instead of double quotesAbdAlRahman Gad-35/+35
2024-08-08t7004: begin the test body on the same line as test_expect_successAbdAlRahman Gad-54/+71
2024-08-08t7004: description on the same line as test_expect_successAbdAlRahman Gad-166/+83
2024-08-08t7004: do not prepare things outside test_expect_successAbdAlRahman Gad-338/+360
2024-08-08t7004: use indented here-docAbdAlRahman Gad-19/+19
2024-08-08t7004: one command per lineAbdAlRahman Gad-2/+4
2024-08-08t7004: remove space after redirect operatorsAbdAlRahman Gad-25/+25
2024-08-08reftable/stack: handle locked tables during auto-compactionPatrick Steinhardt-22/+70
2024-08-08reftable/stack: fix corruption on concurrent compactionPatrick Steinhardt-5/+102
2024-08-08reftable/stack: use lock_file when adding table to "tables.list"Patrick Steinhardt-10/+11
2024-08-08reftable/stack: do not die when fsyncing lock file filesPatrick Steinhardt-2/+5
2024-08-08reftable/stack: simplify tracking of table locksPatrick Steinhardt-7/+7
2024-08-08reftable/stack: update stats on failed full compactionPatrick Steinhardt-9/+8
2024-08-08reftable/stack: test compaction with already-locked tablesPatrick Steinhardt-0/+77
2024-08-08reftable/stack: extract function to setup stack with N tablesPatrick Steinhardt-32/+32