index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
mv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-0
/
+1
*
Merge branch 'ma/lockfile-cleanup'
Junio C Hamano
2018-05-30
1
-1
/
+1
|
\
|
*
lock_file: move static locks into functions
Martin Ågren
2018-05-10
1
-1
/
+1
*
|
Merge branch 'sb/submodule-move-nested'
Junio C Hamano
2018-05-08
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
submodule: fixup nested submodules after moving the submodule
Stefan Beller
2018-03-29
1
-2
/
+4
*
|
Merge branch 'ma/skip-writing-unchanged-index'
Junio C Hamano
2018-03-21
1
-2
/
+2
|
\
\
|
*
|
write_locked_index(): add flag to avoid writing unchanged index
Martin Ågren
2018-03-01
1
-2
/
+2
|
|
/
*
|
Merge branch 'nd/parseopt-completion'
Junio C Hamano
2018-03-14
1
-1
/
+2
|
\
\
|
*
|
completion: use __gitcomp_builtin in _git_mv
Nguyễn Thái Ngọc Duy
2018-02-09
1
-1
/
+2
|
*
|
parse-options: let OPT__FORCE take optional flags argument
Nguyễn Thái Ngọc Duy
2018-02-09
1
-1
/
+1
|
|
/
*
|
Merge branch 'sm/mv-dry-run-update'
Junio C Hamano
2018-03-06
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
mv: remove unneeded 'if (!show_only)'
Stefan Moch
2018-02-07
1
-2
/
+1
*
|
submodule: convert stage_updated_gitmodules to take a struct index_state
Brandon Williams
2017-12-12
1
-1
/
+1
*
|
submodule: remove gitmodules_config
Brandon Williams
2017-08-03
1
-1
/
+0
*
|
submodule: check for unstaged .gitmodules outside of config parsing
Brandon Williams
2017-08-02
1
-1
/
+1
|
/
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
Merge branch 'bw/pathspec-cleanup'
Junio C Hamano
2017-01-19
1
-19
/
+31
|
\
|
*
mv: remove use of deprecated 'get_pathspec()'
Brandon Williams
2017-01-09
1
-19
/
+31
*
|
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
2016-12-07
1
-1
/
+1
|
/
*
Merge branch 'rs/copy-array'
Junio C Hamano
2016-10-03
1
-1
/
+1
|
\
|
*
use COPY_ARRAY
René Scharfe
2016-09-26
1
-1
/
+1
*
|
git mv: do not keep slash in `git mv dir non-existing-dir/`
Johannes Schindelin
2016-08-08
1
-4
/
+7
|
/
*
Merge branch 'sb/mv-submodule-fix'
Junio C Hamano
2016-04-29
1
-9
/
+12
|
\
|
*
mv: allow moving nested submodules
Stefan Beller
2016-04-19
1
-9
/
+12
*
|
use st_add and st_mult for allocation size computation
Jeff King
2016-02-22
1
-2
/
+2
*
|
convert trivial cases to ALLOC_ARRAY
Jeff King
2016-02-22
1
-1
/
+2
|
/
*
standardize usage info string format
Alex Henrie
2015-01-14
1
-1
/
+1
*
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
2014-10-01
1
-1
/
+1
*
use REALLOC_ARRAY for changing the allocation size of arrays
René Scharfe
2014-09-18
1
-4
/
+4
*
mv: no SP between function name and the first opening parenthese
Nguyễn Thái Ngọc Duy
2014-09-04
1
-2
/
+2
*
mv: combine two if(s)
Nguyễn Thái Ngọc Duy
2014-09-04
1
-4
/
+3
*
mv: unindent one level for directory move code
Nguyễn Thái Ngọc Duy
2014-09-04
1
-28
/
+21
*
mv: move index search code out
Nguyễn Thái Ngọc Duy
2014-09-03
1
-17
/
+25
*
mv: remove an "if" that's always true
Nguyễn Thái Ngọc Duy
2014-09-03
1
-15
/
+7
*
mv: split submodule move preparation code out
Nguyễn Thái Ngọc Duy
2014-09-03
1
-14
/
+22
*
mv: flatten error handling code block
Nguyễn Thái Ngọc Duy
2014-08-11
1
-18
/
+16
*
mv: mark strings for translations
Nguyễn Thái Ngọc Duy
2014-08-11
1
-1
/
+1
*
Merge branch 'nd/split-index'
Junio C Hamano
2014-07-16
1
-4
/
+3
|
\
|
*
read-cache: new API write_locked_index instead of write_index/write_cache
Nguyễn Thái Ngọc Duy
2014-06-13
1
-4
/
+3
*
|
Merge branch 'dt/merge-recursive-case-insensitive'
Junio C Hamano
2014-06-06
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
mv: allow renaming to fix case on case insensitive filesystems
David Turner
2014-05-08
1
-1
/
+2
*
|
Merge branch 'jk/mv-submodules-fix'
Junio C Hamano
2014-03-25
1
-0
/
+9
|
\
|
|
*
mv: prevent mismatched data when ignoring errors.
brian m. carlson
2014-03-17
1
-0
/
+5
|
*
builtin/mv: fix out of bounds write
John Keeping
2014-03-11
1
-0
/
+4
*
|
builtin/mv: don't use memory after free
John Keeping
2014-02-19
1
-1
/
+2
|
/
*
mv: let 'git mv file no-such-dir/' error out on Windows, too
Johannes Sixt
2014-01-10
1
-0
/
+2
*
mv: let 'git mv file no-such-dir/' error out
Matthieu Moy
2013-12-04
1
-7
/
+16
*
mv: Fix spurious warning when moving a file in presence of submodules
Jens Lehmann
2013-10-14
1
-4
/
+9
*
Merge branch 'jl/submodule-mv'
Junio C Hamano
2013-09-09
1
-57
/
+82
|
\
|
*
mv: update the path entry in .gitmodules for moved submodules
Jens Lehmann
2013-08-06
1
-1
/
+9
[next]