aboutsummaryrefslogtreecommitdiff
path: root/builtin-mv.c
Commit message (Expand)AuthorAge
* builtin-mv.c: check for unversionned files before looking at the destination.Matthieu Moy2009-02-04
* fix handling of multiple untracked files for git mv -kMichael J Gruber2009-01-14
* git-mv: Keep moved index entries inactPetr Baudis2008-07-27
* git-mv: Remove dead code branchPetr Baudis2008-07-27
* Rename path_list to string_listJohannes Schindelin2008-07-21
* Make usage strings dash-lessStephan Beyer2008-07-13
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-25
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* | Merge branch 'jc/add-n-u'Junio C Hamano2008-05-25
|\ \
| * | "git-add -n -u" should not add but just reportJunio C Hamano2008-05-21
| |/
* | Make the exit code of add_file_to_index actually usefulAlex Riesen2008-05-12
|/
* Revert part of 744dacd (builtin-mv: minimum fix to avoid losing files)Junio C Hamano2008-03-07
* builtin-mv: minimum fix to avoid losing filesJunio C Hamano2008-02-05
* setup: sanitize absolute and funny paths in get_pathspec()Junio C Hamano2008-02-05
* Improve use of lockfile APIBrandon Casey2008-01-16
* Make builtin-mv.c use parse-optionsPierre Habouzit2007-10-29
* Use xmemdupz() in many places.Pierre Habouzit2007-09-18
* Simplify cache APIJunio C Hamano2007-09-14
* Merge branch 'jc/index-output'Junio C Hamano2007-04-07
|\
| * _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-03
* | Rename add_file_to_index() to add_file_to_cache()Junio C Hamano2007-04-05
|/
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* git-mv: search more precisely for source directory in indexJohannes Schindelin2006-12-04
* Merge branch 'maint'Junio C Hamano2006-10-02
|\
| * git-mv: invalidate the removed path properly in cache-treeJunio C Hamano2006-10-01
* | Use xrealloc instead of reallocJonas Fonseca2006-08-26
* | remove ugly shadowing of loop indexes in subloops.Pierre Habouzit2006-08-23
|/
* builtin-mv: readability patchJohannes Schindelin2006-08-21
* git-mv: fix off-by-one errorJohannes Schindelin2006-08-21
* git-mv: special case destination "."Johannes Schindelin2006-08-21
* [PATCH] git-mv: add more path normalizationJohannes Schindelin2006-08-16
* git-mv: succeed even if source is a prefix of destinationJohannes Schindelin2006-08-15
* Better error message when we are unable to lock the index fileJunio C Hamano2006-08-12
* builtin-mv: fix use of uninitialized memory.Junio C Hamano2006-08-08
* Further clean-up: usage() vs die()Junio C Hamano2006-08-03
* Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano2006-07-29
* builtin git-mv: support moving directoriesJohannes Schindelin2006-07-26
* Make git-mv a builtinJohannes Schindelin2006-07-26