dotfiles

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

commit f454b4b15331479538f51491539d5b8a02474fb6
parent dfa83ff4c0c58af16e04536bf053abfcb499cde8
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu, 18 Jul 2013 14:41:43 -0700

git log: use full log, git lol: one-line, git lola: one-line + authorship info

Diffstat:
M.gitconfig | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitconfig b/.gitconfig @@ -1,5 +1,6 @@ [alias] - lol = log --oneline --graph --decorate + lol = log --oneline --decorate + lola = log --pretty=format:'%C(yellow)%h%C(reset) %C(green)%cr%C(reset) %C(blue)%cn%C(reset) %d %s' [color] ui = auto [core] @@ -8,8 +9,6 @@ mnemonicprefix = true [diff "vimdiff"] command = git-vimdiff -[format] - pretty = format:%C(yellow)%h%C(reset) %C(green)%cr%C(reset) %C(blue)%cn%C(reset) %s [merge] stat = true [push]