summaryrefslogtreecommitdiff
path: root/builtin-mv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Junio C Hamano2006-10-021-0/+1
|\
| * git-mv: invalidate the removed path properly in cache-treeJunio C Hamano2006-10-011-0/+1
* | Use xrealloc instead of reallocJonas Fonseca2006-08-261-3/+3
* | remove ugly shadowing of loop indexes in subloops.Pierre Habouzit2006-08-231-3/+3
|/
* builtin-mv: readability patchJohannes Schindelin2006-08-211-60/+44
* git-mv: fix off-by-one errorJohannes Schindelin2006-08-211-1/+1
* git-mv: special case destination "."Johannes Schindelin2006-08-211-1/+4
* [PATCH] git-mv: add more path normalizationJohannes Schindelin2006-08-161-9/+16
* git-mv: succeed even if source is a prefix of destinationJohannes Schindelin2006-08-151-1/+4
* Better error message when we are unable to lock the index fileJunio C Hamano2006-08-121-4/+1
* builtin-mv: fix use of uninitialized memory.Junio C Hamano2006-08-081-1/+2
* Further clean-up: usage() vs die()Junio C Hamano2006-08-031-1/+1
* Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano2006-07-291-2/+1
* builtin git-mv: support moving directoriesJohannes Schindelin2006-07-261-5/+82
* Make git-mv a builtinJohannes Schindelin2006-07-261-0/+221