aboutsummaryrefslogtreecommitdiff
path: root/builtin/mv.c
Commit message (Expand)AuthorAge
* submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams2017-12-12
* submodule: remove gitmodules_configBrandon Williams2017-08-03
* submodule: check for unstaged .gitmodules outside of config parsingBrandon Williams2017-08-02
* config: don't include config.h by defaultBrandon Williams2017-06-15
* Merge branch 'bw/pathspec-cleanup'Junio C Hamano2017-01-18
|\
| * mv: remove use of deprecated 'get_pathspec()'Brandon Williams2017-01-08
* | hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-07
|/
* Merge branch 'rs/copy-array'Junio C Hamano2016-10-03
|\
| * use COPY_ARRAYRené Scharfe2016-09-25
* | git mv: do not keep slash in `git mv dir non-existing-dir/`Johannes Schindelin2016-08-08
|/
* Merge branch 'sb/mv-submodule-fix'Junio C Hamano2016-04-29
|\
| * mv: allow moving nested submodulesStefan Beller2016-04-19
* | use st_add and st_mult for allocation size computationJeff King2016-02-22
* | convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
|/
* standardize usage info string formatAlex Henrie2015-01-14
* lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-01
* use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-18
* mv: no SP between function name and the first opening parentheseNguyễn Thái Ngọc Duy2014-09-03
* mv: combine two if(s)Nguyễn Thái Ngọc Duy2014-09-03
* mv: unindent one level for directory move codeNguyễn Thái Ngọc Duy2014-09-03
* mv: move index search code outNguyễn Thái Ngọc Duy2014-09-03
* mv: remove an "if" that's always trueNguyễn Thái Ngọc Duy2014-09-03
* mv: split submodule move preparation code outNguyễn Thái Ngọc Duy2014-09-03
* mv: flatten error handling code blockNguyễn Thái Ngọc Duy2014-08-11
* mv: mark strings for translationsNguyễn Thái Ngọc Duy2014-08-11
* Merge branch 'nd/split-index'Junio C Hamano2014-07-16
|\
| * read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-13
* | Merge branch 'dt/merge-recursive-case-insensitive'Junio C Hamano2014-06-06
|\ \ | |/ |/|
| * mv: allow renaming to fix case on case insensitive filesystemsDavid Turner2014-05-08
* | Merge branch 'jk/mv-submodules-fix'Junio C Hamano2014-03-25
|\ \ | |/
| * mv: prevent mismatched data when ignoring errors.brian m. carlson2014-03-17
| * builtin/mv: fix out of bounds writeJohn Keeping2014-03-11
* | builtin/mv: don't use memory after freeJohn Keeping2014-02-18
|/
* mv: let 'git mv file no-such-dir/' error out on Windows, tooJohannes Sixt2014-01-10
* mv: let 'git mv file no-such-dir/' error outMatthieu Moy2013-12-04
* mv: Fix spurious warning when moving a file in presence of submodulesJens Lehmann2013-10-13
* Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\
| * mv: update the path entry in .gitmodules for moved submodulesJens Lehmann2013-08-06
| * mv: move submodules using a gitfileJens Lehmann2013-07-30
| * mv: move submodules together with their work treesJens Lehmann2013-07-30
| * pathspec: add copy_pathspecNguyễn Thái Ngọc Duy2013-07-15
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
|/
* i18n: mv: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
* Merge branch 'jk/maint-mv'Junio C Hamano2011-12-19
|\
| * mv: be quiet about overwritingJeff King2011-12-12
| * mv: improve overwrite warningJeff King2011-12-12
| * mv: make non-directory destination error more clearJeff King2011-12-12
| * mv: honor --verbose flagJeff King2011-12-12
* | builtin/mv.c: plug miniscule memory leakBrandon Casey2011-10-06
* | cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey2011-10-06
|/