]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Manual subsection to refer to other pages is SEE ALSO
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 May 2008 23:55:27 +0000 (16:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 May 2008 23:59:40 +0000 (16:59 -0700)
Consistently say so in all caps as it is customary to do so.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
18 files changed:
Documentation/git-add.txt
Documentation/git-commit-tree.txt
Documentation/git-format-patch.txt
Documentation/git-gc.txt
Documentation/git-gui.txt
Documentation/git-ls-files.txt
Documentation/git-pack-objects.txt
Documentation/git-pack-redundant.txt
Documentation/git-prune-packed.txt
Documentation/git-prune.txt
Documentation/git-read-tree.txt
Documentation/git-remote.txt
Documentation/git-repack.txt
Documentation/git-rm.txt
Documentation/git-status.txt
Documentation/git-update-index.txt
Documentation/git-var.txt
Documentation/gitk.txt

index bb4abe26bb5d12916e8f396e3b94573f42e37a29..1afd0c69ed823f419f52951c3c02dcc50f1a44d1 100644 (file)
@@ -246,7 +246,7 @@ characters that need C-quoting.  `core.quotepath` configuration can be
 used to work this limitation around to some degree, but backslash,
 double-quote and control characters will still have problems.
 
-See Also
+SEE ALSO
 --------
 linkgit:git-status[1]
 linkgit:git-rm[1]
index 170803a6d0ce2e37a3d2bea8199ec7fb5308b261..700840d41fad963cca14ea00052dae341788ab92 100644 (file)
@@ -88,7 +88,7 @@ Discussion
 
 include::i18n.txt[]
 
-See Also
+SEE ALSO
 --------
 linkgit:git-write-tree[1]
 
index c60ce123ec745e1903da0b5ab50e4efabeeb5dc3..fefcd269c6658903f892a3356431599790a0f844 100644 (file)
@@ -223,7 +223,7 @@ as e-mailable patches:
 $ git format-patch -3
 ------------
 
-See Also
+SEE ALSO
 --------
 linkgit:git-am[1], linkgit:git-send-email[1]
 
index b6b5ce15199ebfa8f92bff8586d04e502aa23b86..f4097007ff3a2b0a2fe915a1078df96ba7f9e49a 100644 (file)
@@ -119,7 +119,7 @@ If you are expecting some objects to be collected and they aren't, check
 all of those locations and decide whether it makes sense in your case to
 remove those references.
 
-See Also
+SEE ALSO
 --------
 linkgit:git-prune[1]
 linkgit:git-reflog[1]
index 6d6cd5d87c70a29445601939ef43a2e1278264ff..bd5fe67b32f396ed53e11370d6e8d35819d049d4 100644 (file)
@@ -79,9 +79,9 @@ git gui browser maint::
        selected in the browser can be viewed with the internal
        blame viewer.
 
-See Also
+SEE ALSO
 --------
-'gitk(1)'::
+linkgit:gitk[1]::
        The git repository browser.  Shows branches, commit history
        and file differences.  gitk is the utility started by
        git-gui's Repository Visualize actions.
index da9ebf405c4e7bf18f60c9df34c40037c40091ba..4be45b001a0794b7955b9a4c1848c41dbea26e27 100644 (file)
@@ -177,7 +177,7 @@ top of the directory tree.  A pattern read from a file specified
 by --exclude-per-directory is relative to the directory that the
 pattern file appears in.
 
-See Also
+SEE ALSO
 --------
 linkgit:git-read-tree[1], linkgit:gitignore[5]
 
index 3a1be08186e9c87e5e3db5922a31b3f3f5aafdd7..35d1856b55edc9feb87eb162a56ffd7c9fe15f2f 100644 (file)
@@ -200,7 +200,7 @@ Documentation
 -------------
 Documentation by Junio C Hamano
 
-See Also
+SEE ALSO
 --------
 linkgit:git-rev-list[1]
 linkgit:git-repack[1]
index af4aa4a2e568f3fdc9be797b9e6a6a49858e091e..c7bc7b33625d6d8f11826a95046375a25e8e82e2 100644 (file)
@@ -46,7 +46,7 @@ Documentation
 --------------
 Documentation by Lukas Sandström <lukass@etek.chalmers.se>
 
-See Also
+SEE ALSO
 --------
 linkgit:git-pack-objects[1]
 linkgit:git-repack[1]
index 93ee82ae57ed408969117229283e0c06cb1e9ef9..3219eb3ddc4b81291081c8bce2f78e70b608303a 100644 (file)
@@ -42,7 +42,7 @@ Documentation
 --------------
 Documentation by Ryan Anderson <ryan@michonline.com>
 
-See Also
+SEE ALSO
 --------
 linkgit:git-pack-objects[1]
 linkgit:git-repack[1]
index 3178bc44ca4640e77a799128c9de631168e40c8a..82a03e3766651f5e85c2157085e80bdcd2c12056 100644 (file)
@@ -66,7 +66,7 @@ many other housekeeping tasks.
 For a description of which objects are considered for pruning, see
 git-fsck's --unreachable option.
 
-See Also
+SEE ALSO
 --------
 
 linkgit:git-fsck[1],
index 8421d1fd78f245f6a80a04c880c455ca8bae0eed..2e097a140c3e09375bd851d73f2680800745e187 100644 (file)
@@ -345,7 +345,7 @@ middle of doing, and when your working tree is ready (i.e. you
 have finished your work-in-progress), attempt the merge again.
 
 
-See Also
+SEE ALSO
 --------
 linkgit:git-write-tree[1]; linkgit:git-ls-files[1];
 linkgit:gitignore[5]
index b20e851973ae6ae1cee17b76f3002f77cd3a3329..5c55290ee59ec071c5514401aa5e3073da09c8cb 100644 (file)
@@ -128,7 +128,7 @@ $ git merge origin
 ------------
 
 
-See Also
+SEE ALSO
 --------
 linkgit:git-fetch[1]
 linkgit:git-branch[1]
index f81a6607dec7bbe9c985106770ecae8b5f01f3c0..ef578f0f8b1280f8acd9de4048633be4edbbbe8e 100644 (file)
@@ -122,7 +122,7 @@ Documentation
 --------------
 Documentation by Ryan Anderson <ryan@michonline.com>
 
-See Also
+SEE ALSO
 --------
 linkgit:git-pack-objects[1]
 linkgit:git-prune-packed[1]
index 9c81b72dbebfec9b77128fb58d5aab33a143d594..6481f4ae5211b1c460299673a281a69e3f59c7f8 100644 (file)
@@ -93,7 +93,7 @@ git-rm -f git-*.sh::
        (i.e. you are listing the files explicitly), it
        does not remove `subdir/git-foo.sh`.
 
-See Also
+SEE ALSO
 --------
 linkgit:git-add[1]
 
index ea4376a17f17eb2658bdf5d7faad1bd091a4de0e..057e2a167e3769d7f03fcfe0208a5c80a6c5ea10 100644 (file)
@@ -57,7 +57,7 @@ to -1 or an unlimited number), the submodule summary will be enabled and a
 summary of commits for modified submodules will be shown (see --summary-limit
 option of linkgit:git-submodule[1]).
 
