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
+41-6Lines changed: 41 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,14 @@ git-config(1) settings can be used to customize the behavior of git-follow.
44
44
45
45
<blockquote>
46
46
<tableframe="void"rules="none">
47
+
<thead>
48
+
<tr>
49
+
<th>Configuration</th>
50
+
<th>Description</th>
51
+
<th>Settings</th>
52
+
<th>Default</th>
53
+
</tr>
54
+
</thead>
47
55
<tbodyvalign="top">
48
56
<tr>
49
57
<td>
@@ -56,13 +64,23 @@ git-config(1) settings can be used to customize the behavior of git-follow.
56
64
<span>Diff mode to use with git-diff(1), git-log(1), etc.</span>
57
65
</div>
58
66
<div>
59
-
<span>Values: <code>inline</code>, <code>sxs</code>, and <code>colorsxs</code>.</span>
67
+
<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>
60
68
</div>
69
+
</td>
70
+
<td>
61
71
<div>
62
-
<span>Default: <code>inline</code></span>
72
+
<code>inline</code>
63
73
</div>
64
74
<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>
75
+
<code>sxs</code>
76
+
</div>
77
+
<div>
78
+
<code>colorsxs</code>
79
+
</div>
80
+
</td>
81
+
<td>
82
+
<div>
83
+
<code>inline</code>
66
84
</div>
67
85
</td>
68
86
</tr>
@@ -80,6 +98,16 @@ git-config(1) settings can be used to customize the behavior of git-follow.
80
98
<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
99
</div>
82
100
</td>
101
+
<td>
102
+
<div>
103
+
<span>-</span>
104
+
</div>
105
+
</td>
106
+
<td>
107
+
<div>
108
+
<span>-</span>
109
+
</div>
110
+
</td>
83
111
</tr>
84
112
<tr>
85
113
<td>
@@ -92,13 +120,20 @@ git-config(1) settings can be used to customize the behavior of git-follow.
92
120
<span>Disable pager used with git-diff(1), git-log(1), etc.</span>
0 commit comments