From: Gabriel Dunne Date: Wed, 23 Nov 2011 15:19:09 +0000 (+0530) Subject: Updated gitconfig to show committer X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=49320317f3d25fb68b4d54e89c5d643b6f559021;p=dotfiles.git Updated gitconfig to show committer --- diff --git a/.gitconfig b/.gitconfig index 4ece5e1..c6eda02 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,11 +3,9 @@ email = gdunne@quilime.com [core] editor = vim - pager = cat [alias] - lg = log -16 --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen%cr %C(blue)%an%Creset' --abbrev-commit --date=relative - lgg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen%cr %C(blue)%an%Creset' --abbrev-commit --date=relative - unstage = reset HEAD + lg = log --color=always --all --graph --topo-order --pretty='format: %C(yellow)%h%Creset %s%C(red bold)%d%Creset' --date=relative + lgg = log --color=always --all --graph --topo-order --pretty='format: %C(yellow)%h%Creset %s%Creset%C(red bold)%d%Creset %C(green)%cr, %an%Creset' --date=relative [color] branch = auto diff = auto