]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.m4
gitconfig: Add missing # in comment.
[config/dotfiles.git] / gitconfig.m4
index f1e66720147dad0f94bc8d1ddb11e2a474f27b6a..0abd3a2b63fd6a29f529a8036b093cf952152c06 100644 (file)
@@ -113,7 +113,7 @@ include(../lib.m4)
        ## Custom commands.
        #
        # tig-like log view.
-       tig = log --pretty=oneline --graph --all --decorate
+       tig = log --pretty=oneline --graph --all --decorate --abbrev-commit
 
 [diff]
        # Detect copies and renames.
@@ -130,6 +130,7 @@ include(../lib.m4)
        wordregex = [a-zA-Z0-9_]+|[^a-zA-Z0-9_]
 
 # Allow diffing of some binary files.
+#
 # `pdftotext-` is a wrapper around pdftotext which writes to stdout.
 # `sqlite3dump` is a wrapper calling `sqlite3 database-file .dump`.
 [diff "gzip"]