summaryrefslogtreecommitdiffstats
path: root/t/t1001-read-tree-m-2way.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* t1001-read-tree-m-2way: modernize test formatJohn Cai2023-05-191-1/+1
* read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason2022-12-261-1/+1
* revisions API: call diff_free(&revs->pruning) in revisions_release()Ævar Arnfjörð Bjarmason2022-04-141-0/+1
* read-tree tests: check "diff-files" exit code on failureÆvar Arnfjörð Bjarmason2022-03-071-3/+3
* unpack-trees: don't leak memory in verify_clean_subdirectory()Ævar Arnfjörð Bjarmason2021-10-081-0/+2
* t: switch $_x40 to $OID_REGEXbrian m. carlson2018-05-141-1/+1
* unpack-trees: support super-prefix optionStefan Beller2017-01-251-0/+8
* t1001: modernize styleStefan Beller2017-01-111-321/+320
* Merge branch 'ep/shell-command-substitution'Junio C Hamano2014-06-031-9/+9
|\
| * t1001-read-tree-m-2way.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-9/+9
* | code and test: fix misuses of "nor"Justin Lebar2014-04-011-1/+1
|/
* Teach read-tree the -n|--dry-run optionJens Lehmann2011-05-261-22/+23
* tests: add missing &&Jonathan Nieder2010-11-091-1/+1
* t100[12] (read-tree-m-2way, read_tree_m_u_2way): add missing &&Elijah Newren2010-10-061-9/+9
* Convert "! git" to "test_must_fail git"Jared Hance2010-07-211-1/+1
* Merge remote branch 'ko/master' into jc/read-tree-cache-tree-fixJunio C Hamano2010-07-091-5/+3
|\
| * tests: move convenience regexp to match object names to test-lib.shJunio C Hamano2010-01-041-2/+0
| * Use 'fast-forward' all over the placeFelipe Contreras2009-10-251-3/+3
* | Fix "read-tree -m A B" priming the cache-treeJunio C Hamano2010-07-091-0/+16
|/
* unpack-trees: fix path search bug in verify_absentClemens Buchacher2009-01-051-0/+27
* unpack-trees: handle failure in verify_absentClemens Buchacher2009-01-051-0/+24
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-241-13/+13
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-031-88/+88
* Get rid of the dependency to GNU diff in the testsJohannes Schindelin2007-03-041-13/+13
* Libify diff-files.Junio C Hamano2006-04-221-1/+1
* Fix typo in test comment.Junio C Hamano2005-09-171-1/+1
* Big tool rename.Junio C Hamano2005-09-081-43/+43
* [PATCH] Trapping exit in tests, using return for errorsPavel Roskin2005-08-121-4/+4
* [PATCH] Add more tests for read-tree --emu23.Junio C Hamano2005-06-261-7/+63
* [PATCH] Clean up read-tree two-way tests.Junio C Hamano2005-06-131-35/+42
* [PATCH] read-tree: save more user hassles during fast-forward.Junio C Hamano2005-06-071-0/+281