myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit a66820a2e47b5ff32052fbb2efaa690b4ffae327
parent 6c891473db3ceed9ec155bef0d521242dae804a5
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed,  9 May 2012 15:39:55 +0200

add git hist

Diffstat:
gitconfig | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/gitconfig b/gitconfig @@ -18,3 +18,5 @@ prune-all = !git remote | xargs -n 1 git remote prune whatis = show -s --pretty='tformat:%h (%s, %ad)' --date=short whois = "!sh -c 'git log -i -1 --pretty=\"format:%an <%ae>\n\" --author=\"$1\"' -" + # http://gitimmersion.com/lab_11.html + hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short