mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 03:14:04 +02:00
added forced auto on colorings
This commit is contained in:
parent
14e60faebb
commit
78a76655f9
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@
|
||||||
[color]
|
[color]
|
||||||
branch = auto
|
branch = auto
|
||||||
ui = auto
|
ui = auto
|
||||||
|
diff = auto
|
||||||
|
grep = auto
|
||||||
|
interactive = auto
|
||||||
|
pager = auto
|
||||||
|
showBranch = auto
|
||||||
|
status = auto
|
||||||
[core]
|
[core]
|
||||||
excludesFile = ~/.gitignore_global
|
excludesFile = ~/.gitignore_global
|
||||||
whitespace = trailing-space space-before-tab
|
whitespace = trailing-space space-before-tab
|
||||||
|
|
Loading…
Add table
Reference in a new issue