From: Simon Ruderich Date: Mon, 23 Feb 2009 17:40:58 +0000 (-0600) Subject: Add glog command to Git. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=8251bdb225ed90edb82ed444f55e8ae1fe50e6ac;p=config%2Fdotfiles.git Add glog command to Git. It's a "replacement" for gitk when only the console is available. --- diff --git a/gitconfig.m4 b/gitconfig.m4 index eab0477..1dd4f7b 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -10,9 +10,12 @@ excludesfile = HOME/.gitignore [alias] + # Shortcuts for often used commands. ci = commit -v di = diff st = status co = checkout br = branch me = merge + # Custom commands. + glog = log --pretty=oneline --graph --all