summaryrefslogtreecommitdiff
path: root/builtin-mv.c
AgeCommit message (Expand)Author
2009-11-10Let 'git <command> -h' show usage without a git dirJonathan Nieder
2009-08-29UI consistency: allow --force for where -f means forceRené Scharfe
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano
2009-06-30git-mv: fix directory separator treatment on WindowsJohannes Sixt
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-02-04builtin-mv.c: check for unversionned files before looking at the destination.Matthieu Moy
2009-01-14fix handling of multiple untracked files for git mv -kMichael J Gruber
2008-07-27git-mv: Keep moved index entries inactPetr Baudis
2008-07-27git-mv: Remove dead code branchPetr Baudis
2008-07-22Rename path_list to string_listJohannes Schindelin
2008-07-13Make usage strings dash-lessStephan Beyer
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-25Merge branch 'jc/add-n-u'Junio C Hamano
2008-05-21"git-add -n -u" should not add but just reportJunio C Hamano
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-13Make the exit code of add_file_to_index actually usefulAlex Riesen
2008-03-07Revert part of 744dacd (builtin-mv: minimum fix to avoid losing files)Junio C Hamano
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