Revision e3163c75156f1b85e8a778cecfacae63c14dcdbb authored by Tay Ray Chuan on 10 April 2010, 02:50:19 UTC, committed by Junio C Hamano on 10 April 2010, 04:23:10 UTC
 - use "<options>" instead of just "options".
 - use "[<repository> [<refspec>...]]" to indicate that <repository> and
   <refspec> are optional, and that <refspec> cannot be specified
   without specifying <repository>.

Note that when called without specifying <repository> (eg. "git fetch
-f"), it is accurate to say that the "git fetch [<options>]
[<repository> ...]" case takes precedence over "git fetch [<options>]
<group>".

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 4c35f0d
History
File Mode Size
.gitignore -rw-r--r-- 14 bytes
api-allocation-growing.txt -rw-r--r-- 935 bytes
api-builtin.txt -rw-r--r-- 1.9 KB
api-decorate.txt -rw-r--r-- 60 bytes
api-diff.txt -rw-r--r-- 5.2 KB
api-directory-listing.txt -rw-r--r-- 1.9 KB
api-gitattributes.txt -rw-r--r-- 3.0 KB
api-grep.txt -rw-r--r-- 76 bytes
api-hash.txt -rw-r--r-- 1.4 KB
api-history-graph.txt -rw-r--r-- 6.0 KB
api-in-core-index.txt -rw-r--r-- 457 bytes
api-index-skel.txt -rw-r--r-- 443 bytes
api-index.sh -rwxr-xr-x 611 bytes
api-lockfile.txt -rw-r--r-- 2.9 KB
api-object-access.txt -rw-r--r-- 342 bytes
api-parse-options.txt -rw-r--r-- 8.2 KB
api-quote.txt -rw-r--r-- 145 bytes
api-remote.txt -rw-r--r-- 3.3 KB
api-revision-walking.txt -rw-r--r-- 2.3 KB
api-run-command.txt -rw-r--r-- 8.2 KB
api-setup.txt -rw-r--r-- 180 bytes
api-strbuf.txt -rw-r--r-- 8.8 KB
api-string-list.txt -rw-r--r-- 3.9 KB
api-tree-walking.txt -rw-r--r-- 4.2 KB
api-xdiff-interface.txt -rw-r--r-- 139 bytes
pack-format.txt -rw-r--r-- 5.4 KB
pack-heuristics.txt -rw-r--r-- 17.8 KB
pack-protocol.txt -rw-r--r-- 19.0 KB
protocol-capabilities.txt -rw-r--r-- 7.1 KB
protocol-common.txt -rw-r--r-- 2.7 KB
racy-git.txt -rw-r--r-- 8.6 KB
send-pack-pipeline.txt -rw-r--r-- 1.9 KB
shallow.txt -rw-r--r-- 2.0 KB
trivial-merge.txt -rw-r--r-- 4.1 KB

back to top