| Commit message (Expand) | Author | Age | Files | Lines |
* | git-mv: fix moving more than one source to a single destination | Junio C Hamano | 2010-01-22 | 1 | -4/+7 |
* | Use warning function instead of fprintf(stderr, "Warning: ..."). | Thiago Farina | 2010-01-03 | 1 | -3/+1 |
* | Let 'git <command> -h' show usage without a git dir | Jonathan Nieder | 2009-11-10 | 1 | -4/+4 |
* | UI consistency: allow --force for where -f means force | René Scharfe | 2009-08-29 | 1 | -1/+1 |
* | Merge branch 'tr/die_errno' | Junio C Hamano | 2009-07-06 | 1 | -1/+1 |
|\ |
|
| * | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 | 1 | -1/+1 |
* | | git-mv: fix directory separator treatment on Windows | Johannes Sixt | 2009-06-30 | 1 | -7/+3 |
|/ |
|
* | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 | 1 | -1/+2 |
* | builtin-mv.c: check for unversionned files before looking at the destination. | Matthieu Moy | 2009-02-04 | 1 | -4/+4 |
* | fix handling of multiple untracked files for git mv -k | Michael J Gruber | 2009-01-14 | 1 | -0/+1 |
* | git-mv: Keep moved index entries inact | Petr Baudis | 2008-07-27 | 1 | -55/+10 |
* | git-mv: Remove dead code branch | Petr Baudis | 2008-07-27 | 1 | -9/+7 |
* | Rename path_list to string_list | Johannes Schindelin | 2008-07-21 | 1 | -19/+20 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 | 1 | -1/+1 |
|\ |
|
| * | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -1/+1 |
* | | Merge branch 'jc/add-n-u' | Junio C Hamano | 2008-05-25 | 1 | -1/+1 |
|\ \ |
|
| * | | "git-add -n -u" should not add but just report | Junio C Hamano | 2008-05-21 | 1 | -1/+1 |
| |/ |
|
* | | Make the exit code of add_file_to_index actually useful | Alex Riesen | 2008-05-12 | 1 | -1/+2 |
|/ |
|
* | Revert part of 744dacd (builtin-mv: minimum fix to avoid losing files) | Junio C Hamano | 2008-03-07 | 1 | -5/+1 |
* | builtin-mv: minimum fix to avoid losing files | Junio C Hamano | 2008-02-05 | 1 | -1/+5 |
* | setup: sanitize absolute and funny paths in get_pathspec() | Junio C Hamano | 2008-02-05 | 1 | -2/+2 |
* | Improve use of lockfile API | Brandon Casey | 2008-01-16 | 1 | -1/+0 |
* | Make builtin-mv.c use parse-options | Pierre Habouzit | 2007-10-29 | 1 | -49/+35 |
* | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 | 1 | -4/+1 |
* | Simplify cache API | Junio C Hamano | 2007-09-14 | 1 | -5/+2 |
* | Merge branch 'jc/index-output' | Junio C Hamano | 2007-04-07 | 1 | -2/+2 |
|\ |
|
| * | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. | Junio C Hamano | 2007-04-03 | 1 | -2/+2 |
* | | Rename add_file_to_index() to add_file_to_cache() | Junio C Hamano | 2007-04-05 | 1 | -1/+1 |
|/ |
|
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -2/+0 |
* | git-mv: search more precisely for source directory in index | Johannes Schindelin | 2006-12-04 | 1 | -4/+7 |
* | Merge branch 'maint' | Junio C Hamano | 2006-10-02 | 1 | -0/+1 |
|\ |
|
| * | git-mv: invalidate the removed path properly in cache-tree | Junio C Hamano | 2006-10-01 | 1 | -0/+1 |
* | | Use xrealloc instead of realloc | Jonas Fonseca | 2006-08-26 | 1 | -3/+3 |
* | | remove ugly shadowing of loop indexes in subloops. | Pierre Habouzit | 2006-08-23 | 1 | -3/+3 |
|/ |
|
* | builtin-mv: readability patch | Johannes Schindelin | 2006-08-21 | 1 | -60/+44 |
* | git-mv: fix off-by-one error | Johannes Schindelin | 2006-08-21 | 1 | -1/+1 |
* | git-mv: special case destination "." | Johannes Schindelin | 2006-08-21 | 1 | -1/+4 |
* | [PATCH] git-mv: add more path normalization | Johannes Schindelin | 2006-08-16 | 1 | -9/+16 |
* | git-mv: succeed even if source is a prefix of destination | Johannes Schindelin | 2006-08-15 | 1 | -1/+4 |
* | Better error message when we are unable to lock the index file | Junio C Hamano | 2006-08-12 | 1 | -4/+1 |
* | builtin-mv: fix use of uninitialized memory. | Junio C Hamano | 2006-08-08 | 1 | -1/+2 |
* | Further clean-up: usage() vs die() | Junio C Hamano | 2006-08-03 | 1 | -1/+1 |
* | Merge branch 'lt/setup' into __/setup-n-mv | Junio C Hamano | 2006-07-29 | 1 | -2/+1 |
* | builtin git-mv: support moving directories | Johannes Schindelin | 2006-07-26 | 1 | -5/+82 |
* | Make git-mv a builtin | Johannes Schindelin | 2006-07-26 | 1 | -0/+221 |