summaryrefslogtreecommitdiff
path: root/builtin/mv.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2018-05-30Merge branch 'ma/lockfile-cleanup'Libravatar Junio C Hamano1-1/+1
2018-05-10lock_file: move static locks into functionsLibravatar Martin Ågren1-1/+1
2018-05-08Merge branch 'sb/submodule-move-nested'Libravatar Junio C Hamano1-2/+4
2018-03-29submodule: fixup nested submodules after moving the submoduleLibravatar Stefan Beller1-2/+4
2018-03-21Merge branch 'ma/skip-writing-unchanged-index'Libravatar Junio C Hamano1-2/+2
2018-03-14Merge branch 'nd/parseopt-completion'Libravatar Junio C Hamano1-1/+2
2018-03-06Merge branch 'sm/mv-dry-run-update'Libravatar Junio C Hamano1-2/+1
2018-03-01write_locked_index(): add flag to avoid writing unchanged indexLibravatar Martin Ågren1-2/+2
2018-02-09completion: use __gitcomp_builtin in _git_mvLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-02-09parse-options: let OPT__FORCE take optional flags argumentLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-02-07mv: remove unneeded 'if (!show_only)'Libravatar Stefan Moch1-2/+1
2017-12-12submodule: convert stage_updated_gitmodules to take a struct index_stateLibravatar Brandon Williams1-1/+1
2017-08-03submodule: remove gitmodules_configLibravatar Brandon Williams1-1/+0
2017-08-02submodule: check for unstaged .gitmodules outside of config parsingLibravatar Brandon Williams1-1/+1
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-01-18Merge branch 'bw/pathspec-cleanup'Libravatar Junio C Hamano1-19/+31
2017-01-08mv: remove use of deprecated 'get_pathspec()'Libravatar Brandon Williams1-19/+31
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Libravatar Junio C Hamano1-1/+1
2016-10-03Merge branch 'rs/copy-array'Libravatar Junio C Hamano1-1/+1
2016-09-25use COPY_ARRAYLibravatar René Scharfe1-1/+1
2016-08-08git mv: do not keep slash in `git mv dir non-existing-dir/`Libravatar Johannes Schindelin1-4/+7
2016-04-29Merge branch 'sb/mv-submodule-fix'Libravatar Junio C Hamano1-9/+12
2016-04-19mv: allow moving nested submodulesLibravatar Stefan Beller1-9/+12
2016-02-22use st_add and st_mult for allocation size computationLibravatar Jeff King1-2/+2
2016-02-22convert trivial cases to ALLOC_ARRAYLibravatar Jeff King1-1/+2
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-1/+1
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cLibravatar Michael Haggerty1-1/+1
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysLibravatar René Scharfe1-4/+4
2014-09-03mv: no SP between function name and the first opening parentheseLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2014-09-03mv: combine two if(s)Libravatar Nguyễn Thái Ngọc Duy1-4/+3
2014-09-03mv: unindent one level for directory move codeLibravatar Nguyễn Thái Ngọc Duy1-28/+21
2014-09-03mv: move index search code outLibravatar Nguyễn Thái Ngọc Duy1-17/+25
2014-09-03mv: remove an "if" that's always trueLibravatar Nguyễn Thái Ngọc Duy1-15/+7
2014-09-03mv: split submodule move preparation code outLibravatar Nguyễn Thái Ngọc Duy1-14/+22
2014-08-11mv: flatten error handling code blockLibravatar Nguyễn Thái Ngọc Duy1-18/+16
2014-08-11mv: mark strings for translationsLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2014-07-16Merge branch 'nd/split-index'Libravatar Junio C Hamano1-4/+3
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheLibravatar Nguyễn Thái Ngọc Duy1-4/+3
2014-06-06Merge branch 'dt/merge-recursive-case-insensitive'Libravatar Junio C Hamano1-1/+2
2014-05-08mv: allow renaming to fix case on case insensitive filesystemsLibravatar David Turner1-1/+2
2014-03-25Merge branch 'jk/mv-submodules-fix'Libravatar Junio C Hamano1-0/+9
2014-03-17mv: prevent mismatched data when ignoring errors.Libravatar brian m. carlson1-0/+5
2014-03-11builtin/mv: fix out of bounds writeLibravatar John Keeping1-0/+4
2014-02-18builtin/mv: don't use memory after freeLibravatar John Keeping1-1/+2
2014-01-10mv: let 'git mv file no-such-dir/' error out on Windows, tooLibravatar Johannes Sixt1-0/+2
2013-12-04mv: let 'git mv file no-such-dir/' error outLibravatar Matthieu Moy1-7/+16
2013-10-13mv: Fix spurious warning when moving a file in presence of submodulesLibravatar Jens Lehmann1-4/+9
2013-09-09Merge branch 'jl/submodule-mv'Libravatar Junio C Hamano1-57/+82
2013-08-06mv: update the path entry in .gitmodules for moved submodulesLibravatar Jens Lehmann1-1/+9