summaryrefslogtreecommitdiff
path: root/builtin/mv.c
Commit message (Expand)AuthorAgeFilesLines
* mv: let 'git mv file no-such-dir/' error out on Windows, toomm/mv-file-to-no-such-dir-with-slashJohannes Sixt2014-01-101-0/+2
* mv: let 'git mv file no-such-dir/' error outMatthieu Moy2013-12-041-7/+16
* mv: Fix spurious warning when moving a file in presence of submodulesjl/submodule-mvJens Lehmann2013-10-131-4/+9
* Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-57/+82
|\
| * mv: update the path entry in .gitmodules for moved submodulesJens Lehmann2013-08-061-1/+9
| * mv: move submodules using a gitfileJens Lehmann2013-07-301-4/+15
| * mv: move submodules together with their work treesJens Lehmann2013-07-301-47/+52
| * pathspec: add copy_pathspecNguyễn Thái Ngọc Duy2013-07-151-6/+7
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-1/+1
|/
* i18n: mv: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-5/+5
* Merge branch 'jk/maint-mv'Junio C Hamano2011-12-191-2/+4
|\
| * mv: be quiet about overwritingjk/maint-mvJeff King2011-12-121-1/+2
| * mv: improve overwrite warningJeff King2011-12-121-1/+1
| * mv: make non-directory destination error more clearJeff King2011-12-121-1/+1
| * mv: honor --verbose flagJeff King2011-12-121-0/+1
* | builtin/mv.c: plug miniscule memory leakBrandon Casey2011-10-061-1/+5
* | cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey2011-10-061-1/+1
|/
* i18n: git-mv "bad" messagesÆvar Arnfjörð Bjarmason2011-03-091-8/+8
* i18n: git-mv basic messagesÆvar Arnfjörð Bjarmason2011-03-091-8/+8
* add OPT__FORCERené Scharfe2010-11-151-1/+1
* add description parameter to OPT__DRY_RUNRené Scharfe2010-11-151-1/+1
* string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina2010-07-051-1/+1
* string_list: Fix argument order for string_list_insertJulian Phillips2010-06-271-1/+1
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+227