Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-02-04 | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 1 | -1/+9 |
2009-02-04 | builtin-mv.c: check for unversionned files before looking at the destination. | Matthieu Moy | 1 | -1/+1 |
2009-02-04 | Add a testcase for "git mv -f" on untracked files. | Matthieu Moy | 1 | -0/+8 |
2009-02-04 | Missing && in t/t7001.sh. | Matthieu Moy | 1 | -1/+1 |
2009-01-14 | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 1 | -0/+25 |
2009-01-14 | fix handling of multiple untracked files for git mv -k | Michael J Gruber | 1 | -1/+1 |
2009-01-14 | add test cases for "git mv -k" | Michael J Gruber | 1 | -0/+25 |
2008-09-03 | Merge branch 'maint' | Junio C Hamano | 1 | -6/+6 |
2008-09-03 | tests: use "git xyzzy" form (t7000 - t7199) | Nanako Shiraishi | 1 | -6/+6 |
2008-08-17 | tests: use $TEST_DIRECTORY to refer to the t/ directory | Junio C Hamano | 1 | -2/+2 |
2008-07-28 | t7001: fix "git mv" test | Junio C Hamano | 1 | -0/+2 |
2008-07-27 | git-mv: Keep moved index entries inact | Petr Baudis | 1 | -0/+52 |
2008-07-13 | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 1 | -2/+2 |
2008-02-05 | builtin-mv: minimum fix to avoid losing files | Junio C Hamano | 1 | -0/+38 |
2008-02-01 | Sane use of test_expect_failure | Junio C Hamano | 1 | -2/+2 |