aboutsummaryrefslogtreecommitdiff
path: root/t/t7001-mv.sh
Commit message (Expand)AuthorAge
* tests: add missing &&, batch 2Jonathan Nieder2010-11-09
* t7001 (mv): add missing &&Elijah Newren2010-10-06
* git-mv: fix moving more than one source to a single destinationJunio C Hamano2010-01-22
* Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt2009-03-22
* Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-04
|\
| * builtin-mv.c: check for unversionned files before looking at the destination.Matthieu Moy2009-02-04
| * Add a testcase for "git mv -f" on untracked files.Matthieu Moy2009-02-04
| * Missing && in t/t7001.sh.Matthieu Moy2009-02-04
* | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-14
|\ \ | |/
| * fix handling of multiple untracked files for git mv -kMichael J Gruber2009-01-14
| * add test cases for "git mv -k"Michael J Gruber2009-01-14
* | Merge branch 'maint'Junio C Hamano2008-09-03
|\ \ | |/
| * tests: use "git xyzzy" form (t7000 - t7199)Nanako Shiraishi2008-09-03
* | tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano2008-08-17
|/
* t7001: fix "git mv" testJunio C Hamano2008-07-28
* git-mv: Keep moved index entries inactPetr Baudis2008-07-27
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-13
* builtin-mv: minimum fix to avoid losing filesJunio C Hamano2008-02-05
* Sane use of test_expect_failureJunio C Hamano2008-02-01
* t/t7001: avoid unnecessary ERE when using grepMiklos Vajna2008-01-05
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-02
* use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-12
* git-mv: search more precisely for source directory in indexJohannes Schindelin2006-12-04
* git-mv: invalidate the removed path properly in cache-treeJunio C Hamano2006-10-01
* git-mv: special case destination "."Johannes Schindelin2006-08-21
* git-mv: succeed even if source is a prefix of destinationJohannes Schindelin2006-08-15
* builtin git-mv: support moving directoriesJohannes Schindelin2006-07-26
* t7001: add test for git-mv dir1 dir2/Johannes Schindelin2006-07-26
* Extend testing git-mv for renaming of subdirectoriesJosef Weidendorfer2006-07-26
* git-mv: fix moves into a subdir from outsideJosef Weidendorfer2006-03-03
* [PATCH] Add tests for git-mv in subdirectoriesAlex Riesen2005-11-29