summaryrefslogtreecommitdiffstats
path: root/fetch-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-04-27 08:22:22 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-04-27 08:22:22 +0000
commit9882a5200fb6c505c213d9fd3d9d664e2b14f983 (patch)
treef48ba598fbb8c92b5a16c9846d6e860eb543e69c /fetch-options.txt
parent45889b44baad996378f334ac546f4cf08147fff6 (diff)
downloadgit-htmldocs-9882a5200fb6c505c213d9fd3d9d664e2b14f983.tar.gz
Autogenerated HTML docs for v1.5.2-rc0-71-g4342
Diffstat (limited to 'fetch-options.txt')
-rw-r--r--fetch-options.txt17
1 files changed, 12 insertions, 5 deletions
diff --git a/fetch-options.txt b/fetch-options.txt
index 5b4d184a7..bdc7332c7 100644
--- a/fetch-options.txt
+++ b/fetch-options.txt
@@ -1,13 +1,20 @@
+-q, \--quiet::
+ Pass --quiet to git-fetch-pack and silence any other internally
+ used programs.
+
+-v, \--verbose::
+ Be verbose.
+
-a, \--append::
Append ref names and object names of fetched refs to the
existing contents of `.git/FETCH_HEAD`. Without this
option old data in `.git/FETCH_HEAD` will be overwritten.
\--upload-pack <upload-pack>::
- When given, and the repository to fetch from is handled
- by 'git-fetch-pack', '--exec=<upload-pack>' is passed to
- the command to specify non-default path for the command
- run on the other end.
+ When given, and the repository to fetch from is handled
+ by 'git-fetch-pack', '--exec=<upload-pack>' is passed to
+ the command to specify non-default path for the command
+ run on the other end.
-f, \--force::
When `git-fetch` is used with `<rbranch>:<lbranch>`
@@ -16,7 +23,7 @@
fetches is a descendant of `<lbranch>`. This option
overrides that check.
-\--no-tags::
+-n, \--no-tags::
By default, `git-fetch` fetches tags that point at
objects that are downloaded from the remote repository
and stores them locally. This option disables this