summaryrefslogtreecommitdiffstats
path: root/git-remote.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-07-01 06:34:30 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-07-01 06:34:30 +0000
commit401939fd1dcf4d2133a48e99c390eb3b2f04f9ea (patch)
tree42ccd9a58fd1675b14c322144132533ac3a162f1 /git-remote.txt
parent6865ebddea4414b3205b81a20e77543a4865e31f (diff)
downloadgit-htmldocs-401939fd1dcf4d2133a48e99c390eb3b2f04f9ea.tar.gz
Autogenerated HTML docs for v1.5.2.2-619-g06f59
Diffstat (limited to 'git-remote.txt')
-rw-r--r--git-remote.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/git-remote.txt b/git-remote.txt
index ab232c2f6..61a6022ce 100644
--- a/git-remote.txt
+++ b/git-remote.txt
@@ -49,6 +49,9 @@ branch the `HEAD` at the remote repository actually points at.
'show'::
Gives some information about the remote <name>.
++
+With `-n` option, the remote heads are not queried first with
+`git ls-remote <name>`; cached information is used instead.
'prune'::
@@ -56,6 +59,10 @@ Deletes all stale tracking branches under <name>.
These stale branches have already been removed from the remote repository
referenced by <name>, but are still locally available in
"remotes/<name>".
++
+With `-n` option, the remote heads are not confirmed first with `git
+ls-remote <name>`; cached information is used instead. Use with
+caution.
'update'::