summaryrefslogtreecommitdiff
path: root/builtin/mv.c
AgeCommit message (Expand)Author
2015-01-14standardize usage info string formatAlex Henrie
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-09-03mv: no SP between function name and the first opening parentheseNguyễn Thái Ngọc Duy
2014-09-03mv: combine two if(s)Nguyễn Thái Ngọc Duy
2014-09-03mv: unindent one level for directory move codeNguyễn Thái Ngọc Duy
2014-09-03mv: move index search code outNguyễn Thái Ngọc Duy
2014-09-03mv: remove an "if" that's always trueNguyễn Thái Ngọc Duy
2014-09-03mv: split submodule move preparation code outNguyễn Thái Ngọc Duy
2014-08-11mv: flatten error handling code blockNguyễn Thái Ngọc Duy
2014-08-11mv: mark strings for translationsNguyễn Thái Ngọc Duy
2014-07-16Merge branch 'nd/split-index'Junio C Hamano
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy
2014-06-06Merge branch 'dt/merge-recursive-case-insensitive'Junio C Hamano
2014-05-08mv: allow renaming to fix case on case insensitive filesystemsDavid Turner
2014-03-25Merge branch 'jk/mv-submodules-fix'Junio C Hamano
2014-03-17mv: prevent mismatched data when ignoring errors.brian m. carlson
2014-03-11builtin/mv: fix out of bounds writeJohn Keeping
2014-02-18builtin/mv: don't use memory after freeJohn Keeping
2014-01-10mv: let 'git mv file no-such-dir/' error out on Windows, tooJohannes Sixt
2013-12-04mv: let 'git mv file no-such-dir/' error outMatthieu Moy
2013-10-14mv: Fix spurious warning when moving a file in presence of submodulesJens Lehmann
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-08-06mv: update the path entry in .gitmodules for moved submodulesJens Lehmann
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-07-30mv: move submodules using a gitfileJens Lehmann
2013-07-30mv: move submodules together with their work treesJens Lehmann
2013-07-15pathspec: add copy_pathspecNguyễn Thái Ngọc Duy
2012-08-20i18n: mv: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-12-20Merge branch 'jk/maint-mv'Junio C Hamano
2011-12-12mv: be quiet about overwritingJeff King
2011-12-12mv: improve overwrite warningJeff King
2011-12-12mv: make non-directory destination error more clearJeff King
2011-12-12mv: honor --verbose flagJeff King
2011-10-06builtin/mv.c: plug miniscule memory leakBrandon Casey
2011-10-06cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey
2011-03-10i18n: git-mv "bad" messagesÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-mv basic messagesÆvar Arnfjörð Bjarmason
2010-11-15add OPT__FORCERené Scharfe
2010-11-15add description parameter to OPT__DRY_RUNRené Scharfe
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds