]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/diff-options.txt
doc/git-log: move "-t" into diff-options list
authorJeff King <peff@peff.net>
Wed, 29 Jul 2020 20:12:10 +0000 (16:12 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Jul 2020 20:44:03 +0000 (13:44 -0700)
commit9a6d515fc38abc36a94228f2b96813e1b07c0059
tree65320de5487e270e5c647e985791654fbfad290f
parent6cea104b2c0266d61fbce7e9ba485dc6d13c0c8f
doc/git-log: move "-t" into diff-options list

The "-t" option is infrequently used; it doesn't deserve a spot near the
top of the options list. Let's push it down into the diff-options
include, near the definition of --raw.

We'll protect it with a git-log ifdef, since it doesn't make any sense
for non-tree diff commands. Note that this means it also shows up in
git-show, but that's a good thing; it applies equally well there.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-options.txt
Documentation/git-log.txt