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