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
*
Merge branch 'sy/mv-out-of-cone'
Junio C Hamano
2022-09-19
1
-27
/
+134
|
\
|
*
builtin/mv.c: fix possible segfault in add_slash()
Shaoxuan Yuan
2022-09-10
1
-1
/
+1
|
*
mv: check overwrite for in-to-out move
Shaoxuan Yuan
2022-08-10
1
-0
/
+12
|
*
advice.h: add advise_on_moving_dirty_path()
Shaoxuan Yuan
2022-08-10
1
-0
/
+3
|
*
mv: cleanup empty WORKING_DIRECTORY
Shaoxuan Yuan
2022-08-10
1
-0
/
+27
|
*
mv: from in-cone to out-of-cone
Shaoxuan Yuan
2022-08-10
1
-9
/
+62
|
*
mv: remove BOTH from enum update_mode
Shaoxuan Yuan
2022-08-10
1
-1
/
+0
|
*
mv: check if <destination> is a SKIP_WORKTREE_DIR
Shaoxuan Yuan
2022-08-10
1
-4
/
+14
|
*
mv: free the with_slash in check_dir_in_index()
Shaoxuan Yuan
2022-08-10
1
-4
/
+9
|
*
mv: rename check_dir_in_index() to empty_dir_has_sparse_contents()
Shaoxuan Yuan
2022-08-10
1
-13
/
+11
*
|
Merge branch 'jc/builtin-mv-move-array'
Junio C Hamano
2022-07-18
1
-9
/
+7
|
\
\
|
|
/
|
/
|
|
*
builtin/mv.c: use the MOVE_ARRAY() macro instead of memmove()
Junio C Hamano
2022-07-10
1
-9
/
+7
*
|
mv: add check_dir_in_index() and solve general dir check issue
Shaoxuan Yuan
2022-07-01
1
-6
/
+44
*
|
mv: use flags mode for update_mode
Shaoxuan Yuan
2022-07-01
1
-8
/
+17
*
|
mv: check if <destination> exists in index to handle overwriting
Shaoxuan Yuan
2022-07-01
1
-3
/
+12
*
|
mv: check if out-of-cone file exists in index with SKIP_WORKTREE bit
Shaoxuan Yuan
2022-07-01
1
-2
/
+19
*
|
mv: decouple if/else-if checks using goto
Shaoxuan Yuan
2022-07-01
1
-59
/
+80
*
|
mv: update sparsity after moving from out-of-cone to in-cone
Shaoxuan Yuan
2022-07-01
1
-0
/
+17
|
/
*
mv: refuse to move sparse paths
Derrick Stolee
2021-09-28
1
-9
/
+43
*
builtin/mv: free or UNLEAK multiple pointers at end of cmd_mv
Andrzej Hunt
2021-07-26
1
-0
/
+5
*
git mv foo FOO ; git mv foo bar gave an assert
Torsten Bögershausen
2021-03-04
1
-1
/
+1
*
git-mv: improve error message for conflicted file
Chris Torek
2020-07-20
1
-2
/
+5
*
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
[next]