]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.m4
git: Add fs command.
[config/dotfiles.git] / gitconfig.m4
index 49c785cd68b6d9af23b22927cad2c5b4b8a608c5..cc29fcbed7b319b80362f3bad147dde9ab98bdce 100644 (file)
@@ -1,4 +1,7 @@
-dnl Load macros.
+# Global Git configuration file.
+
+
+dnl Load m4 macros.
 include(../lib.m4)
 
 [user]
@@ -21,6 +24,7 @@ include(../lib.m4)
        br = branch
        me = merge
        # Custom commands.
+       fs = fsck --strict --full
        glog = log --pretty=oneline --graph --all
 
 [merge]