diff options
author | Heikki Orsila <heikki.orsila@iki.fi> | 2008-09-09 12:28:30 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-09 17:41:29 +0200 |
commit | 05207a28818623e417b69f337a9e8604d799d09d (patch) | |
tree | 6d1163a9d131636359c1d5cb784647ad9a4c69f7 /builtin-fetch-pack.c | |
parent | tests: use "git xyzzy" form (t7200 - t9001) (diff) | |
download | git-05207a28818623e417b69f337a9e8604d799d09d.tar.xz git-05207a28818623e417b69f337a9e8604d799d09d.zip |
Start conforming code to "git subcmd" style part 2
User notifications are presented as 'git cmd', and code comments
are presented as '"cmd"' or 'git's cmd', rather than 'git-cmd'.
Signed-off-by: Heikki Orsila <heikki.orsila@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-fetch-pack.c')
-rw-r--r-- | builtin-fetch-pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-fetch-pack.c b/builtin-fetch-pack.c index 6b37281a95..85509f5ee5 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++) |