Toon Claes [off-list ref] writes:
In previous commit option '--max-depth' was added to the documentation.
To have it also appear in the help output of `git last-modified -h`,
move the handling of '--max-depth' to parse_options() in
builtin/last-modified.c itself.
It enables us to change default behavior in a subsequent commit.
This split of the max-depth into two steps does not look right to
me. If we are handling the option ourselves here, shouldn't we do
so in the same step, so that "git cmd -h" and the synopsis section
of the documentation match?