summaryrefslogtreecommitdiff
path: root/builtin-fetch-pack.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-09-10 05:57:35 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-09-10 05:57:35 (GMT)
commita15a435ad394548fb6d22fa69f9a0e6db9752298 (patch)
treeb1921e93bd0cc0da06a801f32d17e6dfef16aa88 /builtin-fetch-pack.c
parente8eec71d6e79c176d34dc8fda8780ed4dee447a2 (diff)
parent05207a28818623e417b69f337a9e8604d799d09d (diff)
downloadgit-a15a435ad394548fb6d22fa69f9a0e6db9752298.zip
git-a15a435ad394548fb6d22fa69f9a0e6db9752298.tar.gz
git-a15a435ad394548fb6d22fa69f9a0e6db9752298.tar.bz2
Merge branch 'ho/dashless'
* ho/dashless: Start conforming code to "git subcmd" style part 2
Diffstat (limited to 'builtin-fetch-pack.c')
-rw-r--r--builtin-fetch-pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-fetch-pack.c b/builtin-fetch-pack.c
index 459c6f0..4dfef29 100644
--- a/builtin-fetch-pack.c
+++ b/builtin-fetch-pack.c
@@ -750,7 +750,7 @@ int cmd_fetch_pack(int argc, const char **argv, const char *prefix)
if (!ret && nr_heads) {
/* If the heads to pull were given, we should have
* consumed all of them by matching the remote.
- * Otherwise, 'git-fetch remote no-such-ref' would
+ * Otherwise, 'git fetch remote no-such-ref' would
* silently succeed without issuing an error.
*/
for (i = 0; i < nr_heads; i++)