* [PATCH] clone.c: Add a period after "done" to end the sentence
@ 2013-09-24 10:24 Sebastian Schuberth
0 siblings, 0 replies; only message in thread
From: Sebastian Schuberth @ 2013-09-24 10:24 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano
We have a period in other places after "done" (see e.g. clone_local), so
we should have one here, too.
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
---
builtin/clone.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builtin/clone.c b/builtin/clone.c
index ca3eb68..0aff974 100644
--- a/builtin/clone.c
+++ b/builtin/clone.c
@@ -556,7 +556,7 @@ static void update_remote_refs(const struct ref *refs,
0, &rm, transport))
die(_("remote did not send all necessary objects"));
if (0 <= option_verbosity)
- printf(_("done\n"));
+ printf(_("done.\n"));
}
if (refs) {
--
1.8.3.msysgit.1.3.g5b82b42.dirty
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-09-24 10:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-24 10:24 [PATCH] clone.c: Add a period after "done" to end the sentence Sebastian Schuberth
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).