Browse Source

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>
maint
Junio C Hamano 17 years ago
parent
commit
56ae8df5c7
  1. 2
      Documentation/git-add.txt
  2. 2
      Documentation/git-commit-tree.txt
  3. 2
      Documentation/git-format-patch.txt
  4. 2
      Documentation/git-gc.txt
  5. 4
      Documentation/git-gui.txt
  6. 2
      Documentation/git-ls-files.txt
  7. 2
      Documentation/git-pack-objects.txt
  8. 2
      Documentation/git-pack-redundant.txt
  9. 2
      Documentation/git-prune-packed.txt
  10. 2
      Documentation/git-prune.txt
  11. 2
      Documentation/git-read-tree.txt
  12. 2
      Documentation/git-remote.txt
  13. 2
      Documentation/git-repack.txt
  14. 2
      Documentation/git-rm.txt
  15. 2
      Documentation/git-status.txt
  16. 2
      Documentation/git-update-index.txt
  17. 2
      Documentation/git-var.txt
  18. 2
      Documentation/gitk.txt

2
Documentation/git-add.txt

@ -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, used to work this limitation around to some degree, but backslash,
double-quote and control characters will still have problems. double-quote and control characters will still have problems.


See Also SEE ALSO
-------- --------
linkgit:git-status[1] linkgit:git-status[1]
linkgit:git-rm[1] linkgit:git-rm[1]

2
Documentation/git-commit-tree.txt

@ -88,7 +88,7 @@ Discussion


include::i18n.txt[] include::i18n.txt[]


See Also SEE ALSO
-------- --------
linkgit:git-write-tree[1] linkgit:git-write-tree[1]



2
Documentation/git-format-patch.txt

@ -223,7 +223,7 @@ as e-mailable patches:
$ git format-patch -3 $ git format-patch -3
------------ ------------


See Also SEE ALSO
-------- --------
linkgit:git-am[1], linkgit:git-send-email[1] linkgit:git-am[1], linkgit:git-send-email[1]



2
Documentation/git-gc.txt

@ -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 all of those locations and decide whether it makes sense in your case to
remove those references. remove those references.


See Also SEE ALSO
-------- --------
linkgit:git-prune[1] linkgit:git-prune[1]
linkgit:git-reflog[1] linkgit:git-reflog[1]

4
Documentation/git-gui.txt

@ -79,9 +79,9 @@ git gui browser maint::
selected in the browser can be viewed with the internal selected in the browser can be viewed with the internal
blame viewer. blame viewer.


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

2
Documentation/git-ls-files.txt

@ -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 by --exclude-per-directory is relative to the directory that the
pattern file appears in. pattern file appears in.


See Also SEE ALSO
-------- --------
linkgit:git-read-tree[1], linkgit:gitignore[5] linkgit:git-read-tree[1], linkgit:gitignore[5]



2
Documentation/git-pack-objects.txt

@ -200,7 +200,7 @@ Documentation
------------- -------------
Documentation by Junio C Hamano Documentation by Junio C Hamano


See Also SEE ALSO
-------- --------
linkgit:git-rev-list[1] linkgit:git-rev-list[1]
linkgit:git-repack[1] linkgit:git-repack[1]

2
Documentation/git-pack-redundant.txt

@ -46,7 +46,7 @@ Documentation
-------------- --------------
Documentation by Lukas Sandström <lukass@etek.chalmers.se> Documentation by Lukas Sandström <lukass@etek.chalmers.se>


See Also SEE ALSO
-------- --------
linkgit:git-pack-objects[1] linkgit:git-pack-objects[1]
linkgit:git-repack[1] linkgit:git-repack[1]

2
Documentation/git-prune-packed.txt

@ -42,7 +42,7 @@ Documentation
-------------- --------------
Documentation by Ryan Anderson <ryan@michonline.com> Documentation by Ryan Anderson <ryan@michonline.com>


See Also SEE ALSO
-------- --------
linkgit:git-pack-objects[1] linkgit:git-pack-objects[1]
linkgit:git-repack[1] linkgit:git-repack[1]

2
Documentation/git-prune.txt

@ -66,7 +66,7 @@ many other housekeeping tasks.
For a description of which objects are considered for pruning, see For a description of which objects are considered for pruning, see
git-fsck's --unreachable option. git-fsck's --unreachable option.


See Also SEE ALSO
-------- --------


linkgit:git-fsck[1], linkgit:git-fsck[1],

2
Documentation/git-read-tree.txt

@ -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. 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:git-write-tree[1]; linkgit:git-ls-files[1];
linkgit:gitignore[5] linkgit:gitignore[5]

2
Documentation/git-remote.txt

@ -128,7 +128,7 @@ $ git merge origin
------------ ------------




See Also SEE ALSO
-------- --------
linkgit:git-fetch[1] linkgit:git-fetch[1]
linkgit:git-branch[1] linkgit:git-branch[1]

2
Documentation/git-repack.txt

@ -122,7 +122,7 @@ Documentation
-------------- --------------
Documentation by Ryan Anderson <ryan@michonline.com> Documentation by Ryan Anderson <ryan@michonline.com>


See Also SEE ALSO
-------- --------
linkgit:git-pack-objects[1] linkgit:git-pack-objects[1]
linkgit:git-prune-packed[1] linkgit:git-prune-packed[1]

2
Documentation/git-rm.txt

@ -93,7 +93,7 @@ git-rm -f git-*.sh::
(i.e. you are listing the files explicitly), it (i.e. you are listing the files explicitly), it
does not remove `subdir/git-foo.sh`. does not remove `subdir/git-foo.sh`.


See Also SEE ALSO
-------- --------
linkgit:git-add[1] linkgit:git-add[1]



2
Documentation/git-status.txt

@ -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 summary of commits for modified submodules will be shown (see --summary-limit
option of linkgit:git-submodule[1]). option of linkgit:git-submodule[1]).


See Also SEE ALSO
-------- --------
linkgit:gitignore[5] linkgit:gitignore[5]



2
Documentation/git-update-index.txt

@ -312,7 +312,7 @@ The command looks at `core.ignorestat` configuration variable. See
'Using "assume unchanged" bit' section above. 'Using "assume unchanged" bit' section above.




See Also SEE ALSO
-------- --------
linkgit:git-config[1], linkgit:git-config[1],
linkgit:git-add[1] linkgit:git-add[1]

2
Documentation/git-var.txt

@ -45,7 +45,7 @@ Your parents must have hated you!::
Your sysadmin must hate you!:: Your sysadmin must hate you!::
The password(5) name field is longer than a giant static buffer. The password(5) name field is longer than a giant static buffer.


See Also SEE ALSO
-------- --------
linkgit:git-commit-tree[1] linkgit:git-commit-tree[1]
linkgit:git-tag[1] linkgit:git-tag[1]

2
Documentation/gitk.txt

@ -85,7 +85,7 @@ Files
Gitk creates the .gitk file in your $HOME directory to store preferences Gitk creates the .gitk file in your $HOME directory to store preferences
such as display options, font, and colors. such as display options, font, and colors.


See Also SEE ALSO
-------- --------
'qgit(1)':: 'qgit(1)'::
A repository browser written in C++ using Qt. A repository browser written in C++ using Qt.

Loading…
Cancel
Save