]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc/git-log: drop "-r" diff option
authorJeff King <peff@peff.net>
Wed, 29 Jul 2020 20:11:27 +0000 (16:11 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Jul 2020 20:44:03 +0000 (13:44 -0700)
This has been the default since 170c04383b (Porcelain level "log" family
should recurse when diffing., 2007-08-27). There's not even a way to
turn it off, so you'd never even want "-r" to override that.

It's not the default for plumbing like diff-tree, of course, but the
option is documented separately there.

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

index fb3998d8e083cf92ff713ec19ead4e927ef99305..2cbe636b2b29d0db7177d595f13edc698830336a 100644 (file)
@@ -146,11 +146,8 @@ below can be used to show the changes made by each commit.
        in that case, the output represents the changes the merge
        brought _into_ the then-current branch.
 
--r::
-       Show recursive diffs.
-
 -t::
-       Show the tree objects in the diff output. This implies `-r`.
+       Show the tree objects in the diff output.
 
 :git-log: 1
 include::diff-options.txt[]