summaryrefslogtreecommitdiff
path: root/t/t7001-mv.sh
Commit message (Expand)AuthorAgeFilesLines
* t: drop "verbose" helper functionJeff King2023-05-081-1/+1
* t7001: use "ls-files --format" instead of "cut"Jeff King2023-05-081-2/+1
* t7001: avoid git on upstream of pipeJeff King2023-05-081-16/+22
* t7001-mv.sh: modernizing test script using functionsDebra Obondo2022-11-041-31/+31
* Sync with 2.35.5Taylor Blau2022-10-061-0/+2
|\
| * Sync with 2.33.5Taylor Blau2022-10-061-0/+2
| |\
| | * Sync with 2.30.6Taylor Blau2022-10-061-0/+2
| | |\
| | | * t/t7NNN: allow local submodulesTaylor Blau2022-10-011-0/+2
* | | | mv: refresh stat info for moved entryVictoria Dye2022-03-291-0/+19
|/ / /
* | | tests: stop using top-level "README" and "COPYING" filesÆvar Arnfjörð Bjarmason2021-10-151-2/+3
|/ /
* | Merge branch 'sv/t7001-modernize'Junio C Hamano2021-03-011-221/+199
|\ \
| * | t7001: use `test` rather than `[`Shubham Verma2021-02-111-8/+8
| * | t7001: use here-docs instead of echoShubham Verma2021-02-111-1/+4
| * | t7001: put each command on a separate lineShubham Verma2021-02-111-1/+3
| * | t7001: use '>' rather than 'touch'Shubham Verma2021-02-111-5/+5
| * | t7001: avoid using `cd` outside of subshellsShubham Verma2021-02-111-32/+11
| * | t7001: remove whitespace after redirect operatorsShubham Verma2021-02-111-3/+3
| * | t7001: modernize subshell formattingShubham Verma2021-02-111-34/+40
| * | t7001: remove unnecessary blank linesShubham Verma2021-02-111-12/+0
| * | t7001: indent with TABs instead of spacesShubham Verma2021-02-111-60/+60
| * | t7001: modernize test formattingShubham Verma2021-02-111-96/+96
| |/
* | tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-1/+1
|/
* t: don't spuriously close and reopen quotesMartin Ågren2020-08-061-1/+1
* git-mv: improve error message for conflicted fileChris Torek2020-07-201-0/+17
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-3/+3
|\
| * tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor2018-08-211-3/+3
* | t7000-t7999: fix broken &&-chainsEric Sunshine2018-07-161-1/+1
|/
* Merge branch 'sb/submodule-move-nested'Junio C Hamano2018-05-081-1/+1
|\
| * submodule: fixup nested submodules after moving the submodulesb/submodule-move-nestedStefan Beller2018-03-291-1/+1
* | test: avoid pipes in git related commands for testpk/test-avoid-pipe-hiding-exit-statusPratik Karki2018-03-281-12/+10
* | Merge branch 'sm/mv-dry-run-update' into maintJunio C Hamano2018-03-221-0/+6
|\ \ | |/ |/|
| * t7001: add test case for --dry-runStefan Moch2018-02-071-0/+6
* | wrapper.c: consistently quote filenames in error messagessr/wrapper-quote-filenamesSimon Ruderich2017-11-061-1/+1
* | tests: fix diff order arguments in test_cmpsb/test-cmp-expect-actualStefan Beller2017-10-071-1/+1
* | add test for bug in git-mv for recursive submoduleshv/mv-nested-submodules-testHeiko Voigt2017-09-171-0/+25
|/
* 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