diff options
author | Štěpán Němec <stepan.nemec@gmail.com> | 2010-10-08 19:31:17 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-10-08 12:31:07 -0700 |
commit | 0adda9362ab080b0994355c5a3183a896a606cc0 (patch) | |
tree | b771761820f86c51419f70be6401b38d9cad34fa /Documentation/git-pack-objects.txt | |
parent | Fix odd markup in --diff-filter documentation (diff) | |
download | tgif-0adda9362ab080b0994355c5a3183a896a606cc0.tar.xz |
Use parentheses and `...' where appropriate
Remove some stray usage of other bracket types and asterisks for the
same purpose.
Signed-off-by: Štěpán Němec <stepnem@gmail.com>
Acked-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-pack-objects.txt')
-rw-r--r-- | Documentation/git-pack-objects.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt index a1dd3e9d96..65eff66afe 100644 --- a/Documentation/git-pack-objects.txt +++ b/Documentation/git-pack-objects.txt @@ -12,7 +12,7 @@ SYNOPSIS 'git pack-objects' [-q | --progress | --all-progress] [--all-progress-implied] [--no-reuse-delta] [--delta-base-offset] [--non-empty] [--local] [--incremental] [--window=<n>] [--depth=<n>] - [--revs [--unpacked | --all]*] [--stdout | base-name] + [--revs [--unpacked | --all]] [--stdout | base-name] [--keep-true-parents] < object-list |