git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0311d5d
)
More git colours.
author
Iain Patterson
<me@iain.cx>
Thu, 23 Apr 2009 21:11:50 +0000
(22:11 +0100)
committer
Iain Patterson
<me@iain.cx>
Thu, 23 Apr 2009 21:11:50 +0000
(22:11 +0100)
Use cyan for interactive prompts as blue is too hard to read.
Use green for interactive headers.
.gitconfig
patch
|
blob
|
history
diff --git
a/.gitconfig
b/.gitconfig
index
b1eebbc
..
67eddc0
100644
(file)
--- a/
.gitconfig
+++ b/
.gitconfig
@@
-4,6
+4,9
@@
frag = yellow
new = cyan
meta = green
+[color "interactive"]
+ prompt = cyan
+ header = green
[user]
email = me@iain.cx
[http]