index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t7001-mv.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-11
Merge branch 'lo/mv-missing-dest-dir-check'
Junio C Hamano
1
-0
/
+102
2026-07-30
mv: reject a destination whose leading path is missing or a symlink
Lucas Zamboni Orioli
1
-0
/
+102
2026-07-06
t: convert grep assertions to test_grep
Michael Montalbo
1
-8
/
+8
2025-04-30
builtin/mv: bail out when trying to move child and its parent
Patrick Steinhardt
1
-4
/
+20
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
1
-1
/
+0
2024-10-23
t7001: add failure test which triggers assertion
Kristoffer Haugsbakk
1
-0
/
+12
2024-05-27
builtin/mv: fix leaks for submodule gitfile paths
Patrick Steinhardt
1
-0
/
+2
2023-11-02
tests: teach callers of test_i18ngrep to use test_grep
Junio C Hamano
1
-2
/
+2
2023-08-09
mv: handle lstat() failure correctly
Sebastian Thiel
1
-0
/
+7
2023-05-08
t: drop "verbose" helper function
Jeff King
1
-1
/
+1
2023-05-08
t7001: use "ls-files --format" instead of "cut"
Jeff King
1
-2
/
+1
2023-05-08
t7001: avoid git on upstream of pipe
Jeff King
1
-16
/
+22
2022-11-04
t7001-mv.sh: modernizing test script using functions
Debra Obondo
1
-31
/
+31
2022-10-06
Sync with 2.35.5
Taylor Blau
1
-0
/
+2
2022-10-06
Sync with 2.33.5
Taylor Blau
1
-0
/
+2
2022-10-06
Sync with 2.30.6
Taylor Blau
1
-0
/
+2
2022-10-01
t/t7NNN: allow local submodules
Taylor Blau
1
-0
/
+2
2022-03-29
mv: refresh stat info for moved entry
Victoria Dye
1
-0
/
+19
2021-10-15
tests: stop using top-level "README" and "COPYING" files
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2021-03-01
Merge branch 'sv/t7001-modernize'
Junio C Hamano
1
-199
/
+177
2021-02-11
t7001: use `test` rather than `[`
Shubham Verma
1
-8
/
+8
2021-02-11
t7001: use here-docs instead of echo
Shubham Verma
1
-1
/
+4
2021-02-11
t7001: put each command on a separate line
Shubham Verma
1
-1
/
+3
2021-02-11
t7001: use '>' rather than 'touch'
Shubham Verma
1
-5
/
+5
2021-02-11
t7001: avoid using `cd` outside of subshells
Shubham Verma
1
-32
/
+11
2021-02-11
t7001: remove whitespace after redirect operators
Shubham Verma
1
-3
/
+3
2021-02-11
t7001: modernize subshell formatting
Shubham Verma
1
-31
/
+37
2021-02-11
t7001: remove unnecessary blank lines
Shubham Verma
1
-12
/
+0
2021-02-11
t7001: indent with TABs instead of spaces
Shubham Verma
1
-60
/
+60
2021-02-11
t7001: modernize test formatting
Shubham Verma
1
-94
/
+94
2021-02-10
tests: remove most uses of test_i18ncmp
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2020-08-06
t: don't spuriously close and reopen quotes
Martin Ågren
1
-1
/
+1
2020-07-20
git-mv: improve error message for conflicted file
Chris Torek
1
-0
/
+17
2018-08-27
Merge branch 'sg/test-must-be-empty'
Junio C Hamano
1
-3
/
+3
2018-08-21
tests: use 'test_must_be_empty' instead of '! test -s'
SZEDER Gábor
1
-3
/
+3
2018-07-16
t7000-t7999: fix broken &&-chains
Eric Sunshine
1
-1
/
+1
2018-05-08
Merge branch 'sb/submodule-move-nested'
Junio C Hamano
1
-1
/
+1
2018-03-29
submodule: fixup nested submodules after moving the submodule
Stefan Beller
1
-1
/
+1
2018-03-28
test: avoid pipes in git related commands for test
Pratik Karki
1
-12
/
+10
2018-03-22
Merge branch 'sm/mv-dry-run-update' into maint
Junio C Hamano
1
-0
/
+6
2018-02-07
t7001: add test case for --dry-run
Stefan Moch
1
-0
/
+6
2017-11-06
wrapper.c: consistently quote filenames in error messages
Simon Ruderich
1
-1
/
+1
2017-10-07
tests: fix diff order arguments in test_cmp
Stefan Beller
1
-1
/
+1
2017-09-17
add test for bug in git-mv for recursive submodules
Heiko Voigt
1
-0
/
+25
2016-08-11
Spelling fixes
Ville Skyttä
1
-4
/
+4
2016-04-29
Merge branch 'sb/mv-submodule-fix'
Junio C Hamano
1
-0
/
+16
2016-04-19
mv: allow moving nested submodules
Stefan Beller
1
-0
/
+16
2016-02-25
README: use markdown syntax
Matthieu Moy
1
-1
/
+1
2016-01-07
t/t7001-mv.sh: use the $( ... ) construct for command substitution
Elia Pinto
1
-2
/
+2
2015-03-20
t: use verbose instead of hand-rolled errors
Jeff King
1
-4
/
+1
[next]