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