Age | Commit message (Expand) | Author | Files | Lines |
2010-11-09 | tests: add missing &&, batch 2 | Jonathan Nieder | 1 | -1/+1 |
2010-10-06 | t7001 (mv): add missing && | Elijah Newren | 1 | -1/+1 |
2010-01-22 | git-mv: fix moving more than one source to a single destination | Junio C Hamano | 1 | -0/+12 |
2009-03-22 | Use prerequisite tags to skip tests that depend on symbolic links | Johannes Sixt | 1 | -2/+2 |
2009-02-04 | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 1 | -1/+9 |
2009-02-04 | builtin-mv.c: check for unversionned files before looking at the destination. | Matthieu Moy | 1 | -1/+1 |
2009-02-04 | Add a testcase for "git mv -f" on untracked files. | Matthieu Moy | 1 | -0/+8 |
2009-02-04 | Missing && in t/t7001.sh. | Matthieu Moy | 1 | -1/+1 |
2009-01-14 | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 1 | -0/+25 |
2009-01-14 | fix handling of multiple untracked files for git mv -k | Michael J Gruber | 1 | -1/+1 |
2009-01-14 | add test cases for "git mv -k" | Michael J Gruber | 1 | -0/+25 |
2008-09-03 | Merge branch 'maint' | Junio C Hamano | 1 | -6/+6 |
2008-09-03 | tests: use "git xyzzy" form (t7000 - t7199) | Nanako Shiraishi | 1 | -6/+6 |
2008-08-17 | tests: use $TEST_DIRECTORY to refer to the t/ directory | Junio C Hamano | 1 | -2/+2 |
2008-07-28 | t7001: fix "git mv" test | Junio C Hamano | 1 | -0/+2 |
2008-07-27 | git-mv: Keep moved index entries inact | Petr Baudis | 1 | -0/+52 |
2008-07-13 | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 1 | -2/+2 |
2008-02-05 | builtin-mv: minimum fix to avoid losing files | Junio C Hamano | 1 | -0/+38 |
2008-02-01 | Sane use of test_expect_failure | Junio C Hamano | 1 | -2/+2 |
2008-01-05 | t/t7001: avoid unnecessary ERE when using grep | Miklos Vajna | 1 | -6/+6 |
2007-07-02 | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 1 | -16/+16 |
2007-01-12 | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 1 | -2/+2 |
2006-12-04 | git-mv: search more precisely for source directory in index | Johannes Schindelin | 1 | -0/+13 |
2006-10-01 | git-mv: invalidate the removed path properly in cache-tree | Junio C Hamano | 1 | -0/+19 |
2006-08-21 | git-mv: special case destination "." | Johannes Schindelin | 1 | -0/+4 |
2006-08-15 | git-mv: succeed even if source is a prefix of destination | Johannes Schindelin | 1 | -0/+4 |
2006-07-26 | builtin git-mv: support moving directories | Johannes Schindelin | 1 | -0/+4 |
2006-07-26 | t7001: add test for git-mv dir1 dir2/ | Johannes Schindelin | 1 | -0/+15 |
2006-07-26 | Extend testing git-mv for renaming of subdirectories | Josef Weidendorfer | 1 | -0/+21 |
2006-03-03 | git-mv: fix moves into a subdir from outside | Josef Weidendorfer | 1 | -2/+16 |
2005-11-29 | [PATCH] Add tests for git-mv in subdirectories | Alex Riesen | 1 | -0/+27 |