aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-submodule-nested-repo-config.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-15commit-graph: stop passing in redundant repositoryPatrick Steinhardt4-81/+59
2025-08-15commit-graph: stop using `the_repository`Patrick Steinhardt4-40/+42
2025-08-15commit-graph: stop using `the_hash_algo`Patrick Steinhardt3-15/+18
2025-08-15commit-graph: refactor `parse_commit_graph()` to take a repositoryPatrick Steinhardt3-16/+15
2025-08-15commit-graph: store the hash algorithm instead of its lengthPatrick Steinhardt2-19/+19
2025-08-15commit-graph: stop using `the_hash_algo` via macrosPatrick Steinhardt1-9/+16
2025-08-14count-objects: document count-objects packDaniele Sassoli1-0/+2
2025-08-13t7005: sanitize test environment for subsequent testsD. Ben Knoble1-44/+39
2025-08-13t7005: stop abusing --exec-pathD. Ben Knoble1-2/+2
2025-08-13t7005: use modern test styleD. Ben Knoble1-46/+22
2025-08-13Git 2.51-rc2v2.51.0-rc2Junio C Hamano1-1/+1
2025-08-12docs: remove stray bracket from git-clone synopsisKnut Harald Ryager1-1/+1
2025-08-11doc lint: check that synopsis manpages have synopsis inlinesJean-Noël Avila3-11/+17
2025-08-11doc:git-for-each-ref: fix styling and typosJean-Noël Avila1-132/+132
2025-08-11doc: check for absence of the form --[no-]parameterJean-Noël Avila36-78/+159
2025-08-11doc: check for absence of multiple terms in each entry of desc listJean-Noël Avila7-6/+51
2025-08-11doc: check well-formedness of delimited sectionsJean-Noël Avila14-4/+80
2025-08-11doc: test linkgit macros for well-formednessJean-Noël Avila2-1/+8
2025-08-11builtin/fmt-merge-msg: stop depending on 'the_repository'Ayush Chandekar2-3/+9
2025-08-11environment: remove the global variable 'merge_log_config'Ayush Chandekar5-8/+10
2025-08-11git-jump: make `diff` work with filenames containing spacesGreg Hurrell1-1/+1
2025-08-11bloom: enable bloom filter with wildcard pathspec in revision traversalLidong Yan2-17/+56
2025-08-09diff: --no-index should ignore the worktreeJunio C Hamano2-0/+32
2025-08-09merge: don't document non-existing --compact-summary argumentRené Scharfe1-1/+1
2025-08-09for-each-ref: call --start-after argument "marker"René Scharfe1-1/+1
2025-08-08t6137-*.sh: fix test failure on cygwinRamsay Jones1-6/+6
2025-08-08builtin: also setup gently for --help-allD. Ben Knoble5-7/+19
2025-08-08parse-options: refactor flags for usage_with_options_internalD. Ben Knoble1-5/+15
2025-08-08doc: git-log: fix description listKristoffer Haugsbakk1-2/+2
2025-08-08remote.c: convert if-else ladder to switchDenton Liu1-7/+12
2025-08-08remote.c: remove BUG in show_push_unqualified_ref_name_error()Denton Liu2-2/+8
2025-08-08t5516: remove surrounding empty lines in test bodiesDenton Liu1-51/+0
2025-08-08diff: ensure consistent diff behavior with ignore optionsLidong Yan5-23/+70
2025-08-08t5304: move `prune -h` test from t1517Usman Akinyemi2-7/+5
2025-08-08t5200: move `update-server-info -h` test from t1517Usman Akinyemi2-5/+5
2025-08-08t/t1517: automate `git subcmd -h` tests outside a repositoryUsman Akinyemi1-2/+28
2025-08-07diff: teach tree-diff a max-depth parameterJeff King7-3/+257
2025-08-07within_depth: fix return for empty pathToon Claes4-1/+50
2025-08-07combine-diff: zero memory used for callback filepairsJeff King1-1/+1
2025-08-07merge-ort: fix directory rename on top of source of other rename/deleteElijah Newren2-20/+355
2025-08-07merge-ort: fix incorrect file handlingElijah Newren2-3/+80
2025-08-07merge-ort: clarify the interning of strings in opt->priv->pathElijah Newren1-3/+8
2025-08-07t6423: fix missed staging of file in testcases 12i,12j,12kElijah Newren1-3/+6
2025-08-07t6423: document two bugs with rename-to-self testcasesElijah Newren1-2/+98
2025-08-07merge-ort: drop unnecessary temporary in check_for_directory_rename()Elijah Newren1-4/+2
2025-08-07merge-ort: update comments to modern testfile locationElijah Newren1-3/+3
2025-08-07Git 2.51-rc1v2.51.0-rc1Junio C Hamano2-1/+7
2025-08-07Documentation/RelNotes/2.51.0: improve wording for a couple entriesPatrick Steinhardt1-5/+5
2025-08-06builtin/remote: only iterate through refs that are to be renamedPatrick Steinhardt3-10/+13
2025-08-06builtin/remote: rework how remote refs get renamedPatrick Steinhardt2-99/+270