From febcb78a8e318b8aa5ba74f7450b2d4ec0ac4d96 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 11 Apr 2014 09:47:53 -0400 Subject: [PATCH] =?utf8?q?Enlev=C3=A9=20option=20-a=20pour=20git=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Certains repositories ont tellement de branches que ça masque l'affichage des branches locales. --- scripts/vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vb b/scripts/vb index 8473adf..b9cd822 100755 --- a/scripts/vb +++ b/scripts/vb @@ -14,7 +14,7 @@ if [ "x${1}" = "x--help" ]; then fi if git diff 1> /dev/null 2>&1; then - git branch -a "$@" + git branch "$@" elif hg status 1> /dev/null 2>&1; then hg branches "$@" else -- 2.20.1