index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
mv.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-05-08
Merge branch 'ps/mv-contradiction-fix'
Junio C Hamano
1
-3
/
+61
2025-04-30
builtin/mv: convert assert(3p) into `BUG()`
Patrick Steinhardt
1
-1
/
+2
2025-04-30
builtin/mv: bail out when trying to move child and its parent
Patrick Steinhardt
1
-2
/
+59
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
1
-1
/
+2
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
1
-1
/
+2
2025-04-14
doc: convert git-mv to new documentation format
Jean-Noël Avila
1
-1
/
+1
2025-04-14
doc: move synopsis git-mv commands in the synopsis section
Jean-Noël Avila
1
-1
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+2
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-05-30
mv: replace src_dir with a strvec
Jeff King
1
-6
/
+4
2024-05-30
mv: factor out empty src_dir removal
Jeff King
1
-19
/
+23
2024-05-30
mv: move src_dir cleanup to end of cmd_mv()
Jeff King
1
-1
/
+1
2024-05-27
builtin/mv: fix leaks for submodule gitfile paths
Patrick Steinhardt
1
-19
/
+25
2024-05-27
builtin/mv: refactor to use `struct strvec`
Patrick Steinhardt
1
-65
/
+60
2024-05-27
builtin/mv duplicate string list memory
Patrick Steinhardt
1
-6
/
+13
2024-05-27
builtin/mv: refactor `add_slash()` to always return allocated strings
Patrick Steinhardt
1
-18
/
+20
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
1
-34
/
+34
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-08-29
Merge branch 'jc/mv-d-to-d-error-message-fix'
Junio C Hamano
1
-1
/
+1
2023-08-15
Merge branch 'st/mv-lstat-fix'
Junio C Hamano
1
-2
/
+2
2023-08-11
mv: fix error for moving directory to another
Junio C Hamano
1
-1
/
+1
2023-08-09
mv: handle lstat() failure correctly
Sebastian Thiel
1
-2
/
+2
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-06-21
name-hash.h: move declarations for name-hash.c from cache.h
Elijah Newren
1
-0
/
+1
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
1
-0
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on advice.h
Elijah Newren
1
-0
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-0
/
+1
2023-02-10
cocci & cache.h: apply pending "index_cache_pos" rule
Ævar Arnfjörð Bjarmason
1
-3
/
+5
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2022-11-21
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
1
-9
/
+10
2022-11-21
cocci & cache.h: apply a selection of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2022-11-21
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-09-19
Merge branch 'sy/mv-out-of-cone'
Junio C Hamano
1
-27
/
+134
2022-09-09
builtin/mv.c: fix possible segfault in add_slash()
Shaoxuan Yuan
1
-1
/
+1
2022-08-10
mv: check overwrite for in-to-out move
Shaoxuan Yuan
1
-0
/
+12
2022-08-10
advice.h: add advise_on_moving_dirty_path()
Shaoxuan Yuan
1
-0
/
+3
2022-08-10
mv: cleanup empty WORKING_DIRECTORY
Shaoxuan Yuan
1
-0
/
+27
2022-08-10
mv: from in-cone to out-of-cone
Shaoxuan Yuan
1
-9
/
+62
2022-08-10
mv: remove BOTH from enum update_mode
Shaoxuan Yuan
1
-1
/
+0
2022-08-10
mv: check if <destination> is a SKIP_WORKTREE_DIR
Shaoxuan Yuan
1
-4
/
+14
2022-08-10
mv: free the with_slash in check_dir_in_index()
Shaoxuan Yuan
1
-4
/
+9
2022-08-10
mv: rename check_dir_in_index() to empty_dir_has_sparse_contents()
Shaoxuan Yuan
1
-13
/
+11
[next]