Sign in
googlers
/
jrn
/
git
/
a2654356d4ef9ffac4adda2b053d45def8e0a45c
/
builtin
/
mv.c
9c9b4f2
standardize usage info string format
by Alex Henrie
· 10 years ago
697cc8e
lockfile.h: extract new header file for the functions in lockfile.c
by Michael Haggerty
· 10 years ago
2756ca4
use REALLOC_ARRAY for changing the allocation size of arrays
by René Scharfe
· 10 years ago
4f1bbd2
mv: no SP between function name and the first opening parenthese
by Nguyễn Thái Ngọc Duy
· 11 years ago
dcadc8b
mv: combine two if(s)
by Nguyễn Thái Ngọc Duy
· 11 years ago
b46b15d
mv: unindent one level for directory move code
by Nguyễn Thái Ngọc Duy
· 11 years ago
e2b6cfa
mv: move index search code out
by Nguyễn Thái Ngọc Duy
· 11 years ago
42de4b1
mv: remove an "if" that's always true
by Nguyễn Thái Ngọc Duy
· 11 years ago
3af05a6
mv: split submodule move preparation code out
by Nguyễn Thái Ngọc Duy
· 11 years ago
ad1a19d
mv: flatten error handling code block
by Nguyễn Thái Ngọc Duy
· 11 years ago
eac0ccc
mv: mark strings for translations
by Nguyễn Thái Ngọc Duy
· 11 years ago
788cef8
Merge branch 'nd/split-index'
by Junio C Hamano
· 11 years ago
03b8664
read-cache: new API write_locked_index instead of write_index/write_cache
by Nguyễn Thái Ngọc Duy
· 11 years ago
067fe64
Merge branch 'dt/merge-recursive-case-insensitive'
by Junio C Hamano
· 11 years ago
baa37bf
mv: allow renaming to fix case on case insensitive filesystems
by David Turner
· 11 years ago
12de60a
Merge branch 'jk/mv-submodules-fix'
by Junio C Hamano
· 11 years ago
fb8a4e8
mv: prevent mismatched data when ignoring errors.
by brian m. carlson
· 11 years ago
89ccc1b
builtin/mv: fix out of bounds write
by John Keeping
· 11 years ago
d954828
builtin/mv: don't use memory after free
by John Keeping
· 11 years ago
a893346
mv: let 'git mv file no-such-dir/' error out on Windows, too
by Johannes Sixt
· 11 years ago
c57f628
mv: let 'git mv file no-such-dir/' error out
by Matthieu Moy
· 11 years ago
04c1ee5
mv: Fix spurious warning when moving a file in presence of submodules
by Jens Lehmann
· 11 years ago
b02f5ae
Merge branch 'jl/submodule-mv'
by Junio C Hamano
· 12 years ago
0656781
mv: update the path entry in .gitmodules for moved submodules
by Jens Lehmann
· 12 years ago
d5d09d4
Replace deprecated OPT_BOOLEAN by OPT_BOOL
by Stefan Beller
· 12 years ago
a88c915
mv: move submodules using a gitfile
by Jens Lehmann
· 12 years ago
1150246
mv: move submodules together with their work trees
by Jens Lehmann
· 12 years ago
e4d92cd
pathspec: add copy_pathspec
by Nguyễn Thái Ngọc Duy
· 12 years ago
6c54dc4
i18n: mv: mark parseopt strings for translation
by Nguyễn Thái Ngọc Duy
· 13 years ago
b052781
Merge branch 'jk/maint-mv'
by Junio C Hamano
· 13 years ago
534376c
mv: be quiet about overwriting
by Jeff King
· 13 years ago
cd40b05
mv: improve overwrite warning
by Jeff King
· 13 years ago
7747164
mv: make non-directory destination error more clear
by Jeff King
· 13 years ago
07b8738
mv: honor --verbose flag
by Jeff King
· 13 years ago
0d0ff65
builtin/mv.c: plug miniscule memory leak
by Brandon Casey
· 13 years ago
040a655
cleanup: use internal memory allocation wrapper functions everywhere
by Brandon Casey
· 13 years ago
a7d5629
i18n: git-mv "bad" messages
by Ævar Arnfjörð Bjarmason
· 14 years ago
431b049
i18n: git-mv basic messages
by Ævar Arnfjörð Bjarmason
· 14 years ago
76946b7
add OPT__FORCE
by René Scharfe
· 14 years ago
e21adb8
add description parameter to OPT__DRY_RUN
by René Scharfe
· 14 years ago
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
· 18 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