]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Redirect stderr for fs alias.
authorSimon Ruderich <simon@ruderich.org>
Thu, 27 Sep 2012 10:52:27 +0000 (12:52 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 27 Sep 2012 10:55:29 +0000 (12:55 +0200)
Also move it to new "Maintenance" section.

gitconfig.m4

index b6c59d5ad677d825e4122d94e1e482da511f5004..f30716150a830e0dc03e16ea6431ebd7194d3b2d 100644 (file)
@@ -84,8 +84,10 @@ include(../lib.m4)
        ru  = remote update
        # Patches.
        fp  = format-patch
+       # Maintenance. (Redirection of stderr is necessary to prevent missing
+       # output with my "color stderr" solution in Zsh.)
+       fs  = ! git fsck --strict --full 2>&1
        # Misc.
-       fs  = fsck --strict --full
        sl  = stash list
        ss  = stash save
        sa  = stash apply