summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2022-08-10Merge branch 'ma/t4200-update' into maintJunio C Hamano1-3/+0
2022-08-10Merge branch 'tb/commit-graph-genv2-upgrade-fix' into maintJunio C Hamano1-0/+27
2022-08-10Merge branch 'tk/untracked-cache-with-uall' into maintJunio C Hamano1-0/+5
2022-08-10Merge branch 'mt/checkout-count-fix' into maintJunio C Hamano3-1/+75
2022-08-10Merge branch 'hx/lookup-commit-in-graph-fix' into maintJunio C Hamano1-0/+47
2022-08-10Merge branch 'jc/resolve-undo' into maintJunio C Hamano1-0/+71
2022-08-05Merge branch 'ds/doc-wo-whitelist' into maintJunio C Hamano5-9/+8
2022-08-05Merge branch 'mb/config-document-include' into maintJunio C Hamano1-0/+13
2022-08-05Merge branch 'jk/clone-unborn-confusion' into maintJunio C Hamano2-3/+72
2022-07-27Merge branch 'll/ls-files-tests-update' into maintJunio C Hamano5-71/+132
2022-07-27Merge branch 'ds/t5510-brokequote' into maintJunio C Hamano1-1/+5
2022-07-27Merge branch 'en/t6429-test-must-be-empty-fix' into maintJunio C Hamano1-1/+1
2022-07-27Merge branch 'ab/test-quoting-fix' into maintJunio C Hamano5-7/+8
2022-07-27Merge branch 'gg/worktree-from-the-above' into maintJunio C Hamano1-0/+265
2022-07-27Merge branch 'en/merge-dual-dir-renames-fix' into maintJunio C Hamano1-0/+105
2022-07-27Merge branch 'js/ci-github-workflow-markup' into maintJunio C Hamano1-5/+5
2022-07-22read-cache: make `do_read_index()` always set up `istate->repo`Martin Ågren1-0/+5
2022-07-19t: avoid "whitelist"Derrick Stolee4-8/+7
2022-07-19git-cvsserver: clarify directory listDerrick Stolee1-1/+1
2022-07-18t4200: drop irrelevant codeMartin Ågren1-3/+0
2022-07-17config.txt: document include, includeIfManuel Boni1-0/+13
2022-07-15commit-graph: fix corrupt upgrade from generation v1 to v2Taylor Blau1-1/+1
2022-07-15t5318: demonstrate commit-graph generation v2 corruptionTaylor Blau1-0/+27
2022-07-14checkout: fix two bugs on the final count of updated entriesMatheus Tavares2-2/+2
2022-07-14checkout: show bug about failed entries being included in final reportMatheus Tavares2-1/+53
2022-07-14checkout: document bug where delayed checkout counts entries twiceMatheus Tavares1-0/+22
2022-07-14tests: fix incorrect --write-junit-xml codeJohannes Schindelin1-5/+5
2022-07-12t5330: remove run_with_limited_processses()Han Xin1-24/+1
2022-07-07clone: use remote branch if it matches default HEADJeff King2-3/+34
2022-07-07clone: propagate empty remote HEAD even with other branchesJeff King1-0/+38
2022-07-06ls-files: update test styleLi Linchao5-71/+132
2022-07-06merge-ort: fix issue with dual rename and add/add conflictElijah Newren1-2/+2
2022-07-06t6423: add tests of dual directory rename plus add/add conflictElijah Newren1-0/+105
2022-07-04Merge 'js/add-i-delete' into maint-2.37Junio C Hamano1-0/+9
2022-06-30t6429: fix use of non-existent functionElijah Newren1-1/+1
2022-06-30commit-graph.c: no lazy fetch in lookup_commit_in_graph()Han Xin1-0/+70
2022-06-30config tests: fix harmless but broken "rm -r" cleanupÆvar Arnfjörð Bjarmason1-2/+3
2022-06-30test-lib.sh: fix prepend_var() quoting issueÆvar Arnfjörð Bjarmason1-2/+2
2022-06-30tests: add missing double quotes to included library pathsÆvar Arnfjörð Bjarmason3-3/+3
2022-06-28add --interactive: allow `update` to stage deleted filesJohannes Schindelin1-0/+9
2022-06-27Sync with Git 2.36.2Junio C Hamano1-4/+4
2022-06-23Sync with 2.35.4Johannes Schindelin2-0/+108
2022-06-23Sync with 2.34.4Johannes Schindelin2-0/+108
2022-06-23Sync with 2.33.4Johannes Schindelin2-0/+108
2022-06-23Sync with 2.32.3Johannes Schindelin2-0/+108
2022-06-23Sync with 2.31.4Johannes Schindelin2-0/+108
2022-06-23Sync with 2.30.5Johannes Schindelin2-0/+108
2022-06-21dir: traverse into repositoryGoss Geppert1-0/+265
2022-06-21t5510: replace 'origin' with URL more carefullyDerrick Stolee1-1/+5
2022-06-21Merge branch 'jp/prompt-clear-before-upstream-mark'Junio C Hamano1-1/+1