summaryrefslogtreecommitdiff
path: root/builtin/mv.c
Commit message (Expand)AuthorAgeFilesLines
* lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-1/+1
* use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-arrayRené Scharfe2014-09-181-4/+4
* mv: no SP between function name and the first opening parenthesend/mv-code-cleaningNguyễn Thái Ngọc Duy2014-09-031-2/+2
* mv: combine two if(s)Nguyễn Thái Ngọc Duy2014-09-031-4/+3
* mv: unindent one level for directory move codeNguyễn Thái Ngọc Duy2014-09-031-28/+21
* mv: move index search code outNguyễn Thái Ngọc Duy2014-09-031-17/+25
* mv: remove an "if" that's always trueNguyễn Thái Ngọc Duy2014-09-031-15/+7
* mv: split submodule move preparation code outNguyễn Thái Ngọc Duy2014-09-031-14/+22
* mv: flatten error handling code blockNguyễn Thái Ngọc Duy2014-08-111-18/+16
* mv: mark strings for translationsNguyễn Thái Ngọc Duy2014-08-111-1/+1
* Merge branch 'nd/split-index'Junio C Hamano2014-07-161-4/+3
|\
| * read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-131-4/+3
* | Merge branch 'dt/merge-recursive-case-insensitive'Junio C Hamano2014-06-061-1/+2
|\ \ | |/ |/|
| * mv: allow renaming to fix case on case insensitive filesystemsdt/merge-recursive-case-insensitiveDavid Turner2014-05-081-1/+2
* | Merge branch 'jk/mv-submodules-fix'Junio C Hamano2014-03-251-0/+9
|\ \ | |/
| * mv: prevent mismatched data when ignoring errors.jk/mv-submodules-fixbrian m. carlson2014-03-171-0/+5
| * builtin/mv: fix out of bounds writeJohn Keeping2014-03-111-0/+4
* | builtin/mv: don't use memory after freeJohn Keeping2014-02-181-1/+2
|/
* 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