summaryrefslogtreecommitdiffstats
path: root/builtin/mv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/submodule-move-nested'Junio C Hamano2018-05-081-2/+4
|\
| * submodule: fixup nested submodules after moving the submoduleStefan Beller2018-03-291-2/+4
* | Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano2018-03-211-2/+2
|\ \
| * | write_locked_index(): add flag to avoid writing unchanged indexMartin Ågren2018-03-011-2/+2
| |/
* | Merge branch 'nd/parseopt-completion'Junio C Hamano2018-03-141-1/+2
|\ \
| * | completion: use __gitcomp_builtin in _git_mvNguyễn Thái Ngọc Duy2018-02-091-1/+2
| * | parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy2018-02-091-1/+1
| |/
* | Merge branch 'sm/mv-dry-run-update'Junio C Hamano2018-03-061-2/+1
|\ \ | |/ |/|
| * mv: remove unneeded 'if (!show_only)'Stefan Moch2018-02-071-2/+1
* | submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams2017-12-121-1/+1
* | submodule: remove gitmodules_configBrandon Williams2017-08-031-1/+0
* | submodule: check for unstaged .gitmodules outside of config parsingBrandon Williams2017-08-021-1/+1
|/
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* Merge branch 'bw/pathspec-cleanup'Junio C Hamano2017-01-191-19/+31
|\
| * mv: remove use of deprecated 'get_pathspec()'Brandon Williams2017-01-091-19/+31
* | hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-071-1/+1
|/
* Merge branch 'rs/copy-array'Junio C Hamano2016-10-031-1/+1
|\
| * use COPY_ARRAYRené Scharfe2016-09-261-1/+1
* | git mv: do not keep slash in `git mv dir non-existing-dir/`Johannes Schindelin2016-08-081-4/+7
|/
* Merge branch 'sb/mv-submodule-fix'Junio C Hamano2016-04-291-9/+12
|\
| * mv: allow moving nested submodulesStefan Beller2016-04-191-9/+12
* | use st_add and st_mult for allocation size computationJeff King2016-02-221-2/+2
* | convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-1/+2
|/
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-011-1/+1
* use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-181-4/+4
* mv: no SP between function name and the first opening parentheseNguyễn Thái Ngọc Duy2014-09-041-2/+2
* mv: combine two if(s)Nguyễn Thái Ngọc Duy2014-09-041-4/+3
* mv: unindent one level for directory move codeNguyễn Thái Ngọc Duy2014-09-041-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 filesystemsDavid 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.brian 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-191-1/+2
|/
* mv: let 'git mv file no-such-dir/' error out on Windows, tooJohannes 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 submodulesJens Lehmann2013-10-141-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