Mercurial > dotfiles
comparison .gitconfig @ 306:ae22ef7859eb
Merge.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 04 Dec 2012 11:08:15 -0600 |
parents | 6be920ed2fe4 |
children |
comparison
equal
deleted
inserted
replaced
305:d9cc862e6308 | 306:ae22ef7859eb |
---|---|
4 [core] | 4 [core] |
5 excludesfile = /home/augie/.hgglobalignore | 5 excludesfile = /home/augie/.hgglobalignore |
6 [color] | 6 [color] |
7 diff = auto | 7 diff = auto |
8 status = auto | 8 status = auto |
9 [alias] | |
10 glog = log --graph --all --format=format:'%h - (%ar) - %an %at %d%n%s%n' --abbrev-commit --date=iso |