aboutsummaryrefslogtreecommitdiff
path: root/builtin/mv.c
Commit message (Expand)AuthorAge
* mv: let 'git mv file no-such-dir/' error out on Windows, tooJohannes Sixt2014-01-10
* mv: let 'git mv file no-such-dir/' error outMatthieu Moy2013-12-04
* mv: Fix spurious warning when moving a file in presence of submodulesJens Lehmann2013-10-13
* Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\
| * mv: update the path entry in .gitmodules for moved submodulesJens Lehmann2013-08-06
| * mv: move submodules using a gitfileJens Lehmann2013-07-30
| * mv: move submodules together with their work treesJens Lehmann2013-07-30
| * pathspec: add copy_pathspecNguyễn Thái Ngọc Duy2013-07-15
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
|/
* i18n: mv: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
* Merge branch 'jk/maint-mv'Junio C Hamano2011-12-19
|\
| * mv: be quiet about overwritingJeff King2011-12-12
| * mv: improve overwrite warningJeff King2011-12-12
| * mv: make non-directory destination error more clearJeff King2011-12-12
| * mv: honor --verbose flagJeff King2011-12-12
* | builtin/mv.c: plug miniscule memory leakBrandon Casey2011-10-06
* | cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey2011-10-06
|/
* i18n: git-mv "bad" messagesÆvar Arnfjörð Bjarmason2011-03-09
* i18n: git-mv basic messagesÆvar Arnfjörð Bjarmason2011-03-09
* add OPT__FORCERené Scharfe2010-11-15
* add description parameter to OPT__DRY_RUNRené Scharfe2010-11-15
* string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina2010-07-05
* string_list: Fix argument order for string_list_insertJulian Phillips2010-06-27
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-22