зеркало из https://github.com/microsoft/git.git
mv: remove unneeded 'if (!show_only)'
Commit a127331cd
(mv: allow moving nested submodules,
2016-04-19), introduced
if (show_only) continue;
in this for-loop before
if (!show_only)
which became redundant, because it is now always true.
Signed-off-by: Stefan Moch <stefanmoch@mail.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
36b78cd9db
Коммит
4cbe92fd41
|
@ -287,7 +287,6 @@ int cmd_mv(int argc, const char **argv, const char *prefix)
|
|||
|
||||
pos = cache_name_pos(src, strlen(src));
|
||||
assert(pos >= 0);
|
||||
if (!show_only)
|
||||
rename_cache_entry_at(pos, dst);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче