From: Sam Vilain Date: Sat, 30 Jun 2007 08:56:16 +0000 (+1200) Subject: git-remote: document -n X-Git-Tag: v1.5.2.3~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=181ea688b83d3b46b9d0e55f1db0123332611db6;p=git.git 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 --- diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index 3dde7134a..b35c65ba3 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'::