File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ each commit introduces are shown.
23
23
OPTIONS
24
24
-------
25
25
26
- :git-log: 1
27
- include::diff-options.txt[]
28
-
29
26
-<n>::
30
27
Limits the number of commits to show.
31
28
@@ -36,6 +33,10 @@ include::diff-options.txt[]
36
33
For a more complete list of ways to spell <since>
37
34
and <until>, see linkgit:gitrevisions[1].
38
35
36
+ --follow::
37
+ Continue listing the history of a file beyond renames
38
+ (works only for a single file).
39
+
39
40
--no-decorate::
40
41
--decorate[=short|full|no]::
41
42
Print out the ref names of any commits that are shown. If 'short' is
@@ -55,9 +56,6 @@ include::diff-options.txt[]
55
56
the specified paths; this means that "<path>..." limits only
56
57
commits, and doesn't limit diff for those commits.
57
58
58
- --follow::
59
- Continue listing the history of a file beyond renames/copies.
60
-
61
59
--log-size::
62
60
Before the log message print out its size in bytes. Intended
63
61
mainly for porcelain tools consumption. If git is unable to
@@ -71,6 +69,11 @@ include::diff-options.txt[]
71
69
to be prefixed with "\-- " to separate them from options or
72
70
refnames.
73
71
72
+ Common diff options
73
+ ~~~~~~~~~~~~~~~~~~~
74
+
75
+ :git-log: 1
76
+ include::diff-options.txt[]
74
77
75
78
include::rev-list-options.txt[]
76
79
You can’t perform that action at this time.
0 commit comments