(Only nitpicks during this round of review).

> @@ -274,6 +284,7 @@ int cmd_gc(int argc, const char **argv, const char 
> *prefix)
>       argv_array_pushl(&reflog, "reflog", "expire", "--all", NULL);
>       argv_array_pushl(&repack, "repack", "-d", "-l", NULL);
>       argv_array_pushl(&prune, "prune", "--expire", NULL );
> +     argv_array_pushl(&prune_repos, "prune", "--repos", "--expire", NULL );

No SP before closing ")".
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to