diff options
author | Nicolas Pitre <nico@cam.org> | 2006-10-31 16:58:32 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-01 15:13:10 -0800 |
commit | fa438a2eb116c71eaebecdc104a1af01ea83b9fa (patch) | |
tree | b26a74d76fe851154bfc9a3ecbce92b3b0cc4227 /Documentation | |
parent | 7854e526ff170846aef4ae3c71588c98ed9176d0 (diff) | |
download | git-fa438a2eb116c71eaebecdc104a1af01ea83b9fa.tar.gz |
make git-push a bit more verbose
Currently git-push displays progress status for the local packing of
objects to send, but nothing once it starts to push it over the
connection. Having progress status in that later case is especially
nice when pushing lots of objects over a slow network link.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 |