summaryrefslogtreecommitdiff
path: root/builtin-mv.c
AgeCommit message (Expand)Author
2008-02-05builtin-mv: minimum fix to avoid losing filesJunio C Hamano
2008-02-05setup: sanitize absolute and funny paths in get_pathspec()Junio C Hamano
2008-01-16Improve use of lockfile APIBrandon Casey
2007-10-30Make builtin-mv.c use parse-optionsPierre Habouzit
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-14Simplify cache APIJunio C Hamano
2007-04-07Merge branch 'jc/index-output'Junio C Hamano
2007-04-05Rename add_file_to_index() to add_file_to_cache()Junio C Hamano
2007-04-04_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano
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