git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
849e436
)
fetch.c: fix typo in a warning message
author
Ralf Thielow
<redacted>
Thu, 31 Oct 2019 20:41:46 +0000
(20:41 +0000)
committer
Junio C Hamano
<redacted>
Sat, 2 Nov 2019 05:49:18 +0000
(14:49 +0900)
Signed-off-by: Ralf Thielow <redacted>
Reviewed-by: Jonathan Nieder <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/fetch.c
patch
|
blob
|
history
diff --git
a/builtin/fetch.c
b/builtin/fetch.c
index 0c345b5dfe4b09e8d626815cb9909ef1f78e6338..f9a934f098f34431f2bbe6f661161a4460e5a8e0 100644
(file)
--- a/
builtin/fetch.c
+++ b/
builtin/fetch.c
@@
-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 branch
es
detected, incompatible with --set-upstream"));
goto skip;
} else {
source_ref = rm;
git clone https://git.99rst.org/PROJECT