summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-08-14t9001-send-email.sh: fix quoting for mailrc --dump-aliases testJacob Keller-3/+3
2024-08-13midx: drop unused parameters from add_midx_to_chain()Jeff King-9/+5
2024-08-13bundle: default to SHA1 when reading bundle headersPatrick Steinhardt-1/+31
2024-08-13builtin/bundle: have unbundle check for repo before opening its bundlePatrick Steinhardt-2/+10
2024-08-13t-reftable-readwrite: add test for known errorChandra Pratap-0/+5
2024-08-13t-reftable-readwrite: use 'for' in place of infinite 'while' loopsChandra Pratap-9/+3
2024-08-13t-reftable-readwrite: use free_names() instead of a for loopChandra Pratap-7/+3
2024-08-13t: move reftable/readwrite_test.c to the unit testing frameworkChandra Pratap-212/+210
2024-08-13config: hide functions using `the_repository` by defaultPatrick Steinhardt-208/+171
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt-0/+45
2024-08-13config: don't depend on `the_repository` with branch conditionsPatrick Steinhardt-4/+5
2024-08-13config: don't have setters depend on `the_repository`Patrick Steinhardt-8/+8
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