[PATCH] remote: fix typo
From: Ralf Thielow <hidden>
Date: 2016-06-15 22:53:50
Signed-off-by: Ralf Thielow <redacted> --- 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