Johannes Schindelin schrieb:
Now, git show <tree> shows some more information, and with the -r option,
it recurses into subdirectories.
Requested by Scott Chacon.
Signed-off-by: Johannes Schindelin <redacted>
---
The only quirk is the command line parsing for -r: we cannot use
DIFF_OPT_TST(&rev.diffopt, RECURSIVE), because that is switched
on not only by cmd_log_init(), but implicitly by
diff_setup_done(), because FORMAT_PATCH is selected by git-show.
This comment should for sure go into the commit message.
-- Hannes