summaryrefslogtreecommitdiff
path: root/builtin-mv.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-26Use xrealloc instead of reallocLibravatar Jonas Fonseca1-3/+3
2006-08-23remove ugly shadowing of loop indexes in subloops.Libravatar Pierre Habouzit1-3/+3
2006-08-21builtin-mv: readability patchLibravatar Johannes Schindelin1-60/+44
2006-08-21git-mv: fix off-by-one errorLibravatar Johannes Schindelin1-1/+1
2006-08-21git-mv: special case destination "."Libravatar Johannes Schindelin1-1/+4
2006-08-16[PATCH] git-mv: add more path normalizationLibravatar Johannes Schindelin1-9/+16
2006-08-15git-mv: succeed even if source is a prefix of destinationLibravatar Johannes Schindelin1-1/+4
2006-08-12Better error message when we are unable to lock the index fileLibravatar Junio C Hamano1-4/+1
2006-08-08builtin-mv: fix use of uninitialized memory.Libravatar Junio C Hamano1-1/+2
2006-08-03Further clean-up: usage() vs die()Libravatar Junio C Hamano1-1/+1
2006-07-29Merge branch 'lt/setup' into __/setup-n-mvLibravatar Junio C Hamano1-2/+1
2006-07-26builtin git-mv: support moving directoriesLibravatar Johannes Schindelin1-5/+82
2006-07-26Make git-mv a builtinLibravatar Johannes Schindelin1-0/+221