Skip to content

Commit 56ae8df

Browse files
committed
Manual subsection to refer to other pages is SEE ALSO
Consistently say so in all caps as it is customary to do so. Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 823ea12 commit 56ae8df

18 files changed

+19
-19
lines changed

Documentation/git-add.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ characters that need C-quoting. `core.quotepath` configuration can be
246246
used to work this limitation around to some degree, but backslash,
247247
double-quote and control characters will still have problems.
248248

249-
See Also
249+
SEE ALSO
250250
--------
251251
linkgit:git-status[1]
252252
linkgit:git-rm[1]

Documentation/git-commit-tree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Discussion
8888

8989
include::i18n.txt[]
9090

91-
See Also
91+
SEE ALSO
9292
--------
9393
linkgit:git-write-tree[1]
9494

Documentation/git-format-patch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ as e-mailable patches:
223223
$ git format-patch -3
224224
------------
225225

226-
See Also
226+
SEE ALSO
227227
--------
228228
linkgit:git-am[1], linkgit:git-send-email[1]
229229

Documentation/git-gc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ If you are expecting some objects to be collected and they aren't, check
119119
all of those locations and decide whether it makes sense in your case to
120120
remove those references.
121121

122-
See Also
122+
SEE ALSO
123123
--------
124124
linkgit:git-prune[1]
125125
linkgit:git-reflog[1]

Documentation/git-gui.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ git gui browser maint::
7979
selected in the browser can be viewed with the internal
8080
blame viewer.
8181

82-
See Also
82+
SEE ALSO
8383
--------
84-
'gitk(1)'::
84+
linkgit:gitk[1]::
8585
The git repository browser. Shows branches, commit history
8686
and file differences. gitk is the utility started by
8787
git-gui's Repository Visualize actions.

Documentation/git-ls-files.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ top of the directory tree. A pattern read from a file specified
177177
by --exclude-per-directory is relative to the directory that the
178178
pattern file appears in.
179179

180-
See Also
180+
SEE ALSO
181181
--------
182182
linkgit:git-read-tree[1], linkgit:gitignore[5]
183183

Documentation/git-pack-objects.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Documentation
200200
-------------
201201
Documentation by Junio C Hamano
202202

203-
See Also
203+
SEE ALSO
204204
--------
205205
linkgit:git-rev-list[1]
206206
linkgit:git-repack[1]

Documentation/git-pack-redundant.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Documentation
4646
--------------
4747
Documentation by Lukas Sandström <lukass@etek.chalmers.se>
4848

49-
See Also
49+
SEE ALSO
5050
--------
5151
linkgit:git-pack-objects[1]
5252
linkgit:git-repack[1]

Documentation/git-prune-packed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Documentation
4242
--------------
4343
Documentation by Ryan Anderson <ryan@michonline.com>
4444

45-
See Also
45+
SEE ALSO
4646
--------
4747
linkgit:git-pack-objects[1]
4848
linkgit:git-repack[1]

Documentation/git-prune.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ many other housekeeping tasks.
6666
For a description of which objects are considered for pruning, see
6767
git-fsck's --unreachable option.
6868

69-
See Also
69+
SEE ALSO
7070
--------
7171

7272
linkgit:git-fsck[1],

0 commit comments

Comments
 (0)