Skip to content

Commit 4ec62fa

Browse files
committed
Merge branch 't/d02b882c'
2 parents d02b882 + e75ca46 commit 4ec62fa

File tree

1 file changed

+36
-12
lines changed

1 file changed

+36
-12
lines changed

README.rst

Lines changed: 36 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,18 @@ git-config(1) settings can be used to customize the behavior of git-follow.
5252
</kbd>
5353
</td>
5454
<td>
55-
<span>&nbsp;Diff mode. Options are <var>inline</var> (default), <var>sxs</var>, and <var>colorsxs</var>.</span>
56-
<span>&nbsp;See <a href="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 <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>
66+
</div>
5767
</td>
5868
</tr>
5969
<tr>
@@ -63,8 +73,12 @@ git-config(1) settings can be used to customize the behavior of git-follow.
6373
</kbd>
6474
</td>
6575
<td>
66-
<span>&nbsp;Log format.</span>
67-
<span>&nbsp;See <a href="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 <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>
81+
</div>
6882
</td>
6983
</tr>
7084
<tr>
@@ -74,8 +88,18 @@ git-config(1) settings can be used to customize the behavior of git-follow.
7488
</kbd>
7589
</td>
7690
<td>
77-
<span>&nbsp;Disable pager. Options are <var>true</var> or <var>false</var>. Defaults to <var>false</var>.</span>
78-
<span>&nbsp;See <a href="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>
93+
</div>
94+
<div>
95+
<span>Values: <code>true</code>, <code>false</code></span>
96+
</div>
97+
<div>
98+
<span>Default: <code>false</code></span>
99+
</div>
100+
<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>
102+
</div>
79103
</td>
80104
</tr>
81105
</tbody>
@@ -120,7 +144,7 @@ Options can be specified to provide more refined information. If no options are
120144
</td>
121145
<td>
122146
<span>Show commits for function <var>&lt;FUNCNAME&gt;.</span>
123-
<span>See <a href="https://git-scm.com/docs/git-log#git-log--Lltfuncnamegtltfilegt" target="_blank"><var>-L</var></a> of git-log(1).</span>
147+
<span>See <a href="https://git-scm.com/docs/git-log#git-log--Lltfuncnamegtltfilegt"><var>-L</var></a> of git-log(1).</span>
124148
</td>
125149
</tr>
126150
<tr>
@@ -153,7 +177,7 @@ Options can be specified to provide more refined information. If no options are
153177
</td>
154178
<td>
155179
<span>Show commits which have a maximum of one parent.</span>
156-
<span>See <a href="https://git-scm.com/docs/git-log#git-log---no-merges" target="_blank"><var>--no-merges</var></a> of git-log(1).</span>
180+
<span>See <a href="https://git-scm.com/docs/git-log#git-log---no-merges"><var>--no-merges</var></a> of git-log(1).</span>
157181
</td>
158182
</tr>
159183
<tr>
@@ -164,7 +188,7 @@ Options can be specified to provide more refined information. If no options are
164188
</td>
165189
<td>
166190
<span>Suppress diff output.</span>
167-
<span>See <a href="https://git-scm.com/docs/git-log#git-log---no-patch" target="_blank"><var>--no-patch</var></a> of git-log(1).</span>
191+
<span>See <a href="https://git-scm.com/docs/git-log#git-log---no-patch"><var>--no-patch</var></a> of git-log(1).</span>
168192
</td>
169193
</tr>
170194
<tr>
@@ -175,7 +199,7 @@ Options can be specified to provide more refined information. If no options are
175199
</td>
176200
<td>
177201
<span>Disable rename detection.</span>
178-
<span>See <a href="https://git-scm.com/docs/git-log#git-log---no-renames" target="_blank"><var>--no-renames</var></a> of git-log(1).</span>
202+
<span>See <a href="https://git-scm.com/docs/git-log#git-log---no-renames"><var>--no-renames</var></a> of git-log(1).</span>
179203
</td>
180204
</tr>
181205
<tr>
@@ -197,7 +221,7 @@ Options can be specified to provide more refined information. If no options are
197221
</td>
198222
<td>
199223
<span>Show commits which change the # of occurrences of <var>&lt;STRING&gt;</var></span>
200-
<span>See <a href="https://git-scm.com/docs/git-log#git-log--Sltstringgt" target="_blank"><var>-S</var></a> of git-log(1).</span>
224+
<span>See <a href="https://git-scm.com/docs/git-log#git-log--Sltstringgt"><var>-S</var></a> of git-log(1).</span>
201225
</td>
202226
</tr>
203227
<tr>
@@ -219,7 +243,7 @@ Options can be specified to provide more refined information. If no options are
219243
</td>
220244
<td>
221245
<span>Show commits in reverse chronological order.</span>
222-
<span>See <a href="https://git-scm.com/docs/git-log#git-log---walk-reflogs" target="_blank"><var>--walk-reflogs</var></a> of git-log(1).</span>
246+
<span>See <a href="https://git-scm.com/docs/git-log#git-log---walk-reflogs"><var>--walk-reflogs</var></a> of git-log(1).</span>
223247
</td>
224248
</tr>
225249
<tr>

0 commit comments

Comments
 (0)