| Commit message (Expand) | Author | Age |
* | Merge branch 'sb/mv-submodule-fix' | Junio C Hamano | 2016-04-29 |
|\ |
|
| * | mv: allow moving nested submodules | Stefan Beller | 2016-04-19 |
* | | README: use markdown syntax | Matthieu Moy | 2016-02-25 |
* | | t/t7001-mv.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2016-01-07 |
|/ |
|
* | t: use verbose instead of hand-rolled errors | Jeff King | 2015-03-20 |
* | mv test: recreate mod/ directory instead of relying on stale copy | Jonathan Nieder | 2014-10-15 |
* | Merge branch 'km/avoid-cp-a' | Junio C Hamano | 2014-04-16 |
|\ |
|
| * | test: fix t7001 cp to use POSIX options | Kyle J. McKay | 2014-04-11 |
* | | Merge branch 'cb/aix' | Junio C Hamano | 2014-04-03 |
|\ \ |
|
| * | | tests: don't rely on strerror text when testing rmdir failure | Charles Bailey | 2014-03-31 |
* | | | Merge branch 'jk/mv-submodules-fix' | Junio C Hamano | 2014-03-25 |
|\ \ \
| |/ /
|/| | |
|
| * | | mv: prevent mismatched data when ignoring errors. | brian m. carlson | 2014-03-17 |
| |/ |
|
* | | mv: better document side effects when moving a submodule | Jens Lehmann | 2014-01-07 |
|/ |
|
* | mv: let 'git mv file no-such-dir/' error out | Matthieu Moy | 2013-12-04 |
* | mv: Fix spurious warning when moving a file in presence of submodules | Jens Lehmann | 2013-10-13 |
* | mv: update the path entry in .gitmodules for moved submodules | Jens Lehmann | 2013-08-06 |
* | mv: move submodules using a gitfile | Jens Lehmann | 2013-07-30 |
* | mv: move submodules together with their work trees | Jens Lehmann | 2013-07-30 |
* | tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases) | Johannes Sixt | 2013-06-07 |
* | tests: add missing &&, batch 2 | Jonathan Nieder | 2010-11-09 |
* | t7001 (mv): add missing && | Elijah Newren | 2010-10-06 |
* | git-mv: fix moving more than one source to a single destination | Junio C Hamano | 2010-01-22 |
* | Use prerequisite tags to skip tests that depend on symbolic links | Johannes Sixt | 2009-03-22 |
* | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-02-04 |
|\ |
|
| * | builtin-mv.c: check for unversionned files before looking at the destination. | Matthieu Moy | 2009-02-04 |
| * | Add a testcase for "git mv -f" on untracked files. | Matthieu Moy | 2009-02-04 |
| * | Missing && in t/t7001.sh. | Matthieu Moy | 2009-02-04 |
* | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-14 |
|\ \
| |/ |
|
| * | fix handling of multiple untracked files for git mv -k | Michael J Gruber | 2009-01-14 |
| * | add test cases for "git mv -k" | Michael J Gruber | 2009-01-14 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-09-03 |
|\ \
| |/ |
|
| * | tests: use "git xyzzy" form (t7000 - t7199) | Nanako Shiraishi | 2008-09-03 |
* | | tests: use $TEST_DIRECTORY to refer to the t/ directory | Junio C Hamano | 2008-08-17 |
|/ |
|
* | t7001: fix "git mv" test | Junio C Hamano | 2008-07-28 |
* | git-mv: Keep moved index entries inact | Petr Baudis | 2008-07-27 |
* | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 2008-07-13 |
* | builtin-mv: minimum fix to avoid losing files | Junio C Hamano | 2008-02-05 |
* | Sane use of test_expect_failure | Junio C Hamano | 2008-02-01 |
* | t/t7001: avoid unnecessary ERE when using grep | Miklos Vajna | 2008-01-05 |
* | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 2007-07-02 |
* | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 2007-01-12 |
* | git-mv: search more precisely for source directory in index | Johannes Schindelin | 2006-12-04 |
* | git-mv: invalidate the removed path properly in cache-tree | Junio C Hamano | 2006-10-01 |
* | git-mv: special case destination "." | Johannes Schindelin | 2006-08-21 |
* | git-mv: succeed even if source is a prefix of destination | Johannes Schindelin | 2006-08-15 |
* | builtin git-mv: support moving directories | Johannes Schindelin | 2006-07-26 |
* | t7001: add test for git-mv dir1 dir2/ | Johannes Schindelin | 2006-07-26 |
* | Extend testing git-mv for renaming of subdirectories | Josef Weidendorfer | 2006-07-26 |
* | git-mv: fix moves into a subdir from outside | Josef Weidendorfer | 2006-03-03 |
* | [PATCH] Add tests for git-mv in subdirectories | Alex Riesen | 2005-11-29 |