dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 0a96777f633a1222beb15372c74eeda5e10e88de
parent e7e2bf1843a96dc1dbd3eec6fa6cb5752ff98b27
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 30 Oct 2012 22:40:48 -0700

Added email. It's pretty public what it is anyway.

Diffstat:
M.gitconfig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitconfig b/.gitconfig @@ -6,6 +6,7 @@ pretty = format:%C(yellow)%h%C(reset) %C(green)%cr%C(reset) %C(blue)%cn%C(reset) %s [user] name = Chris Bracken + email = chris@bracken.jp [alias] lol = log --oneline --graph --decorate [diff]