projects
/
dotfiles-public.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22f49dc
)
.gitconfig: Add a `glog` alias (log --graph --oneline --decorate)
author
W. Trevor King
<wking@tremily.us>
Sat, 16 Feb 2013 19:41:23 +0000
(14:41 -0500)
committer
W. Trevor King
<wking@tremily.us>
Sat, 16 Feb 2013 19:41:23 +0000
(14:41 -0500)
I use this a bunch, so save some typing with an alias. The output is
especially pretty now that it's automatically colored (thanks,
color.ui!).
src/.gitconfig
patch
|
blob
|
history
diff --git
a/src/.gitconfig
b/src/.gitconfig
index f78b3ea84be48d05a60ff53cc499c34e5315c898..e19e573af96f4d71cd9d529f27aed4474a0094ab 100644
(file)
--- a/
src/.gitconfig
+++ b/
src/.gitconfig
@@
-23,3
+23,6
@@
[diff "gpg"]
textconv = gpg -v
xfuncname = "^((pub|uid) .*)"
+
+[alias]
+ glog = log --graph --oneline --decorate