| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-10 | 1 | -1/+1 |
|/ |
|
* | t: don't spuriously close and reopen quotes | Martin Ågren | 2020-08-06 | 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 submodulesb/submodule-move-nested | Stefan Beller | 2018-03-29 | 1 | -1/+1 |
* | | test: avoid pipes in git related commands for testpk/test-avoid-pipe-hiding-exit-status | 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 messagessr/wrapper-quote-filenames | Simon Ruderich | 2017-11-06 | 1 | -1/+1 |
* | | tests: fix diff order arguments in test_cmpsb/test-cmp-expect-actual | Stefan Beller | 2017-10-07 | 1 | -1/+1 |
* | | add test for bug in git-mv for recursive submoduleshv/mv-nested-submodules-test | Heiko Voigt | 2017-09-17 | 1 | -0/+25 |
|/ |
|
* | Spelling fixesvs/typofix | 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 submodulessb/mv-submodule-fix | 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 optionskm/avoid-cp-a | Kyle J. McKay | 2014-04-11 | 1 | -2/+2 |
* | | Merge branch 'cb/aix' | Junio C Hamano | 2014-04-03 | 1 | -2/+1 |
|\ \ |
|
| * | | tests: don't rely on strerror text when testing rmdir failurecb/aix | Charles Bailey | 2014-03-31 | 1 | -2/+1 |
* | | | Merge branch 'jk/mv-submodules-fix' | Junio C Hamano | 2014-03-25 | 1 | -1/+12 |
|\ \ \
| |/ /
|/| | |
|
| * | | mv: prevent mismatched data when ignoring errors.jk/mv-submodules-fix | brian m. carlson | 2014-03-17 | 1 | -1/+12 |
| |/ |
|
* | | mv: better document side effects when moving a submodule | Jens Lehmann | 2014-01-07 | 1 | -0/+21 |
|/ |
|
* | mv: let 'git mv file no-such-dir/' error out | Matthieu Moy | 2013-12-04 | 1 | -0/+29 |
* | mv: Fix spurious warning when moving a file in presence of submodulesjl/submodule-mv | Jens Lehmann | 2013-10-13 | 1 | -0/+26 |
* | mv: update the path entry in .gitmodules for moved submodules | Jens Lehmann | 2013-08-06 | 1 | -0/+75 |
* | mv: move submodules using a gitfile | Jens Lehmann | 2013-07-30 | 1 | -0/+19 |
* | mv: move submodules together with their work trees | Jens Lehmann | 2013-07-30 | 1 | -0/+34 |
* | tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases) | Johannes Sixt | 2013-06-07 | 1 | -7/+11 |
* | tests: add missing &&, batch 2 | Jonathan Nieder | 2010-11-09 | 1 | -1/+1 |
* | t7001 (mv): add missing && | Elijah Newren | 2010-10-06 | 1 | -1/+1 |
* | git-mv: fix moving more than one source to a single destination | Junio C Hamano | 2010-01-22 | 1 | -0/+12 |
* | Use prerequisite tags to skip tests that depend on symbolic links | Johannes Sixt | 2009-03-22 | 1 | -2/+2 |
* | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-02-04 | 1 | -1/+9 |
|\ |
|