* [PATCH] remote: fix typo
@ 2012-05-18 16:46 Ralf Thielow
2012-05-18 17:16 ` Ralf Thielow
0 siblings, 1 reply; 3+ messages in thread
From: Ralf Thielow @ 2012-05-18 16:46 UTC (permalink / raw)
To: gitster; +Cc: pclouds, git, Ralf Thielow
Signed-off-by: Ralf Thielow <ralf.thielow@googlemail.com>
---
builtin/remote.c | 2 +-
1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)
diff --git a/builtin/remote.c b/builtin/remote.c
index 0f0c594..920262d 100644
--- 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 refspec\n"
"\t%s\n"
"\tPlease update the configuration manually if necessary."),
buf2.buf);
--
1.7.10.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] remote: fix typo
2012-05-18 16:46 [PATCH] remote: fix typo Ralf Thielow
@ 2012-05-18 17:16 ` Ralf Thielow
2012-05-19 0:03 ` Jeff King
0 siblings, 1 reply; 3+ messages in thread
From: Ralf Thielow @ 2012-05-18 17:16 UTC (permalink / raw)
To: gitster; +Cc: pclouds, git, Ralf Thielow
On Fri, May 18, 2012 at 6:46 PM, Ralf Thielow
<ralf.thielow@googlemail.com> wrote:
> - warning(_("Not updating non-default fetch respec\n"
> + warning(_("Not updating non-default fetch refspec\n"
Oops, probably it's not a typo, sorry
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] remote: fix typo
2012-05-18 17:16 ` Ralf Thielow
@ 2012-05-19 0:03 ` Jeff King
0 siblings, 0 replies; 3+ messages in thread
From: Jeff King @ 2012-05-19 0:03 UTC (permalink / raw)
To: Ralf Thielow; +Cc: gitster, pclouds, git
On Fri, May 18, 2012 at 07:16:02PM +0200, Ralf Thielow wrote:
> On Fri, May 18, 2012 at 6:46 PM, Ralf Thielow
> <ralf.thielow@googlemail.com> wrote:
> > - warning(_("Not updating non-default fetch respec\n"
> > + warning(_("Not updating non-default fetch refspec\n"
>
> Oops, probably it's not a typo, sorry
No, I think it's a typo.
-Peff
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-05-19 0:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-18 16:46 [PATCH] remote: fix typo Ralf Thielow
2012-05-18 17:16 ` Ralf Thielow
2012-05-19 0:03 ` Jeff King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).