view .gitconfig @ 353:95621f473f7e

c-mode: detect when I'm editing a .c file from hg and set style appropriately
author Augie Fackler <raf@durin42.com>
date Wed, 05 Nov 2014 12:53:02 -0500
parents 6be920ed2fe4
children
line wrap: on
line source

[user]
        name = Augie Fackler
        email = raf@durin42.com
[core]
        excludesfile = /home/augie/.hgglobalignore
[color]
        diff = auto
        status = auto
[alias]
	glog = log --graph --all --format=format:'%h - (%ar) - %an %at %d%n%s%n' --abbrev-commit --date=iso