summaryrefslogtreecommitdiff
path: root/builtin/mv.c
Commit message (Expand)AuthorAgeFilesLines
* git-mv: improve error message for conflicted fileChris Torek2020-07-201-2/+5
* cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
* Merge branch 'ma/lockfile-cleanup'Junio C Hamano2018-05-301-1/+1
|\
| * lock_file: move static locks into functionsMartin Ågren2018-05-101-1/+1
* | Merge branch 'sb/submodule-move-nested'Junio C Hamano2018-05-081-2/+4
|\ \ | |/ |/|
| * submodule: fixup nested submodules after moving the submodulesb/submodule-move-nestedStefan 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 indexma/skip-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)'sm/mv-dry-run-updateStefan 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-181-19/+31
|\
| * mv: remove use of deprecated 'get_pathspec()'Brandon Williams2017-01-081-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_ARRAYrs/copy-arrayRené Scharfe2016-09-251-1/+1
* | git mv: do not keep slash in `git mv dir non-existing-dir/`js/mv-dir-to-new-directoryJohannes Schindelin2016-08-081-4/+7
|/
* Merge branch 'sb/mv-submodule-fix'Junio C Hamano2016-04-291-9/+12
|\
| * mv: allow moving nested submodulessb/mv-submodule-fixStefan 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.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
|\