summaryrefslogtreecommitdiff
path: root/t/t7001-mv.sh
AgeCommit message (Expand)Author
2010-01-22git-mv: fix moving more than one source to a single destinationJunio C Hamano
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt
2009-02-04Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-02-04builtin-mv.c: check for unversionned files before looking at the destination.Matthieu Moy
2009-02-04Add a testcase for "git mv -f" on untracked files.Matthieu Moy
2009-02-04Missing && in t/t7001.sh.Matthieu Moy
2009-01-15Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-01-14fix handling of multiple untracked files for git mv -kMichael J Gruber
2009-01-14add test cases for "git mv -k"Michael J Gruber
2008-09-03Merge branch 'maint'Junio C Hamano
2008-09-03tests: use "git xyzzy" form (t7000 - t7199)Nanako Shiraishi
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano
2008-07-29t7001: fix "git mv" testJunio C Hamano
2008-07-27git-mv: Keep moved index entries inactPetr Baudis
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-02-05builtin-mv: minimum fix to avoid losing filesJunio C Hamano
2008-02-02Sane use of test_expect_failureJunio C Hamano
2008-01-05t/t7001: avoid unnecessary ERE when using grepMiklos Vajna
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre
2006-12-04git-mv: search more precisely for source directory in indexJohannes Schindelin
2006-10-02git-mv: invalidate the removed path properly in cache-treeJunio C Hamano
2006-08-21git-mv: special case destination "."Johannes Schindelin
2006-08-16git-mv: succeed even if source is a prefix of destinationJohannes Schindelin
2006-07-26builtin git-mv: support moving directoriesJohannes Schindelin
2006-07-26t7001: add test for git-mv dir1 dir2/Johannes Schindelin
2006-07-26Extend testing git-mv for renaming of subdirectoriesJosef Weidendorfer
2006-03-03git-mv: fix moves into a subdir from outsideJosef Weidendorfer
2005-11-29[PATCH] Add tests for git-mv in subdirectoriesAlex Riesen