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