summaryrefslogtreecommitdiff
path: root/builtin-mv.c
Commit message (Expand)AuthorAgeFilesLines
* Let 'git <command> -h' show usage without a git dirJonathan Nieder2009-11-101-4/+4
* UI consistency: allow --force for where -f means forceRené Scharfe2009-08-291-1/+1
* Merge branch 'tr/die_errno'Junio C Hamano2009-07-061-1/+1
|\
| * Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-1/+1
* | git-mv: fix directory separator treatment on WindowsJohannes Sixt2009-06-301-7/+3
|/
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+2
* builtin-mv.c: check for unversionned files before looking at the destination.Matthieu Moy2009-02-041-4/+4
* fix handling of multiple untracked files for git mv -kMichael J Gruber2009-01-141-0/+1
* git-mv: Keep moved index entries inactPetr Baudis2008-07-271-55/+10
* git-mv: Remove dead code branchPetr Baudis2008-07-271-9/+7
* Rename path_list to string_listJohannes Schindelin2008-07-211-19/+20
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-251-1/+1
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-1/+1
* | Merge branch 'jc/add-n-u'Junio C Hamano2008-05-251-1/+1
|\ \
| * | "git-add -n -u" should not add but just reportJunio C Hamano2008-05-211-1/+1
| |/
* | Make the exit code of add_file_to_index actually usefulAlex Riesen2008-05-121-1/+2
|/
* Revert part of 744dacd (builtin-mv: minimum fix to avoid losing files)Junio C Hamano2008-03-071-5/+1
* builtin-mv: minimum fix to avoid losing filesJunio C Hamano2008-02-051-1/+5
* setup: sanitize absolute and funny paths in get_pathspec()Junio C Hamano2008-02-051-2/+2
* Improve use of lockfile APIBrandon Casey2008-01-161-1/+0
* Make builtin-mv.c use parse-optionsPierre Habouzit2007-10-291-49/+35
* Use xmemdupz() in many places.Pierre Habouzit2007-09-181-4/+1
* Simplify cache APIJunio C Hamano2007-09-141-5/+2
* Merge branch 'jc/index-output'Junio C Hamano2007-04-071-2/+2
|\
| * _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-031-2/+2
* | Rename add_file_to_index() to add_file_to_cache()Junio C Hamano2007-04-051-1/+1
|/
* simplify inclusion of system header files.Junio C Hamano2006-12-201-2/+0
* git-mv: search more precisely for source directory in indexJohannes Schindelin2006-12-041-4/+7
* Merge branch 'maint'Junio C Hamano2006-10-021-0/+1
|\
| * git-mv: invalidate the removed path properly in cache-treeJunio C Hamano2006-10-011-0/+1
* | Use xrealloc instead of reallocJonas Fonseca2006-08-261-3/+3
* | remove ugly shadowing of loop indexes in subloops.Pierre Habouzit2006-08-231-3/+3
|/
* builtin-mv: readability patchJohannes Schindelin2006-08-211-60/+44
* git-mv: fix off-by-one errorJohannes Schindelin2006-08-211-1/+1
* git-mv: special case destination "."Johannes Schindelin2006-08-211-1/+4
* [PATCH] git-mv: add more path normalizationJohannes Schindelin2006-08-161-9/+16
* git-mv: succeed even if source is a prefix of destinationJohannes Schindelin2006-08-151-1/+4
* Better error message when we are unable to lock the index fileJunio C Hamano2006-08-121-4/+1
* builtin-mv: fix use of uninitialized memory.Junio C Hamano2006-08-081-1/+2
* Further clean-up: usage() vs die()Junio C Hamano2006-08-031-1/+1
* Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano2006-07-291-2/+1
* builtin git-mv: support moving directoriesJohannes Schindelin2006-07-261-5/+82
* Make git-mv a builtinJohannes Schindelin2006-07-261-0/+221