Age | Commit message (Expand) | Author | Files | Lines |
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 | -221/+199 |
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 | -34/+40 |
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 | -96/+96 |
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 |
2014-10-15 | mv test: recreate mod/ directory instead of relying on stale copy | Jonathan Nieder | 1 | -5/+10 |
2014-04-16 | Merge branch 'km/avoid-cp-a' | Junio C Hamano | 1 | -2/+2 |
2014-04-11 | test: fix t7001 cp to use POSIX options | Kyle J. McKay | 1 | -2/+2 |
2014-04-03 | Merge branch 'cb/aix' | Junio C Hamano | 1 | -2/+1 |
2014-03-31 | tests: don't rely on strerror text when testing rmdir failure | Charles Bailey | 1 | -2/+1 |
2014-03-25 | Merge branch 'jk/mv-submodules-fix' | Junio C Hamano | 1 | -1/+12 |
2014-03-17 | mv: prevent mismatched data when ignoring errors. | brian m. carlson | 1 | -1/+12 |
2014-01-07 | mv: better document side effects when moving a submodule | Jens Lehmann | 1 | -0/+21 |
2013-12-04 | mv: let 'git mv file no-such-dir/' error out | Matthieu Moy | 1 | -0/+29 |
2013-10-13 | mv: Fix spurious warning when moving a file in presence of submodules | Jens Lehmann | 1 | -0/+26 |
2013-08-06 | mv: update the path entry in .gitmodules for moved submodules | Jens Lehmann | 1 | -0/+75 |
2013-07-30 | mv: move submodules using a gitfile | Jens Lehmann | 1 | -0/+19 |
2013-07-30 | mv: move submodules together with their work trees | Jens Lehmann | 1 | -0/+34 |
2013-06-07 | tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases) | Johannes Sixt | 1 | -7/+11 |
2010-11-09 | tests: add missing &&, batch 2 | Jonathan Nieder | 1 | -1/+1 |
2010-10-06 | t7001 (mv): add missing && | Elijah Newren | 1 | -1/+1 |
2010-01-22 | git-mv: fix moving more than one source to a single destination | Junio C Hamano | 1 | -0/+12 |
2009-03-22 | Use prerequisite tags to skip tests that depend on symbolic links | Johannes Sixt | 1 | -2/+2 |