projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1f51d3
)
doc/devnotes: way to make 'git log' nicer
author
Marko Kreen
<markokr@gmail.com>
Mon, 14 Nov 2011 10:47:51 +0000
(12:47 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Mon, 14 Nov 2011 10:47:51 +0000
(12:47 +0200)
doc/devnotes.txt
patch
|
blob
|
blame
|
history
diff --git
a/doc/devnotes.txt
b/doc/devnotes.txt
index c49fc75e95a75c26a104394b7fdf7d3887810ab6..309d67e8c8d90c6415640a5147baeced6d85f2e7 100644
(file)
--- a/
doc/devnotes.txt
+++ b/
doc/devnotes.txt
@@
-111,6
+111,9
@@
Optional: make git colorful:
$ git config --global color.diff auto
$ git config --global color.pager true
$ git config --global color.status true
+ ## make log nicer
+ $ git config --global log.decorate short
+ $ git config --global log.abbrevCommit true
Optional: activate tab-completion for git, pick one of the lines below
and put it into your `.bashrc`: