23 Commits (14a9c5f261bcc436b80700076257f02af0beec68)

Author SHA1 Message Date
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 12 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 14 years ago
Brandon Casey 040a655116 cleanup: use internal memory allocation wrapper functions everywhere 14 years ago
Ævar Arnfjörð Bjarmason a7d5629fe0 i18n: git-mv "bad" messages 14 years ago
Ævar Arnfjörð Bjarmason 431b049e1b i18n: git-mv basic messages 14 years ago
René Scharfe 76946b76fe add OPT__FORCE 14 years ago
René Scharfe e21adb8c10 add description parameter to OPT__DRY_RUN 14 years ago
Thiago Farina 183113a5ca string_list: Add STRING_LIST_INIT macro and make use of it. 15 years ago
Julian Phillips 78a395d371 string_list: Fix argument order for string_list_insert 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Junio C Hamano af82559b43 git-mv: fix moving more than one source to a single destination 15 years ago
Thiago Farina bd757c1859 Use warning function instead of fprintf(stderr, "Warning: ..."). 15 years ago
Jonathan Nieder 99caeed05d Let 'git <command> -h' show usage without a git dir 16 years ago
René Scharfe f7aec129fa UI consistency: allow --force for where -f means force 16 years ago
Johannes Sixt b8f262699f git-mv: fix directory separator treatment on Windows 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Matthieu Moy 5aed3c6ab8 builtin-mv.c: check for unversionned files before looking at the destination. 16 years ago
Michael J Gruber be17262d13 fix handling of multiple untracked files for git mv -k 16 years ago
Petr Baudis 81dc2307d0 git-mv: Keep moved index entries inact 17 years ago
Petr Baudis f6c52fe4e8 git-mv: Remove dead code branch 17 years ago
Johannes Schindelin c455c87c5c Rename path_list to string_list 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Junio C Hamano 38ed1d89f7 "git-add -n -u" should not add but just report 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Alex Riesen 960b8ad1b1 Make the exit code of add_file_to_index actually useful 17 years ago
Junio C Hamano 971dfa1959 Revert part of 744dacd (builtin-mv: minimum fix to avoid losing files) 17 years ago
Junio C Hamano 744dacd3f5 builtin-mv: minimum fix to avoid losing files 17 years ago
Junio C Hamano d089ebaad5 setup: sanitize absolute and funny paths in get_pathspec() 17 years ago
Brandon Casey 4ed7cd3ab0 Improve use of lockfile API 17 years ago
Pierre Habouzit c7a20c117f Make builtin-mv.c use parse-options 18 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 18 years ago
Junio C Hamano 09d5dc32fb Simplify cache API 18 years ago
Junio C Hamano fd1c3bf053 Rename add_file_to_index() to add_file_to_cache() 18 years ago
Junio C Hamano 30ca07a249 _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Johannes Schindelin aca085e577 git-mv: search more precisely for source directory in index 18 years ago
Junio C Hamano 4fddf5798d git-mv: invalidate the removed path properly in cache-tree 19 years ago
Jonas Fonseca 83572c1a91 Use xrealloc instead of realloc 19 years ago