summaryrefslogtreecommitdiff
path: root/t/t7001-mv.sh
AgeCommit message (Expand)AuthorFilesLines
2018-08-27Merge branch 'sg/test-must-be-empty'Libravatar Junio C Hamano1-3/+3
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'Libravatar SZEDER Gábor1-3/+3
2018-07-16t7000-t7999: fix broken &&-chainsLibravatar Eric Sunshine1-1/+1
2018-05-08Merge branch 'sb/submodule-move-nested'Libravatar Junio C Hamano1-1/+1
2018-03-29submodule: fixup nested submodules after moving the submoduleLibravatar Stefan Beller1-1/+1
2018-03-28test: avoid pipes in git related commands for testLibravatar Pratik Karki1-12/+10
2018-03-22Merge branch 'sm/mv-dry-run-update' into maintLibravatar Junio C Hamano1-0/+6
2018-02-07t7001: add test case for --dry-runLibravatar Stefan Moch1-0/+6
2017-11-06wrapper.c: consistently quote filenames in error messagesLibravatar Simon Ruderich1-1/+1
2017-10-07tests: fix diff order arguments in test_cmpLibravatar Stefan Beller1-1/+1
2017-09-17add test for bug in git-mv for recursive submodulesLibravatar Heiko Voigt1-0/+25
2016-08-11Spelling fixesLibravatar Ville Skyttä1-4/+4
2016-04-29Merge branch 'sb/mv-submodule-fix'Libravatar Junio C Hamano1-0/+16
2016-04-19mv: allow moving nested submodulesLibravatar Stefan Beller1-0/+16
2016-02-25README: use markdown syntaxLibravatar Matthieu Moy1-1/+1
2016-01-07t/t7001-mv.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2015-03-20t: use verbose instead of hand-rolled errorsLibravatar Jeff King1-4/+1
2014-10-15mv test: recreate mod/ directory instead of relying on stale copyLibravatar Jonathan Nieder1-5/+10
2014-04-16Merge branch 'km/avoid-cp-a'Libravatar Junio C Hamano1-2/+2
2014-04-11test: fix t7001 cp to use POSIX optionsLibravatar Kyle J. McKay1-2/+2
2014-04-03Merge branch 'cb/aix'Libravatar Junio C Hamano1-2/+1
2014-03-31tests: don't rely on strerror text when testing rmdir failureLibravatar Charles Bailey1-2/+1
2014-03-25Merge branch 'jk/mv-submodules-fix'Libravatar Junio C Hamano1-1/+12
2014-03-17mv: prevent mismatched data when ignoring errors.Libravatar brian m. carlson1-1/+12
2014-01-07mv: better document side effects when moving a submoduleLibravatar Jens Lehmann1-0/+21
2013-12-04mv: let 'git mv file no-such-dir/' error outLibravatar Matthieu Moy1-0/+29
2013-10-13mv: Fix spurious warning when moving a file in presence of submodulesLibravatar Jens Lehmann1-0/+26
2013-08-06mv: update the path entry in .gitmodules for moved submodulesLibravatar Jens Lehmann1-0/+75
2013-07-30mv: move submodules using a gitfileLibravatar Jens Lehmann1-0/+19
2013-07-30mv: move submodules together with their work treesLibravatar Jens Lehmann1-0/+34
2013-06-07tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)Libravatar Johannes Sixt1-7/+11
2010-11-09tests: add missing &&, batch 2Libravatar Jonathan Nieder1-1/+1
2010-10-06t7001 (mv): add missing &&Libravatar Elijah Newren1-1/+1
2010-01-22git-mv: fix moving more than one source to a single destinationLibravatar Junio C Hamano1-0/+12
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksLibravatar Johannes Sixt1-2/+2
2009-02-04Merge branch 'maint-1.6.0' into maintLibravatar Junio C Hamano1-1/+9
2009-02-04builtin-mv.c: check for unversionned files before looking at the destination.Libravatar Matthieu Moy1-1/+1
2009-02-04Add a testcase for "git mv -f" on untracked files.Libravatar Matthieu Moy1-0/+8
2009-02-04Missing && in t/t7001.sh.Libravatar Matthieu Moy1-1/+1
2009-01-14Merge branch 'maint-1.6.0' into maintLibravatar Junio C Hamano1-0/+25
2009-01-14fix handling of multiple untracked files for git mv -kLibravatar Michael J Gruber1-1/+1
2009-01-14add test cases for "git mv -k"Libravatar Michael J Gruber1-0/+25
2008-09-03Merge branch 'maint'Libravatar Junio C Hamano1-6/+6
2008-09-03tests: use "git xyzzy" form (t7000 - t7199)Libravatar Nanako Shiraishi1-6/+6
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryLibravatar Junio C Hamano1-2/+2
2008-07-28t7001: fix "git mv" testLibravatar Junio C Hamano1-0/+2
2008-07-27git-mv: Keep moved index entries inactLibravatar Petr Baudis1-0/+52
2008-07-13t/: Use "test_must_fail git" instead of "! git"Libravatar Stephan Beyer1-2/+2
2008-02-05builtin-mv: minimum fix to avoid losing filesLibravatar Junio C Hamano1-0/+38
2008-02-01Sane use of test_expect_failureLibravatar Junio C Hamano1-2/+2