mirror of
https://github.com/git/git.git
synced 2024-12-12 03:14:11 +08:00
Merge branch 'rt/fetch-message-fix'
A small message update. * rt/fetch-message-fix: fetch.c: fix typo in a warning message
This commit is contained in:
commit
7ab2088255
@ -1411,7 +1411,7 @@ static int do_fetch(struct transport *transport,
|
||||
for (rm = ref_map; rm; rm = rm->next) {
|
||||
if (!rm->peer_ref) {
|
||||
if (source_ref) {
|
||||
warning(_("multiple branch detected, incompatible with --set-upstream"));
|
||||
warning(_("multiple branches detected, incompatible with --set-upstream"));
|
||||
goto skip;
|
||||
} else {
|
||||
source_ref = rm;
|
||||
|
Loading…
Reference in New Issue
Block a user