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