diff options
author | Junio C Hamano <junkio@cox.net> | 2006-11-04 17:22:14 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-04 17:22:14 -0800 |
commit | 94d5ca8d0c7b2a4714da6dd2824e2d21a16d5a85 (patch) | |
tree | cd08ab6c2b40d7c03f069a100d974333503fed56 /Documentation | |
parent | 66fd23153ae84df505f81b4816f54a62a467378f (diff) | |
parent | fa438a2eb116c71eaebecdc104a1af01ea83b9fa (diff) | |
download | git-94d5ca8d0c7b2a4714da6dd2824e2d21a16d5a85.tar.gz |
Merge branch 'np/verbose-push'
* np/verbose-push:
make git-push a bit more verbose
Diffstat (limited to 'Documentation')
-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 9bd1e39feb..5ebe34eebf 100644 --- a/Documentation/git-pack-objects.txt +++ b/Documentation/git-pack-objects.txt @@ -10,7 +10,7 @@ SYNOPSIS -------- [verse] 'git-pack-objects' [-q] [--no-reuse-delta] [--delta-base-offset] [--non-empty] - [--local] [--incremental] [--window=N] [--depth=N] + [--local] [--incremental] [--window=N] [--depth=N] [--all-progress] [--revs [--unpacked | --all]*] [--stdout | base-name] < object-list |