aboutsummaryrefslogtreecommitdiffstats
path: root/t/t1001-read-tree-m-2way.sh
AgeCommit message (Expand)AuthorFilesLines
2023-05-19t1001-read-tree-m-2way: modernize test formatJohn Cai1-1/+1
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason1-1/+1
2022-04-13revisions API: call diff_free(&revs->pruning) in revisions_release()Ævar Arnfjörð Bjarmason1-0/+1
2022-03-07read-tree tests: check "diff-files" exit code on failureÆvar Arnfjörð Bjarmason1-3/+3
2021-10-07unpack-trees: don't leak memory in verify_clean_subdirectory()Ævar Arnfjörð Bjarmason1-0/+2
2018-05-14t: switch $_x40 to $OID_REGEXbrian m. carlson1-1/+1
2017-01-25unpack-trees: support super-prefix optionStefan Beller1-0/+8
2017-01-11t1001: modernize styleStefan Beller1-321/+320
2014-06-03Merge branch 'ep/shell-command-substitution'Junio C Hamano1-9/+9
2014-04-29t1001-read-tree-m-2way.sh: use the $( ... ) construct for command substitutionElia Pinto1-9/+9
2014-03-31code and test: fix misuses of "nor"Justin Lebar1-1/+1
2011-05-25Teach read-tree the -n|--dry-run optionJens Lehmann1-22/+23
2010-11-09tests: add missing &&Jonathan Nieder1-1/+1
2010-10-06t100[12] (read-tree-m-2way, read_tree_m_u_2way): add missing &&Elijah Newren1-9/+9
2010-07-20Convert "! git" to "test_must_fail git"Jared Hance1-1/+1
2010-07-08Merge remote branch 'ko/master' into jc/read-tree-cache-tree-fixJunio C Hamano1-5/+3
2010-07-08Fix "read-tree -m A B" priming the cache-treeJunio C Hamano1-0/+16
2010-01-03tests: move convenience regexp to match object names to test-lib.shJunio C Hamano1-2/+0
2009-10-24Use 'fast-forward' all over the placeFelipe Contreras1-3/+3
2009-01-05unpack-trees: fix path search bug in verify_absentClemens Buchacher1-0/+27
2009-01-05unpack-trees: handle failure in verify_absentClemens Buchacher1-0/+24
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano1-13/+13
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-88/+88
2007-03-04Get rid of the dependency to GNU diff in the testsJohannes Schindelin1-13/+13
2006-04-22Libify diff-files.Junio C Hamano1-1/+1
2005-09-17Fix typo in test comment.Junio C Hamano1-1/+1
2005-09-07Big tool rename.Junio C Hamano1-43/+43
2005-08-11[PATCH] Trapping exit in tests, using return for errorsPavel Roskin1-4/+4
2005-06-25[PATCH] Add more tests for read-tree --emu23.Junio C Hamano1-7/+63
2005-06-12[PATCH] Clean up read-tree two-way tests.Junio C Hamano1-35/+42
2005-06-07[PATCH] read-tree: save more user hassles during fast-forward.Junio C Hamano1-0/+281