Skip to content

Commit c5af004

Browse files
committed
Merge branch 't/4ec62fa6'
2 parents 4ec62fa + be48dc9 commit c5af004

File tree

1 file changed

+41
-6
lines changed

1 file changed

+41
-6
lines changed

README.rst

Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ git-config(1) settings can be used to customize the behavior of git-follow.
4444

4545
<blockquote>
4646
<table frame="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>
4755
<tbody valign="top">
4856
<tr>
4957
<td>
@@ -56,13 +64,23 @@ git-config(1) settings can be used to customize the behavior of git-follow.
5664
<span>Diff mode to use with git-diff(1), git-log(1), etc.</span>
5765
</div>
5866
<div>
59-
<span>Values: <code>inline</code>, <code>sxs</code>, and <code>colorsxs</code>.</span>
67+
<span>See <a href="https://git-scm.com/docs/git-log#Documentation/git-log.txt---word-diffltmodegt"><var>--word-diff</var></a> of git-log(1).</span>
6068
</div>
69+
</td>
70+
<td>
6171
<div>
62-
<span>Default: <code>inline</code></span>
72+
<code>inline</code>
6373
</div>
6474
<div>
65-
<span>See <a href="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>
6684
</div>
6785
</td>
6886
</tr>
@@ -80,6 +98,16 @@ git-config(1) settings can be used to customize the behavior of git-follow.
8098
<span>See <a href="https://git-scm.com/docs/git-log#Documentation/git-log.txt---formatltformatgt"><var>--format</var></a> of git-log(1) for syntax.</span>
8199
</div>
82100
</td>
101+
<td>
102+
<div>
103+
<span>-</span>
104+
</div>
105+
</td>
106+
<td>
107+
<div>
108+
<span>-</span>
109+
</div>
110+
</td>
83111
</tr>
84112
<tr>
85113
<td>
@@ -92,13 +120,20 @@ git-config(1) settings can be used to customize the behavior of git-follow.
92120
<span>Disable pager used with git-diff(1), git-log(1), etc.</span>
93121
</div>
94122
<div>
95-
<span>Values: <code>true</code>, <code>false</code></span>
123+
<span>See <a href="https://git-scm.com/docs/git#Documentation/git.txt---no-pager"><var>--no-pager</var></a> of git(1).</span>
124+
</div>
125+
</td>
126+
<td>
127+
<div>
128+
<code>true</code>
96129
</div>
97130
<div>
98-
<span>Default: <code>false</code></span>
131+
<code>false</code>
99132
</div>
133+
</td>
134+
<td>
100135
<div>
101-
<span>See <a href="https://git-scm.com/docs/git#Documentation/git.txt---no-pager"><var>--no-pager</var></a> of git(1).</span>
136+
<code>false</code>
102137
</div>
103138
</td>
104139
</tr>

0 commit comments

Comments
 (0)