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
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on advice.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
*
cocci & cache.h: apply pending "index_cache_pos" rule
Ævar Arnfjörð Bjarmason
2023-02-10
1
-3
/
+5
*
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-8
/
+8
*
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-11-21
1
-9
/
+10
*
cocci & cache.h: apply a selection of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-11-21
1
-1
/
+3
*
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
2022-11-21
1
-2
/
+2
*
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
|
/
[next]