-See Also
+SEE ALSO
 --------
 linkgit:gitignore[5]
 
index 06640603c4b2cbd3f1825f33706544db8cbfe492..77d312adcad74955186f70ba13048ea21a7b1dbc 100644 (file)
@@ -312,7 +312,7 @@ The command looks at `core.ignorestat` configuration variable.  See
 'Using "assume unchanged" bit' section above.
 
 
-See Also
+SEE ALSO
 --------
 linkgit:git-config[1],
 linkgit:git-add[1]
index 2980283905ad1f359dbc790dfe87b5803a0b608f..242a1d9bb632f848ffaaa5ad2476584313e05412 100644 (file)
@@ -45,7 +45,7 @@ Your parents must have hated you!::
 Your sysadmin must hate you!::
     The password(5) name field is longer than a giant static buffer.
 
-See Also
+SEE ALSO
 --------
 linkgit:git-commit-tree[1]
 linkgit:git-tag[1]
index 50d12da89fca37b60a024aeb2ac6de9cb2daf001..b88fd9566a845ed888065af24ab98934b8dc65c3 100644 (file)
@@ -85,7 +85,7 @@ Files
 Gitk creates the .gitk file in your $HOME directory to store preferences
 such as display options, font, and colors.
 
-See Also
+SEE ALSO
 --------
 'qgit(1)'::
        A repository browser written in C++ using Qt.