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:
@ -1411,7 +1411,7 @@ static int do_fetch(struct transport *transport,
|
|||||||
for (rm = ref_map; rm; rm = rm->next) {
|
for (rm = ref_map; rm; rm = rm->next) {
|
||||||
if (!rm->peer_ref) {
|
if (!rm->peer_ref) {
|
||||||
if (source_ref) {
|
if (source_ref) {
|
||||||
warning(_("multiple branch detected, incompatible with --set-upstream"));
|
warning(_("multiple branches detected, incompatible with --set-upstream"));
|
||||||
goto skip;
|
goto skip;
|
||||||
} else {
|
} else {
|
||||||
source_ref = rm;
|
source_ref = rm;
|
||||||
|
Reference in New Issue
Block a user