aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/mv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty1-1/+1
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe1-4/+4
2014-09-03mv: no SP between function name and the first opening parentheseNguyễn Thái Ngọc Duy1-2/+2
2014-09-03mv: combine two if(s)Nguyễn Thái Ngọc Duy1-4/+3
2014-09-03mv: unindent one level for directory move codeNguyễn Thái Ngọc Duy1-28/+21
2014-09-03mv: move index search code outNguyễn Thái Ngọc Duy1-17/+25
2014-09-03mv: remove an "if" that's always trueNguyễn Thái Ngọc Duy1-15/+7
2014-09-03mv: split submodule move preparation code outNguyễn Thái Ngọc Duy1-14/+22
2014-08-11mv: flatten error handling code blockNguyễn Thái Ngọc Duy1-18/+16
2014-08-11mv: mark strings for translationsNguyễn Thái Ngọc Duy1-1/+1
2014-07-16Merge branch 'nd/split-index'Junio C Hamano1-4/+3
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy1-4/+3
2014-06-06Merge branch 'dt/merge-recursive-case-insensitive'Junio C Hamano1-1/+2
2014-05-08mv: allow renaming to fix case on case insensitive filesystemsDavid Turner1-1/+2
2014-03-25Merge branch 'jk/mv-submodules-fix'Junio C Hamano1-0/+9
2014-03-17mv: prevent mismatched data when ignoring errors.brian m. carlson1-0/+5
2014-03-11builtin/mv: fix out of bounds writeJohn Keeping1-0/+4
2014-02-18builtin/mv: don't use memory after freeJohn Keeping1-1/+2
2014-01-10mv: let 'git mv file no-such-dir/' error out on Windows, tooJohannes Sixt1-0/+2
2013-12-04mv: let 'git mv file no-such-dir/' error outMatthieu Moy1-7/+16
2013-10-13mv: Fix spurious warning when moving a file in presence of submodulesJens Lehmann1-4/+9
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano1-57/+82
2013-08-06mv: update the path entry in .gitmodules for moved submodulesJens Lehmann1-1/+9
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller1-1/+1
2013-07-30mv: move submodules using a gitfileJens Lehmann1-4/+15
2013-07-30mv: move submodules together with their work treesJens Lehmann1-47/+52
2013-07-15pathspec: add copy_pathspecNguyễn Thái Ngọc Duy1-6/+7
2012-08-20i18n: mv: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-5/+5
2011-12-19Merge branch 'jk/maint-mv'Junio C Hamano1-2/+4
2011-12-12mv: be quiet about overwritingJeff King1-1/+2
2011-12-12mv: improve overwrite warningJeff King1-1/+1
2011-12-12mv: make non-directory destination error more clearJeff King1-1/+1
2011-12-12mv: honor --verbose flagJeff King1-0/+1
2011-10-06builtin/mv.c: plug miniscule memory leakBrandon Casey1-1/+5
2011-10-06cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey1-1/+1
2011-03-09i18n: git-mv "bad" messagesÆvar Arnfjörð Bjarmason1-8/+8
2011-03-09i18n: git-mv basic messagesÆvar Arnfjörð Bjarmason1-8/+8
2010-11-15add OPT__FORCERené Scharfe1-1/+1
2010-11-15add description parameter to OPT__DRY_RUNRené Scharfe1-1/+1
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina1-1/+1
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips1-1/+1
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+227