.gitconfig @ c7b49b0ababc

Remove the git glog alias.
author Steve Losh <steve@dwaiter.com>
date Wed, 20 Jan 2010 10:03:35 -0500
parents 15633a0d4bd5
children f00b5c3f14c1
[user]
name = Steve Losh
email = steve@stevelosh.com

[core]
pager = cat

[alias]
gl = log -10 --all --graph --topo-order --pretty='format: %Cgreen%h%Creset %s%Cred%d%Creset%n'

com = commit
cm = commit -m

co = checkout

stat = status
st = status

[color]
branch = auto
diff = auto
interactive = auto
status = auto