Age | Commit message (Expand) | Author | Files | Lines |
2020-07-20 | git-mv: improve error message for conflicted file | Chris Torek | 1 | -2/+5 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2018-05-30 | Merge branch 'ma/lockfile-cleanup' | Junio C Hamano | 1 | -1/+1 |
2018-05-10 | lock_file: move static locks into functions | Martin Ågren | 1 | -1/+1 |
2018-05-08 | Merge branch 'sb/submodule-move-nested' | Junio C Hamano | 1 | -2/+4 |
2018-03-29 | submodule: fixup nested submodules after moving the submodule | Stefan Beller | 1 | -2/+4 |
2018-03-21 | Merge branch 'ma/skip-writing-unchanged-index' | Junio C Hamano | 1 | -2/+2 |
2018-03-14 | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 1 | -1/+2 |
2018-03-06 | Merge branch 'sm/mv-dry-run-update' | Junio C Hamano | 1 | -2/+1 |
2018-03-01 | write_locked_index(): add flag to avoid writing unchanged index | Martin Ågren | 1 | -2/+2 |
2018-02-09 | completion: use __gitcomp_builtin in _git_mv | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-02-09 | parse-options: let OPT__FORCE take optional flags argument | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-02-07 | mv: remove unneeded 'if (!show_only)' | Stefan Moch | 1 | -2/+1 |
2017-12-12 | submodule: convert stage_updated_gitmodules to take a struct index_state | Brandon Williams | 1 | -1/+1 |
2017-08-03 | submodule: remove gitmodules_config | Brandon Williams | 1 | -1/+0 |
2017-08-02 | submodule: check for unstaged .gitmodules outside of config parsing | Brandon Williams | 1 | -1/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-01-18 | Merge branch 'bw/pathspec-cleanup' | Junio C Hamano | 1 | -19/+31 |
2017-01-08 | mv: remove use of deprecated 'get_pathspec()' | Brandon Williams | 1 | -19/+31 |
2016-12-07 | hold_locked_index(): align error handling with hold_lockfile_for_update() | Junio C Hamano | 1 | -1/+1 |
2016-10-03 | Merge branch 'rs/copy-array' | Junio C Hamano | 1 | -1/+1 |
2016-09-25 | use COPY_ARRAY | René Scharfe | 1 | -1/+1 |
2016-08-08 | git mv: do not keep slash in `git mv dir non-existing-dir/` | Johannes Schindelin | 1 | -4/+7 |
2016-04-29 | Merge branch 'sb/mv-submodule-fix' | Junio C Hamano | 1 | -9/+12 |
2016-04-19 | mv: allow moving nested submodules | Stefan Beller | 1 | -9/+12 |
2016-02-22 | use st_add and st_mult for allocation size computation | Jeff King | 1 | -2/+2 |
2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -1/+2 |
2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -1/+1 |
2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -1/+1 |
2014-09-18 | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 1 | -4/+4 |
2014-09-03 | mv: no SP between function name and the first opening parenthese | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2014-09-03 | mv: combine two if(s) | Nguyễn Thái Ngọc Duy | 1 | -4/+3 |
2014-09-03 | mv: unindent one level for directory move code | Nguyễn Thái Ngọc Duy | 1 | -28/+21 |
2014-09-03 | mv: move index search code out | Nguyễn Thái Ngọc Duy | 1 | -17/+25 |
2014-09-03 | mv: remove an "if" that's always true | Nguyễn Thái Ngọc Duy | 1 | -15/+7 |
2014-09-03 | mv: split submodule move preparation code out | Nguyễn Thái Ngọc Duy | 1 | -14/+22 |
2014-08-11 | mv: flatten error handling code block | Nguyễn Thái Ngọc Duy | 1 | -18/+16 |
2014-08-11 | mv: mark strings for translations | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-07-16 | Merge branch 'nd/split-index' | Junio C Hamano | 1 | -4/+3 |
2014-06-13 | read-cache: new API write_locked_index instead of write_index/write_cache | Nguyễn Thái Ngọc Duy | 1 | -4/+3 |
2014-06-06 | Merge branch 'dt/merge-recursive-case-insensitive' | Junio C Hamano | 1 | -1/+2 |
2014-05-08 | mv: allow renaming to fix case on case insensitive filesystems | David Turner | 1 | -1/+2 |
2014-03-25 | Merge branch 'jk/mv-submodules-fix' | Junio C Hamano | 1 | -0/+9 |
2014-03-17 | mv: prevent mismatched data when ignoring errors. | brian m. carlson | 1 | -0/+5 |
2014-03-11 | builtin/mv: fix out of bounds write | John Keeping | 1 | -0/+4 |
2014-02-18 | builtin/mv: don't use memory after free | John Keeping | 1 | -1/+2 |
2014-01-10 | mv: let 'git mv file no-such-dir/' error out on Windows, too | Johannes Sixt | 1 | -0/+2 |
2013-12-04 | mv: let 'git mv file no-such-dir/' error out | Matthieu Moy | 1 | -7/+16 |
2013-10-13 | mv: Fix spurious warning when moving a file in presence of submodules | Jens Lehmann | 1 | -4/+9 |
2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -57/+82 |