# HG changeset patch # User Augie Fackler # Date 1352759346 21600 # Node ID 6be920ed2fe4eb8ad7dfbc32a1cfcdf06acffc30 # Parent 198b3cb99677c86640d2f56eb49059e2292fd9d4 git: new glog alias for looking at graph history diff --git a/.gitconfig b/.gitconfig --- a/.gitconfig +++ b/.gitconfig @@ -6,3 +6,5 @@ [color] diff = auto status = auto +[alias] + glog = log --graph --all --format=format:'%h - (%ar) - %an %at %d%n%s%n' --abbrev-commit --date=iso