summaryrefslogtreecommitdiff
path: root/t/t7001-mv.sh
AgeCommit message (Expand)Author
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor
2018-07-16t7000-t7999: fix broken &&-chainsEric Sunshine
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano
2018-03-29submodule: fixup nested submodules after moving the submoduleStefan Beller
2018-03-28test: avoid pipes in git related commands for testPratik Karki
2018-03-22Merge branch 'sm/mv-dry-run-update' into maintJunio C Hamano
2018-02-07t7001: add test case for --dry-runStefan Moch
2017-11-06wrapper.c: consistently quote filenames in error messagesSimon Ruderich
2017-10-07tests: fix diff order arguments in test_cmpStefan Beller
2017-09-17add test for bug in git-mv for recursive submodulesHeiko Voigt
2016-08-11Spelling fixesVille Skyttä
2016-04-29Merge branch 'sb/mv-submodule-fix'Junio C Hamano
2016-04-19mv: allow moving nested submodulesStefan Beller
2016-02-25README: use markdown syntaxMatthieu Moy
2016-01-07t/t7001-mv.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-03-20t: use verbose instead of hand-rolled errorsJeff King
2014-10-15mv test: recreate mod/ directory instead of relying on stale copyJonathan Nieder
2014-04-16Merge branch 'km/avoid-cp-a'Junio C Hamano
2014-04-11test: fix t7001 cp to use POSIX optionsKyle J. McKay
2014-04-03Merge branch 'cb/aix'Junio C Hamano
2014-03-31tests: don't rely on strerror text when testing rmdir failureCharles Bailey
2014-03-25Merge branch 'jk/mv-submodules-fix'Junio C Hamano
2014-03-17mv: prevent mismatched data when ignoring errors.brian m. carlson
2014-01-07mv: better document side effects when moving a submoduleJens Lehmann
2013-12-04mv: let 'git mv file no-such-dir/' error outMatthieu Moy
2013-10-14mv: Fix spurious warning when moving a file in presence of submodulesJens Lehmann
2013-08-06mv: update the path entry in .gitmodules for moved submodulesJens Lehmann
2013-07-30mv: move submodules using a gitfileJens Lehmann
2013-07-30mv: move submodules together with their work treesJens Lehmann
2013-06-07tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)Johannes Sixt
2010-11-09tests: add missing &&, batch 2Jonathan Nieder
2010-10-06t7001 (mv): add missing &&Elijah Newren
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