show doc: redirect user to git log manual instead of git diff-tree
commit4fbe83fcd96cb49d2cdec3bc1660fe280d02c9a4
authorHan Young <hanyang.tony@bytedance.com>
Wed, 20 Sep 2023 13:27:31 +0000 (20 21:27 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Sep 2023 15:52:59 +0000 (20 08:52 -0700)
tree79df638da1c1a1b1b2e2b4fc850e8fbf141de7ae
parent73876f4861cd3d187a4682290ab75c9dccadbc56
show doc: redirect user to git log manual instead of git diff-tree

While git show accepts options that apply to the git diff-tree command,
some options do not make sense in the context of git show.
The options of git show are handled using the machinery of git log.
The git log manual page is a better place to look into than git diff-tree
for options that are not in the git show manual page.

Signed-off-by: Han Young <hanyang.tony@bytedance.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-show.txt