69 Commits (763b47bafab6f781dc52461985b3300d447d1332)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Martin Ågren 0fa5a2ed8d lock_file: move static locks into functions 7 years ago
Stefan Beller da62f786d2 submodule: fixup nested submodules after moving the submodule 7 years ago
Martin Ågren 610008146e write_locked_index(): add flag to avoid writing unchanged index 7 years ago
Nguyễn Thái Ngọc Duy 61d15cd63c completion: use __gitcomp_builtin in _git_mv 7 years ago
Nguyễn Thái Ngọc Duy 1224781d60 parse-options: let OPT__FORCE take optional flags argument 7 years ago
Stefan Moch 4cbe92fd41 mv: remove unneeded 'if (!show_only)' 7 years ago
Brandon Williams 3b8317a9e6 submodule: convert stage_updated_gitmodules to take a struct index_state 7 years ago
Brandon Williams 557a5998df submodule: remove gitmodules_config 8 years ago
Brandon Williams 91b834807b submodule: check for unstaged .gitmodules outside of config parsing 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams 2ec87741b2 mv: remove use of deprecated 'get_pathspec()' 8 years ago
Junio C Hamano b3e83cc752 hold_locked_index(): align error handling with hold_lockfile_for_update() 8 years ago
René Scharfe 45ccef87b3 use COPY_ARRAY 8 years ago
Johannes Schindelin 189d035e67 git mv: do not keep slash in `git mv dir non-existing-dir/` 9 years ago
Stefan Beller a127331cd8 mv: allow moving nested submodules 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 10 years ago
Nguyễn Thái Ngọc Duy 4f1bbd23af mv: no SP between function name and the first opening parenthese 11 years ago
Nguyễn Thái Ngọc Duy dcadc8b806 mv: combine two if(s) 11 years ago
Nguyễn Thái Ngọc Duy b46b15dea0 mv: unindent one level for directory move code 11 years ago
Nguyễn Thái Ngọc Duy e2b6cfa02e mv: move index search code out 11 years ago
Nguyễn Thái Ngọc Duy 42de4b169c mv: remove an "if" that's always true 11 years ago
Nguyễn Thái Ngọc Duy 3af05a6d0d mv: split submodule move preparation code out 11 years ago
Nguyễn Thái Ngọc Duy ad1a19d0e7 mv: flatten error handling code block 11 years ago
Nguyễn Thái Ngọc Duy eac0ccc2cd mv: mark strings for translations 11 years ago
Nguyễn Thái Ngọc Duy 03b8664772 read-cache: new API write_locked_index instead of write_index/write_cache 11 years ago
David Turner baa37bff9a mv: allow renaming to fix case on case insensitive filesystems 11 years ago
brian m. carlson fb8a4e8079 mv: prevent mismatched data when ignoring errors. 11 years ago
John Keeping 89ccc1b09c builtin/mv: fix out of bounds write 11 years ago
John Keeping d954828d45 builtin/mv: don't use memory after free 11 years ago
Johannes Sixt a893346930 mv: let 'git mv file no-such-dir/' error out on Windows, too 11 years ago
Matthieu Moy c57f6281ff mv: let 'git mv file no-such-dir/' error out 11 years ago
Jens Lehmann 04c1ee576a mv: Fix spurious warning when moving a file in presence of submodules 11 years ago
Jens Lehmann 0656781fad mv: update the path entry in .gitmodules for moved submodules 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Jens Lehmann a88c915de9 mv: move submodules using a gitfile 12 years ago
Jens Lehmann 1150246828 mv: move submodules together with their work trees 12 years ago
Nguyễn Thái Ngọc Duy e4d92cdcd9 pathspec: add copy_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 6c54dc46aa i18n: mv: mark parseopt strings for translation 13 years ago
Jeff King 534376ca04 mv: be quiet about overwriting 13 years ago
Jeff King cd40b05d13 mv: improve overwrite warning 13 years ago
Jeff King 77471646d3 mv: make non-directory destination error more clear 13 years ago
Jeff King 07b8738967 mv: honor --verbose flag 13 years ago
Brandon Casey 0d0ff65cea builtin/mv.c: plug miniscule memory leak 13 years ago
Brandon Casey 040a655116 cleanup: use internal memory allocation wrapper functions everywhere 13 years ago
Ævar Arnfjörð Bjarmason a7d5629fe0 i18n: git-mv "bad" messages 14 years ago