From d65ddf1984d66e978f0a11e7a4ea2d4eb20193c7 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Mon, 26 Mar 2012 19:51:06 -0400 Subject: teach "git branch" a --quiet option There's currently no way to suppress the informational "deleted branch..." or "set up tracking..." messages. This patch provides a "-q" option to do so. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- Documentation/git-branch.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Documentation/git-branch.txt') diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index 0427e80a3..d74a30c1c 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -126,6 +126,11 @@ OPTIONS relationship to upstream branch (if any). If given twice, print the name of the upstream branch, as well. +-q:: +--quiet:: + Be more quiet when creating or deleting a branch, suppressing + non-error messages. + --abbrev=:: Alter the sha1's minimum display length in the output listing. The default value is 7 and can be overridden by the `core.abbrev` -- cgit v1.2.1