diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-11-10 12:41:26 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-11 11:46:29 +0900 |
commit | e0eba649e8c2a4271e3bcfb9ebcd358900d425c9 (patch) | |
tree | bc134e478cbe751b0a233db4716034cc3b51b525 /Documentation | |
parent | bundle-create: progress output control (diff) | |
download | tgif-e0eba649e8c2a4271e3bcfb9ebcd358900d425c9.tar.xz |
bundle-verify: add --quiet
Add --quiet to git-bundle verify as proposed on the mailing list [1].
Reference: https://www.mail-archive.com/git@vger.kernel.org/msg182844.html <robbat2-20190806T191156-796782357Z@orbis-terrarum.net>
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-bundle.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-bundle.txt b/Documentation/git-bundle.txt index 96bb94df7b..ccada80a4a 100644 --- a/Documentation/git-bundle.txt +++ b/Documentation/git-bundle.txt @@ -10,7 +10,7 @@ SYNOPSIS -------- [verse] 'git bundle' create [-q | --quiet | --progress | --all-progress] [--all-progress-implied] <file> <git-rev-list-args> -'git bundle' verify <file> +'git bundle' verify [-q | --quiet] <file> 'git bundle' list-heads <file> [<refname>...] 'git bundle' unbundle <file> [<refname>...] |