diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-05-28 16:55:27 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-28 16:59:40 -0700 |
commit | 56ae8df5c7b05ee8982c9447fa31116104dc568f (patch) | |
tree | 3a463f201c1c1c66bde7b1b90a8dae634ff62c32 /Documentation/git-gc.txt | |
parent | 823ea1211ca48afc229c84fcc06f66a87fa78303 (diff) | |
download | git-56ae8df5c7b05ee8982c9447fa31116104dc568f.tar.gz git-56ae8df5c7b05ee8982c9447fa31116104dc568f.tar.xz |
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>
Diffstat (limited to 'Documentation/git-gc.txt')
-rw-r--r-- | Documentation/git-gc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt index b6b5ce151..f4097007f 100644 --- a/Documentation/git-gc.txt +++ b/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 remove those references. -See Also +SEE ALSO -------- linkgit:git-prune[1] linkgit:git-reflog[1] |