]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Add glog command to Git.
authorSimon Ruderich <simon@ruderich.org>
Mon, 23 Feb 2009 17:40:58 +0000 (11:40 -0600)
committerSimon Ruderich <simon@ruderich.org>
Mon, 23 Feb 2009 17:40:58 +0000 (11:40 -0600)
It's a "replacement" for gitk when only the console is available.

gitconfig.m4

index eab047768cfa47678e1e45e08800698880392d6f..1dd4f7b7b3a25f58bb7222b43a0c225582caabfc 100644 (file)
        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