summaryrefslogtreecommitdiff
path: root/t/t7001-mv.sh
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesvs/typofixVille Skyttä2016-08-111-4/+4
* Merge branch 'sb/mv-submodule-fix'Junio C Hamano2016-04-291-0/+16
|\
| * mv: allow moving nested submodulessb/mv-submodule-fixStefan Beller2016-04-191-0/+16
* | README: use markdown syntaxMatthieu Moy2016-02-251-1/+1
* | t/t7001-mv.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-071-2/+2
|/
* t: use verbose instead of hand-rolled errorsJeff King2015-03-201-4/+1
* mv test: recreate mod/ directory instead of relying on stale copyJonathan Nieder2014-10-151-5/+10
* Merge branch 'km/avoid-cp-a'Junio C Hamano2014-04-161-2/+2
|\
| * test: fix t7001 cp to use POSIX optionskm/avoid-cp-aKyle J. McKay2014-04-111-2/+2
* | Merge branch 'cb/aix'Junio C Hamano2014-04-031-2/+1
|\ \
| * | tests: don't rely on strerror text when testing rmdir failurecb/aixCharles Bailey2014-03-311-2/+1
* | | Merge branch 'jk/mv-submodules-fix'Junio C Hamano2014-03-251-1/+12
|\ \ \ | |/ / |/| |
| * | mv: prevent mismatched data when ignoring errors.jk/mv-submodules-fixbrian m. carlson2014-03-171-1/+12
| |/
* | mv: better document side effects when moving a submoduleJens Lehmann2014-01-071-0/+21
|/
* mv: let 'git mv file no-such-dir/' error outMatthieu Moy2013-12-041-0/+29
* mv: Fix spurious warning when moving a file in presence of submodulesjl/submodule-mvJens Lehmann2013-10-131-0/+26
* mv: update the path entry in .gitmodules for moved submodulesJens Lehmann2013-08-061-0/+75
* mv: move submodules using a gitfileJens Lehmann2013-07-301-0/+19
* mv: move submodules together with their work treesJens Lehmann2013-07-301-0/+34
* tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)Johannes Sixt2013-06-071-7/+11
* tests: add missing &&, batch 2Jonathan Nieder2010-11-091-1/+1
* t7001 (mv): add missing &&Elijah Newren2010-10-061-1/+1
* git-mv: fix moving more than one source to a single destinationJunio C Hamano2010-01-221-0/+12
* Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt2009-03-221-2/+2
* Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-041-1/+9
|\
| * builtin-mv.c: check for unversionned files before looking at the destination.Matthieu Moy2009-02-041-1/+1
| * Add a testcase for "git mv -f" on untracked files.Matthieu Moy2009-02-041-0/+8
| * Missing && in t/t7001.sh.Matthieu Moy2009-02-041-1/+1
* | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-141-0/+25
|\ \ | |/
| * fix handling of multiple untracked files for git mv -kMichael J Gruber2009-01-141-1/+1
| * add test cases for "git mv -k"Michael J Gruber2009-01-141-0/+25
* | Merge branch 'maint'Junio C Hamano2008-09-031-6/+6
|\ \ | |/
| * tests: use "git xyzzy" form (t7000 - t7199)Nanako Shiraishi2008-09-031-6/+6
* | tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano2008-08-171-2/+2
|/
* t7001: fix "git mv" testJunio C Hamano2008-07-281-0/+2
* git-mv: Keep moved index entries inactPetr Baudis2008-07-271-0/+52
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-2/+2
* builtin-mv: minimum fix to avoid losing filesJunio C Hamano2008-02-051-0/+38
* Sane use of test_expect_failureJunio C Hamano2008-02-011-2/+2
* t/t7001: avoid unnecessary ERE when using grepMiklos Vajna2008-01-051-6/+6
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-16/+16
* use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-121-2/+2
* git-mv: search more precisely for source directory in indexJohannes Schindelin2006-12-041-0/+13
* git-mv: invalidate the removed path properly in cache-treeJunio C Hamano2006-10-011-0/+19
* git-mv: special case destination "."Johannes Schindelin2006-08-211-0/+4
* git-mv: succeed even if source is a prefix of destinationJohannes Schindelin2006-08-151-0/+4
* builtin git-mv: support moving directoriesJohannes Schindelin2006-07-261-0/+4
* t7001: add test for git-mv dir1 dir2/Johannes Schindelin2006-07-261-0/+15
* Extend testing git-mv for renaming of subdirectoriesJosef Weidendorfer2006-07-261-0/+21
* git-mv: fix moves into a subdir from outsideJosef Weidendorfer2006-03-031-2/+16