summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
f9f6fd3)
Fix colours for `git add --interactive', and add new settings for `git
grep'.
status = auto
branch = auto
interactive = auto
status = auto
branch = auto
interactive = auto
[color "diff"]
plain = normal
[color "diff"]
plain = normal
commit = bold yellow
whitespace = reverse red
commit = bold yellow
whitespace = reverse red
+[color "interactive"]
+ prompt = bold yellow
+ header = bold
+ help = green
+ error = bold red
+
[color "status"]
header = bold
added = bold green
[color "status"]
header = bold
added = bold green
local = normal
remote = cyan
local = normal
remote = cyan
+[color "grep"]
+ external = --color=always
+
[alias]
egrep = "grep -E"
patch = "format-patch -o p -s"
[alias]
egrep = "grep -E"
patch = "format-patch -o p -s"