Merge branch 'ho/dashless'

* ho/dashless:
  Start conforming code to "git subcmd" style part 2
This commit is contained in:
Junio C Hamano
2008-09-09 22:57:35 -07:00
5 changed files with 14 additions and 14 deletions

View File

@ -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++)