You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+36-12Lines changed: 36 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,18 @@ git-config(1) settings can be used to customize the behavior of git-follow.
52
52
</kbd>
53
53
</td>
54
54
<td>
55
-
<span> Diff mode. Options are <var>inline</var> (default), <var>sxs</var>, and <var>colorsxs</var>.</span>
56
-
<span> See <ahref="https://git-scm.com/docs/git-log#git-log---word-diffltmodegt"target="_blank"><var>--word-diff</var></a> of git-log(1).</span>
55
+
<div>
56
+
<span>Diff mode to use with git-diff(1), git-log(1), etc.</span>
57
+
</div>
58
+
<div>
59
+
<span>Values: <code>inline</code>, <code>sxs</code>, and <code>colorsxs</code>.</span>
60
+
</div>
61
+
<div>
62
+
<span>Default: <code>inline</code></span>
63
+
</div>
64
+
<div>
65
+
<span>See <ahref="https://git-scm.com/docs/git-log#Documentation/git-log.txt---word-diffltmodegt"><var>--word-diff</var></a> of git-log(1).</span>
66
+
</div>
57
67
</td>
58
68
</tr>
59
69
<tr>
@@ -63,8 +73,12 @@ git-config(1) settings can be used to customize the behavior of git-follow.
63
73
</kbd>
64
74
</td>
65
75
<td>
66
-
<span> Log format.</span>
67
-
<span> See <ahref="https://git-scm.com/docs/git-log#git-log---formatltformatgt"target="_blank"><var>--format</var></a> of git-log(1) for syntax.</span>
76
+
<div>
77
+
<span>Log format to use with git-log(1).</span>
78
+
</div>
79
+
<div>
80
+
<span>See <ahref="https://git-scm.com/docs/git-log#Documentation/git-log.txt---formatltformatgt"><var>--format</var></a> of git-log(1) for syntax.</span>
81
+
</div>
68
82
</td>
69
83
</tr>
70
84
<tr>
@@ -74,8 +88,18 @@ git-config(1) settings can be used to customize the behavior of git-follow.
74
88
</kbd>
75
89
</td>
76
90
<td>
77
-
<span> Disable pager. Options are <var>true</var> or <var>false</var>. Defaults to <var>false</var>.</span>
78
-
<span> See <ahref="https://git-scm.com/docs/git#git---no-pager"target="_blank"><var>--no-pager</var></a> of git(1).</span>
91
+
<div>
92
+
<span>Disable pager used with git-diff(1), git-log(1), etc.</span>
0 commit comments