]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Don't use long option names for git branch.
authorSimon Ruderich <simon@ruderich.org>
Sat, 1 Sep 2012 20:56:33 +0000 (22:56 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 1 Sep 2012 20:56:33 +0000 (22:56 +0200)
git branch only supports short options in (more or less) recent git
versions.

gitconfig.m4

index a48ee485d03192d4b96c0ba581101c61485a05ee..0aaf9c0a2f84aa8cabf1df25bfea8d1787b51b21 100644 (file)
@@ -71,8 +71,8 @@ include(../lib.m4)
        au  = add --update
        # Branches.
        co  = checkout
-       b   = branch --all --verbose
-       br  = branch --all --verbose
+       b   = branch -a -v
+       br  = branch -a -v
        m   = merge
        me  = merge
        # Remote.