Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-07Merge branch 'sm/mv-dry-run-update'Junio C Hamano
2018-03-02write_locked_index(): add flag to avoid writing unchanged indexMartin Ågren
2018-02-09completion: use __gitcomp_builtin in _git_mvNguyễn Thái Ngọc Duy
2018-02-09parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy
2018-02-07mv: remove unneeded 'if (!show_only)'Stefan Moch
2017-12-12submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams
2017-08-03submodule: remove gitmodules_configBrandon Williams
2017-08-03submodule: check for unstaged .gitmodules outside of config parsingBrandon Williams
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-01-19Merge branch 'bw/pathspec-cleanup'Junio C Hamano
2017-01-09mv: remove use of deprecated 'get_pathspec()'Brandon Williams
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-10-03Merge branch 'rs/copy-array'Junio C Hamano
2016-09-26use COPY_ARRAYRené Scharfe
2016-08-08git mv: do not keep slash in `git mv dir non-existing-dir/`Johannes Schindelin
2016-04-29Merge branch 'sb/mv-submodule-fix'Junio C Hamano
2016-04-19mv: allow moving nested submodulesStefan Beller
2016-02-23use st_add and st_mult for allocation size computationJeff King
2016-02-23convert trivial cases to ALLOC_ARRAYJeff King
2015-01-14standardize usage info string formatAlex Henrie
2014-10-02lockfile.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-04mv: no SP between function name and the first opening parentheseNguyễn Thái Ngọc Duy
2014-09-04mv: combine two if(s)Nguyễn Thái Ngọc Duy
2014-09-04mv: unindent one level for directory move codeNguyễn Thái Ngọc Duy
2014-09-04mv: move index search code outNguyễn Thái Ngọc Duy
2014-09-04mv: remove an "if" that's always trueNguyễn Thái Ngọc Duy
2014-09-04mv: 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-09mv: 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-12builtin/mv: fix out of bounds writeJohn Keeping
2014-02-19builtin/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-10Merge branch 'jl/submodule-mv'Junio C Hamano
2013-08-07mv: update the path entry in .gitmodules for moved submodulesJens Lehmann
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-07-31mv: move submodules using a gitfileJens Lehmann
2013-07-31mv: 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-13mv: be quiet about overwritingJeff King