aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-mv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-227/+0
2010-01-22git-mv: fix moving more than one source to a single destinationJunio C Hamano1-4/+7
2010-01-03Use warning function instead of fprintf(stderr, "Warning: ...").Thiago Farina1-3/+1
2009-11-10Let 'git <command> -h' show usage without a git dirJonathan Nieder1-4/+4
2009-08-29UI consistency: allow --force for where -f means forceRené Scharfe1-1/+1
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano1-1/+1
2009-06-30git-mv: fix directory separator treatment on WindowsJohannes Sixt1-7/+3
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-1/+1
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+2
2009-02-04builtin-mv.c: check for unversionned files before looking at the destination.Matthieu Moy1-4/+4
2009-01-14fix handling of multiple untracked files for git mv -kMichael J Gruber1-0/+1
2008-07-27git-mv: Keep moved index entries inactPetr Baudis1-55/+10
2008-07-27git-mv: Remove dead code branchPetr Baudis1-9/+7
2008-07-21Rename path_list to string_listJohannes Schindelin1-19/+20
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-1/+1
2008-05-25Merge branch 'jc/add-n-u'Junio C Hamano1-1/+1
2008-05-21"git-add -n -u" should not add but just reportJunio C Hamano1-1/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2008-05-12Make the exit code of add_file_to_index actually usefulAlex Riesen1-1/+2
2008-03-07Revert part of 744dacd (builtin-mv: minimum fix to avoid losing files)Junio C Hamano1-5/+1
2008-02-05builtin-mv: minimum fix to avoid losing filesJunio C Hamano1-1/+5
2008-02-05setup: sanitize absolute and funny paths in get_pathspec()Junio C Hamano1-2/+2
2008-01-16Improve use of lockfile APIBrandon Casey1-1/+0
2007-10-29Make builtin-mv.c use parse-optionsPierre Habouzit1-49/+35
2007-09-18Use xmemdupz() in many places.Pierre Habouzit1-4/+1
2007-09-14Simplify cache APIJunio C Hamano1-5/+2
2007-04-07Merge branch 'jc/index-output'Junio C Hamano1-2/+2
2007-04-05Rename add_file_to_index() to add_file_to_cache()Junio C Hamano1-1/+1
2007-04-03_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano1-2/+2
2006-12-20simplify inclusion of system header files.Junio C Hamano1-2/+0
2006-12-04git-mv: search more precisely for source directory in indexJohannes Schindelin1-4/+7
2006-10-02Merge branch 'maint'Junio C Hamano1-0/+1
2006-10-01git-mv: invalidate the removed path properly in cache-treeJunio C Hamano1-0/+1
2006-08-26Use xrealloc instead of reallocJonas Fonseca1-3/+3
2006-08-23remove ugly shadowing of loop indexes in subloops.Pierre Habouzit1-3/+3
2006-08-21builtin-mv: readability patchJohannes Schindelin1-60/+44
2006-08-21git-mv: fix off-by-one errorJohannes Schindelin1-1/+1
2006-08-21git-mv: special case destination "."Johannes Schindelin1-1/+4
2006-08-16[PATCH] git-mv: add more path normalizationJohannes Schindelin1-9/+16
2006-08-15git-mv: succeed even if source is a prefix of destinationJohannes Schindelin1-1/+4
2006-08-12Better error message when we are unable to lock the index fileJunio C Hamano1-4/+1
2006-08-08builtin-mv: fix use of uninitialized memory.Junio C Hamano1-1/+2
2006-08-03Further clean-up: usage() vs die()Junio C Hamano1-1/+1
2006-07-29Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano1-2/+1
2006-07-26builtin git-mv: support moving directoriesJohannes Schindelin1-5/+82
2006-07-26Make git-mv a builtinJohannes Schindelin1-0/+221