diff options
author | Nicolas Pitre <nico@cam.org> | 2006-10-25 23:32:59 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-26 00:20:13 -0700 |
commit | 3c9af366469524920864bbc1af4dcfd72029c314 (patch) | |
tree | 8e0acd2dc7c418574792a8f1270e9335fa8d7c9a /Documentation/git-index-pack.txt | |
parent | 636171cb80255682bdfc9bf5a98c9e66d4c0444a (diff) | |
download | git-3c9af366469524920864bbc1af4dcfd72029c314.tar.gz |
add progress status to index-pack
This is more interesting to look at when performing a big fetch.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-index-pack.txt')
-rw-r--r-- | Documentation/git-index-pack.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/git-index-pack.txt b/Documentation/git-index-pack.txt index c58287d682..9fa4847d56 100644 --- a/Documentation/git-index-pack.txt +++ b/Documentation/git-index-pack.txt @@ -8,8 +8,8 @@ git-index-pack - Build pack index file for an existing packed archive SYNOPSIS -------- -'git-index-pack' [-o <index-file>] <pack-file> -'git-index-pack' --stdin [--fix-thin] [-o <index-file>] [<pack-file>] +'git-index-pack' [-v] [-o <index-file>] <pack-file> +'git-index-pack' --stdin [--fix-thin] [-v] [-o <index-file>] [<pack-file>] DESCRIPTION @@ -22,6 +22,9 @@ objects/pack/ directory of a git repository. OPTIONS ------- +-v:: + Be verbose about what is going on, including progress status. + -o <index-file>:: Write the generated pack index into the specified file. Without this option the name of pack index |