Skip to content

Commit 6cea104

Browse files
peffgitster
authored andcommitted
doc/git-log: drop "-r" diff option
This has been the default since 170c043 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6f2e02a commit 6cea104

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Documentation/git-log.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,8 @@ below can be used to show the changes made by each commit.
146146
in that case, the output represents the changes the merge
147147
brought _into_ the then-current branch.
148148

149-
-r::
150-
Show recursive diffs.
151-
152149
-t::
153-
Show the tree objects in the diff output. This implies `-r`.
150+
Show the tree objects in the diff output.
154151

155152
:git-log: 1
156153
include::diff-options.txt[]

0 commit comments

Comments
 (0)