]> git.ipfire.org Git - thirdparty/git.git/commitdiff
fetch.c: fix typo in a warning message
authorRalf Thielow <ralf.thielow@gmail.com>
Thu, 31 Oct 2019 20:41:46 +0000 (20:41 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 2 Nov 2019 05:49:18 +0000 (14:49 +0900)
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fetch.c

index 0c345b5dfe4b09e8d626815cb9909ef1f78e6338..f9a934f098f34431f2bbe6f661161a4460e5a8e0 100644 (file)
@@ -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;