summaryrefslogtreecommitdiff
path: root/t/t7001-mv.sh
AgeCommit message (Expand)AuthorFilesLines
2021-10-15tests: stop using top-level "README" and "COPYING" filesLibravatar Ævar Arnfjörð Bjarmason1-2/+3
2021-03-01Merge branch 'sv/t7001-modernize'Libravatar Junio C Hamano1-221/+199
2021-02-11t7001: use `test` rather than `[`Libravatar Shubham Verma1-8/+8
2021-02-11t7001: use here-docs instead of echoLibravatar Shubham Verma1-1/+4
2021-02-11t7001: put each command on a separate lineLibravatar Shubham Verma1-1/+3
2021-02-11t7001: use '>' rather than 'touch'Libravatar Shubham Verma1-5/+5
2021-02-11t7001: avoid using `cd` outside of subshellsLibravatar Shubham Verma1-32/+11
2021-02-11t7001: remove whitespace after redirect operatorsLibravatar Shubham Verma1-3/+3
2021-02-11t7001: modernize subshell formattingLibravatar Shubham Verma1-34/+40
2021-02-11t7001: remove unnecessary blank linesLibravatar Shubham Verma1-12/+0
2021-02-11t7001: indent with TABs instead of spacesLibravatar Shubham Verma1-60/+60
2021-02-11t7001: modernize test formattingLibravatar Shubham Verma1-96/+96
2021-02-10tests: remove most uses of test_i18ncmpLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2020-08-06t: don't spuriously close and reopen quotesLibravatar Martin Ågren1-1/+1
2020-07-20git-mv: improve error message for conflicted fileLibravatar Chris Torek1-0/+17
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