| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | builtin-mv.c: check for unversionned files before looking at the destination. | Matthieu Moy | 2009-02-04 | 1 | -1/+1 |
| * | Add a testcase for "git mv -f" on untracked files. | Matthieu Moy | 2009-02-04 | 1 | -0/+8 |
| * | Missing && in t/t7001.sh. | Matthieu Moy | 2009-02-04 | 1 | -1/+1 |
* | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-14 | 1 | -0/+25 |
|\ \
| |/ |
|
| * | fix handling of multiple untracked files for git mv -k | Michael J Gruber | 2009-01-14 | 1 | -1/+1 |
| * | add test cases for "git mv -k" | Michael J Gruber | 2009-01-14 | 1 | -0/+25 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-09-03 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | tests: use "git xyzzy" form (t7000 - t7199) | Nanako Shiraishi | 2008-09-03 | 1 | -6/+6 |
* | | tests: use $TEST_DIRECTORY to refer to the t/ directory | Junio C Hamano | 2008-08-17 | 1 | -2/+2 |
|/ |
|
* | t7001: fix "git mv" test | Junio C Hamano | 2008-07-28 | 1 | -0/+2 |
* | git-mv: Keep moved index entries inact | Petr Baudis | 2008-07-27 | 1 | -0/+52 |
* | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 2008-07-13 | 1 | -2/+2 |
* | builtin-mv: minimum fix to avoid losing files | Junio C Hamano | 2008-02-05 | 1 | -0/+38 |
* | Sane use of test_expect_failure | Junio C Hamano | 2008-02-01 | 1 | -2/+2 |
* | t/t7001: avoid unnecessary ERE when using grep | Miklos Vajna | 2008-01-05 | 1 | -6/+6 |
* | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 2007-07-02 | 1 | -16/+16 |
* | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 2007-01-12 | 1 | -2/+2 |
* | git-mv: search more precisely for source directory in index | Johannes Schindelin | 2006-12-04 | 1 | -0/+13 |
* | git-mv: invalidate the removed path properly in cache-tree | Junio C Hamano | 2006-10-01 | 1 | -0/+19 |
* | git-mv: special case destination "." | Johannes Schindelin | 2006-08-21 | 1 | -0/+4 |
* | git-mv: succeed even if source is a prefix of destination | Johannes Schindelin | 2006-08-15 | 1 | -0/+4 |
* | builtin git-mv: support moving directories | Johannes Schindelin | 2006-07-26 | 1 | -0/+4 |
* | t7001: add test for git-mv dir1 dir2/ | Johannes Schindelin | 2006-07-26 | 1 | -0/+15 |
* | Extend testing git-mv for renaming of subdirectories | Josef Weidendorfer | 2006-07-26 | 1 | -0/+21 |
* | git-mv: fix moves into a subdir from outside | Josef Weidendorfer | 2006-03-03 | 1 | -2/+16 |
* | [PATCH] Add tests for git-mv in subdirectories | Alex Riesen | 2005-11-29 | 1 | -0/+27 |