diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-06-30 11:17:19 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-30 11:17:19 -0700 |
commit | 90c88a698e8bf36ff5812a177f8b6c2f878f229c (patch) | |
tree | 9ec632350aa0d4abb989a274dbe8145d3bc234f4 /Documentation/git-remote.txt | |
parent | 72bb989d6e15f1ff443454b5836358ced1dc5bea (diff) | |
parent | 206488774238c94ff337dd5c997be441dbde5112 (diff) | |
download | git-90c88a698e8bf36ff5812a177f8b6c2f878f229c.tar.gz |
Merge branch 'maint'
* maint:
Correct the name of NO_R_TO_GCC_LINKER in the comment describing it.
git-remote: document -n
repack: improve documentation on -a option
Diffstat (limited to 'Documentation/git-remote.txt')
-rw-r--r-- | Documentation/git-remote.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index ab232c2f68..61a6022ce8 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 <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':: |