summaryrefslogtreecommitdiff
path: root/t/t7001-mv.sh
AgeCommit message (Expand)AuthorFilesLines
2026-08-11Merge branch 'lo/mv-missing-dest-dir-check'Junio C Hamano1-0/+102
2026-07-30mv: reject a destination whose leading path is missing or a symlinkLucas Zamboni Orioli1-0/+102
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-8/+8
2025-04-30builtin/mv: bail out when trying to move child and its parentPatrick Steinhardt1-4/+20
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-10-23t7001: add failure test which triggers assertionKristoffer Haugsbakk1-0/+12
2024-05-27builtin/mv: fix leaks for submodule gitfile pathsPatrick Steinhardt1-0/+2
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-2/+2
2023-08-09mv: handle lstat() failure correctlySebastian Thiel1-0/+7
2023-05-08t: drop "verbose" helper functionJeff King1-1/+1
2023-05-08t7001: use "ls-files --format" instead of "cut"Jeff King1-2/+1
2023-05-08t7001: avoid git on upstream of pipeJeff King1-16/+22
2022-11-04t7001-mv.sh: modernizing test script using functionsDebra Obondo1-31/+31
2022-10-06Sync with 2.35.5Taylor Blau1-0/+2
2022-10-06Sync with 2.33.5Taylor Blau1-0/+2
2022-10-06Sync with 2.30.6Taylor Blau1-0/+2
2022-10-01t/t7NNN: allow local submodulesTaylor Blau1-0/+2
2022-03-29mv: refresh stat info for moved entryVictoria Dye1-0/+19
2021-10-15tests: stop using top-level "README" and "COPYING" filesÆvar Arnfjörð Bjarmason1-2/+3
2021-03-01Merge branch 'sv/t7001-modernize'Junio C Hamano1-199/+177
2021-02-11t7001: use `test` rather than `[`Shubham Verma1-8/+8
2021-02-11t7001: use here-docs instead of echoShubham Verma1-1/+4
2021-02-11t7001: put each command on a separate lineShubham Verma1-1/+3
2021-02-11t7001: use '>' rather than 'touch'Shubham Verma1-5/+5
2021-02-11t7001: avoid using `cd` outside of subshellsShubham Verma1-32/+11
2021-02-11t7001: remove whitespace after redirect operatorsShubham Verma1-3/+3
2021-02-11t7001: modernize subshell formattingShubham Verma1-31/+37
2021-02-11t7001: remove unnecessary blank linesShubham Verma1-12/+0
2021-02-11t7001: indent with TABs instead of spacesShubham Verma1-60/+60
2021-02-11t7001: modernize test formattingShubham Verma1-94/+94
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-1/+1
2020-08-06t: don't spuriously close and reopen quotesMartin Ågren1-1/+1
2020-07-20git-mv: improve error message for conflicted fileChris Torek1-0/+17
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano1-3/+3
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor1-3/+3
2018-07-16t7000-t7999: fix broken &&-chainsEric Sunshine1-1/+1
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano1-1/+1
2018-03-29submodule: fixup nested submodules after moving the submoduleStefan Beller1-1/+1
2018-03-28test: avoid pipes in git related commands for testPratik Karki1-12/+10
2018-03-22Merge branch 'sm/mv-dry-run-update' into maintJunio C Hamano1-0/+6
2018-02-07t7001: add test case for --dry-runStefan Moch1-0/+6
2017-11-06wrapper.c: consistently quote filenames in error messagesSimon Ruderich1-1/+1
2017-10-07tests: fix diff order arguments in test_cmpStefan Beller1-1/+1
2017-09-17add test for bug in git-mv for recursive submodulesHeiko Voigt1-0/+25
2016-08-11Spelling fixesVille Skyttä1-4/+4
2016-04-29Merge branch 'sb/mv-submodule-fix'Junio C Hamano1-0/+16
2016-04-19mv: allow moving nested submodulesStefan Beller1-0/+16
2016-02-25README: use markdown syntaxMatthieu Moy1-1/+1
2016-01-07t/t7001-mv.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2015-03-20t: use verbose instead of hand-rolled errorsJeff King1-4/+1