Sign in
googlers
/
jrn
/
git
/
6ef2cb008f132e4649ef925a8e1950d3138054d5
/
builtin
/
mv.c
183113a
string_list: Add STRING_LIST_INIT macro and make use of it.
by Thiago Farina
· 15 years ago
78a395d
string_list: Fix argument order for string_list_insert
by Julian Phillips
· 15 years ago
81b50f3
Move 'builtin-*' into a 'builtin/' subdirectory
by Linus Torvalds
· 15 years ago
[Renamed from builtin-mv.c]
af82559
git-mv: fix moving more than one source to a single destination
by Junio C Hamano
· 15 years ago
bd757c1
Use warning function instead of fprintf(stderr, "Warning: ...").
by Thiago Farina
· 15 years ago
99caeed
Let 'git <command> -h' show usage without a git dir
by Jonathan Nieder
· 15 years ago
f7aec12
UI consistency: allow --force for where -f means force
by René Scharfe
· 16 years ago
dd787c1
Merge branch 'tr/die_errno'
by Junio C Hamano
· 16 years ago
b8f2626
git-mv: fix directory separator treatment on Windows
by Johannes Sixt
· 16 years ago
d824cbb
Convert existing die(..., strerror(errno)) to die_errno()
by Thomas Rast
· 16 years ago
3778292
parse-opts: prepare for OPT_FILENAME
by Stephen Boyd
· 16 years ago
5aed3c6
builtin-mv.c: check for unversionned files before looking at the destination.
by Matthieu Moy
· 16 years ago
be17262
fix handling of multiple untracked files for git mv -k
by Michael J Gruber
· 16 years ago
81dc230
git-mv: Keep moved index entries inact
by Petr Baudis
· 17 years ago
f6c52fe
git-mv: Remove dead code branch
by Petr Baudis
· 17 years ago
c455c87
Rename path_list to string_list
by Johannes Schindelin
· 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
9bd81e4
Merge branch 'js/config-cb'
by Junio C Hamano
· 17 years ago
v1.5.6-rc0
0166592
Merge branch 'jc/add-n-u'
by Junio C Hamano
· 17 years ago
38ed1d8
"git-add -n -u" should not add but just report
by Junio C Hamano
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
960b8ad
Make the exit code of add_file_to_index actually useful
by Alex Riesen
· 17 years ago
971dfa1
Revert part of 744dacd (builtin-mv: minimum fix to avoid losing files)
by Junio C Hamano
· 17 years ago
744dacd
builtin-mv: minimum fix to avoid losing files
by Junio C Hamano
· 17 years ago
d089eba
setup: sanitize absolute and funny paths in get_pathspec()
by Junio C Hamano
· 17 years ago
4ed7cd3
Improve use of lockfile API
by Brandon Casey
· 17 years ago
c7a20c1
Make builtin-mv.c use parse-options
by Pierre Habouzit
· 17 years ago
182af83
Use xmemdupz() in many places.
by Pierre Habouzit
· 17 years ago
09d5dc3
Simplify cache API
by Junio C Hamano
· 17 years ago
ee9693e
Merge branch 'jc/index-output'
by Junio C Hamano
· 18 years ago
fd1c3bf
Rename add_file_to_index() to add_file_to_cache()
by Junio C Hamano
· 18 years ago
30ca07a
_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.
by Junio C Hamano
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
aca085e
git-mv: search more precisely for source directory in index
by Johannes Schindelin
· 18 years ago
f596157
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
4fddf57
git-mv: invalidate the removed path properly in cache-tree
by Junio C Hamano
· 18 years ago
83572c1
Use xrealloc instead of realloc
by Jonas Fonseca
· 19 years ago
d828f6d
remove ugly shadowing of loop indexes in subloops.
by Pierre Habouzit
· 19 years ago
60a6bf5
builtin-mv: readability patch
by Johannes Schindelin
· 19 years ago
6e17886
git-mv: fix off-by-one error
by Johannes Schindelin
· 19 years ago
c5203bd
git-mv: special case destination "."
by Johannes Schindelin
· 19 years ago
d78b0f3
[PATCH] git-mv: add more path normalization
by Johannes Schindelin
· 19 years ago
1d6249e
git-mv: succeed even if source is a prefix of destination
by Johannes Schindelin
· 19 years ago
40aaae8
Better error message when we are unable to lock the index file
by Junio C Hamano
· 19 years ago
329a304
builtin-mv: fix use of uninitialized memory.
by Junio C Hamano
· 19 years ago
cba05fa
Further clean-up: usage() vs die()
by Junio C Hamano
· 19 years ago
7061cf0
Merge branch 'lt/setup' into __/setup-n-mv
by Junio C Hamano
· 19 years ago
ac64a72
builtin git-mv: support moving directories
by Johannes Schindelin
· 19 years ago
11be42a
Make git-mv a builtin
by Johannes Schindelin
· 19 years ago