diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-10-21 16:26:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-10-21 16:26:42 -0700 |
commit | f7bff60de95951d2c82601350cb3771b347e83ee (patch) | |
tree | 5c0e747a86d4990b4e5b7176cec670de620dabe8 /Documentation/git-bundle.txt | |
parent | 75a2f301676aefb85c4f67da613cad2405e77927 (diff) | |
parent | d0bb13663000be47d83cbe53b6c4bdc8835625cb (diff) | |
download | git-f7bff60de95951d2c82601350cb3771b347e83ee.tar.gz |
Merge branch 'sn/doc-opt-notation' into maint
* sn/doc-opt-notation:
Fix {update,checkout}-index usage strings
Put a space between `<' and argument in pack-objects usage string
Remove stray quotes in --pretty and --format documentation
Use parentheses and `...' where appropriate
Fix odd markup in --diff-filter documentation
Use angles for placeholders consistently
Diffstat (limited to 'Documentation/git-bundle.txt')
-rw-r--r-- | Documentation/git-bundle.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-bundle.txt b/Documentation/git-bundle.txt index 38e59afb34..6266a3a602 100644 --- a/Documentation/git-bundle.txt +++ b/Documentation/git-bundle.txt @@ -11,8 +11,8 @@ SYNOPSIS [verse] 'git bundle' create <file> <git-rev-list-args> 'git bundle' verify <file> -'git bundle' list-heads <file> [refname...] -'git bundle' unbundle <file> [refname...] +'git bundle' list-heads <file> [<refname>...] +'git bundle' unbundle <file> [<refname>...] DESCRIPTION ----------- @@ -68,7 +68,7 @@ unbundle <file>:: packaged. -[refname...]:: +[<refname>...]:: A list of references used to limit the references reported as available. This is principally of use to 'git fetch', which expects to receive only those references asked for and not |