Stefan Beller <[email protected]> writes:
> @@ -374,6 +374,10 @@ for linkgit:git-clone[1]'s `--reference` and `--shared`
> options carefully.
> clone with a history truncated to the specified number of revisions.
> See linkgit:git-clone[1]
>
> +-j::
> +--jobs::
This probably should be
-j <n>::
--jobs <n>::
(see comments on [6/9]). I know the option description in this file
is sloppy and does not say "--name <name>" etc., as it should (but
it does say "--reference <repository>"), and fixing them may not be
within the scope of this series, but we do not need to add more to
the existing problems.
> + This option is only valid for the update command.
> + Clone new submodules in parallel with as many jobs.
And when 0 starts to meaning something special, we would need to
describe that here (and/or submodule.jobs entry in config.txt).
As I already said, I do not think "0 means num_cpus" is a useful
default, and I would prefer if we reserved 0 to mean something more
useful we would figure out later.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html