зеркало из https://github.com/microsoft/git.git
Merge branch 'cs/don-t-pretend-a-failed-remote-set-head-succeeded'
"git remote set-head" that failed still said something that hints the operation went through, which was misleading. * cs/don-t-pretend-a-failed-remote-set-head-succeeded: remote: don't show success message when set-head fails
This commit is contained in:
Коммит
39149df364
|
@ -1356,7 +1356,7 @@ static int set_head(int argc, const char **argv)
|
|||
result |= error(_("Not a valid ref: %s"), buf2.buf);
|
||||
else if (create_symref(buf.buf, buf2.buf, "remote set-head"))
|
||||
result |= error(_("Could not setup %s"), buf.buf);
|
||||
if (opt_a)
|
||||
else if (opt_a)
|
||||
printf("%s/HEAD set to %s\n", argv[0], head_name);
|
||||
free(head_name);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче