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
2022-08-10
mv: rename check_dir_in_index() to empty_dir_has_sparse_contents()
Shaoxuan Yuan
2022-07-18
Merge branch 'jc/builtin-mv-move-array'
Junio C Hamano
2022-07-09
builtin/mv.c: use the MOVE_ARRAY() macro instead of memmove()
Junio C Hamano
2022-07-01
mv: add check_dir_in_index() and solve general dir check issue
Shaoxuan Yuan
2022-07-01
mv: use flags mode for update_mode
Shaoxuan Yuan
2022-07-01
mv: check if <destination> exists in index to handle overwriting
Shaoxuan Yuan
2022-07-01
mv: check if out-of-cone file exists in index with SKIP_WORKTREE bit
Shaoxuan Yuan
2022-07-01
mv: decouple if/else-if checks using goto
Shaoxuan Yuan
2022-07-01
mv: update sparsity after moving from out-of-cone to in-cone
Shaoxuan Yuan
2021-09-28
mv: refuse to move sparse paths
Derrick Stolee
2021-07-26
builtin/mv: free or UNLEAK multiple pointers at end of cmd_mv
Andrzej Hunt
2021-03-03
git mv foo FOO ; git mv foo bar gave an assert
Torsten Bögershausen
2020-07-20
git-mv: improve error message for conflicted file
Chris Torek
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2018-05-30
Merge branch 'ma/lockfile-cleanup'
Junio C Hamano
2018-05-10
lock_file: move static locks into functions
Martin Ågren
2018-05-08
Merge branch 'sb/submodule-move-nested'
Junio C Hamano
2018-03-29
submodule: fixup nested submodules after moving the submodule
Stefan Beller
2018-03-21
Merge branch 'ma/skip-writing-unchanged-index'
Junio C Hamano
2018-03-14
Merge branch 'nd/parseopt-completion'
Junio C Hamano
2018-03-06
Merge branch 'sm/mv-dry-run-update'
Junio C Hamano
2018-03-01
write_locked_index(): add flag to avoid writing unchanged index
Martin Ågren
2018-02-09
completion: use __gitcomp_builtin in _git_mv
Nguyễn Thái Ngọc Duy
2018-02-09
parse-options: let OPT__FORCE take optional flags argument
Nguyễn Thái Ngọc Duy
2018-02-07
mv: remove unneeded 'if (!show_only)'
Stefan Moch
2017-12-12
submodule: convert stage_updated_gitmodules to take a struct index_state
Brandon Williams
2017-08-03
submodule: remove gitmodules_config
Brandon Williams
2017-08-02
submodule: check for unstaged .gitmodules outside of config parsing
Brandon Williams
2017-06-15
config: don't include config.h by default
Brandon Williams
2017-01-18
Merge branch 'bw/pathspec-cleanup'
Junio C Hamano
2017-01-08
mv: remove use of deprecated 'get_pathspec()'
Brandon Williams
2016-12-07
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
2016-10-03
Merge branch 'rs/copy-array'
Junio C Hamano
2016-09-25
use COPY_ARRAY
René Scharfe
2016-08-08
git mv: do not keep slash in `git mv dir non-existing-dir/`
Johannes Schindelin
2016-04-29
Merge branch 'sb/mv-submodule-fix'
Junio C Hamano
2016-04-19
mv: allow moving nested submodules
Stefan Beller
2016-02-22
use st_add and st_mult for allocation size computation
Jeff King
2016-02-22
convert trivial cases to ALLOC_ARRAY
Jeff King
2015-01-14
standardize usage info string format
Alex Henrie
2014-10-01
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
2014-09-18
use REALLOC_ARRAY for changing the allocation size of arrays
René Scharfe
2014-09-03
mv: no SP between function name and the first opening parenthese
Nguyễn Thái Ngọc Duy
2014-09-03
mv: combine two if(s)
Nguyễn Thái Ngọc Duy
2014-09-03
mv: unindent one level for directory move code
Nguyễn Thái Ngọc Duy
2014-09-03
mv: move index search code out
Nguyễn Thái Ngọc Duy
2014-09-03
mv: remove an "if" that's always true
Nguyễn Thái Ngọc Duy
2014-09-03
mv: split submodule move preparation code out
Nguyễn Thái Ngọc Duy
2014-08-11
mv: flatten error handling code block
Nguyễn Thái Ngọc Duy
2014-08-11
mv: mark strings for translations
Nguyễn Thái Ngọc Duy
[prev]
[next]