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