Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
remote: fix typo
author
Ralf Thielow
<ralf.thielow@googlemail.com>
Fri, 18 May 2012 16:46:01 +0000
(18:46 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 21 May 2012 01:48:10 +0000
(18:48 -0700)
The mapping that describe what ref fetched from the remote is used to
update what ref locally is called "refspec", not "respec".
Signed-off-by: Ralf Thielow <ralf.thielow@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/remote.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
adc7052
)
diff --git
a/builtin/remote.c
b/builtin/remote.c
index 0f0c594b2fc2194d841cabceaf180ee664376af1..920262d76ec9bdc40a8ad7703cf1eb972a40eb9e 100644
(file)
--- a/
builtin/remote.c
+++ b/
builtin/remote.c
@@
-674,7
+674,7
@@
static int mv(int argc, const char **argv)
strlen(rename.old), rename.new,
strlen(rename.new));
} else
- warning(_("Not updating non-default fetch respec\n"
+ warning(_("Not updating non-default fetch re
f
spec\n"
"\t%s\n"
"\tPlease update the configuration manually if necessary."),
buf2.buf);