Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
clone: add a period after "done" to end the sentence
author
Sebastian Schuberth
<sschuberth@gmail.com>
Tue, 24 Sep 2013 10:24:46 +0000
(12:24 +0200)
committer
Jonathan Nieder
<jrnieder@gmail.com>
Tue, 24 Sep 2013 19:18:24 +0000
(12:18 -0700)
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>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
builtin/clone.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
128a96c
)
diff --git
a/builtin/clone.c
b/builtin/clone.c
index ca3eb68d72b0ab9ee683eff3206d28012f27c4fc..0aff974a64c9cbb035f77c82b22d35c8249fcf1f 100644
(file)
--- 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) {