aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-show-ref.txt
diff options
context:
space:
mode:
authorJohannes Sixt <johannes.sixt@telecom.at>2007-12-17 10:08:23 +0100
committerJunio C Hamano <gitster@pobox.com>2007-12-17 20:49:18 -0800
commitf029427259c97af9ea98358866e1d28974fa4da5 (patch)
tree59078bf718ef08ae76ed80e76769bea3630dbaaf /Documentation/git-show-ref.txt
parent5f48741a5a47643bf1b46ba1d23688f2ef8b1216 (diff)
downloadgit-f029427259c97af9ea98358866e1d28974fa4da5.tar.gz
Clean up documentation that references deprecated 'git peek-remote'.
Now that 'git peek-remote' is deprecated and only an alias for 'git ls-remote', it should not be referenced from other manual pages. This also removes the description of the --exec option, which is no longer present. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-show-ref.txt')
-rw-r--r--Documentation/git-show-ref.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-show-ref.txt b/Documentation/git-show-ref.txt
index 2355aa5e86..7893a50886 100644
--- a/Documentation/git-show-ref.txt
+++ b/Documentation/git-show-ref.txt
@@ -160,7 +160,7 @@ to get a listing of all tags together with what they dereference.
SEE ALSO
--------
-gitlink:git-ls-remote[1], gitlink:git-peek-remote[1]
+gitlink:git-ls-remote[1]
AUTHORS
-------