From 181ea688b83d3b46b9d0e55f1db0123332611db6 Mon Sep 17 00:00:00 2001 From: Sam Vilain Date: Sat, 30 Jun 2007 20:56:16 +1200 Subject: [PATCH] git-remote: document -n The 'show' and 'prune' commands accept an option '-n'; document what it does. Signed-off-by: Sam Vilain Signed-off-by: Junio C Hamano --- Documentation/git-remote.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index 3dde7134a5..b35c65ba3b 100644 --- a/Documentation/git-remote.txt +++ b/Documentation/git-remote.txt @@ -49,6 +49,9 @@ branch the `HEAD` at the remote repository actually points at. 'show':: Gives some information about the remote . ++ +With `-n` option, the remote heads are not queried first with +`git ls-remote `; cached information is used instead. 'prune':: @@ -56,6 +59,10 @@ Deletes all stale tracking branches under . These stale branches have already been removed from the remote repository referenced by , but are still locally available in "remotes/". ++ +With `-n` option, the remote heads are not confirmed first with `git +ls-remote `; cached information is used instead. Use with +caution. 'update':: -- GitLab