aboutsummaryrefslogtreecommitdiff
path: root/builtin-mv.c
Commit message (Expand)AuthorAge
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* git-mv: search more precisely for source directory in indexJohannes Schindelin2006-12-04
* Merge branch 'maint'Junio C Hamano2006-10-02
|\
| * git-mv: invalidate the removed path properly in cache-treeJunio C Hamano2006-10-01
* | Use xrealloc instead of reallocJonas Fonseca2006-08-26
* | remove ugly shadowing of loop indexes in subloops.Pierre Habouzit2006-08-23
|/
* builtin-mv: readability patchJohannes Schindelin2006-08-21
* git-mv: fix off-by-one errorJohannes Schindelin2006-08-21
* git-mv: special case destination "."Johannes Schindelin2006-08-21
* [PATCH] git-mv: add more path normalizationJohannes Schindelin2006-08-16
* git-mv: succeed even if source is a prefix of destinationJohannes Schindelin2006-08-15
* Better error message when we are unable to lock the index fileJunio C Hamano2006-08-12
* builtin-mv: fix use of uninitialized memory.Junio C Hamano2006-08-08
* Further clean-up: usage() vs die()Junio C Hamano2006-08-03
* Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano2006-07-29
* builtin git-mv: support moving directoriesJohannes Schindelin2006-07-26
* Make git-mv a builtinJohannes Schindelin2006-07-26