mirror of
https://github.com/garabik/grc.git
synced 2024-10-28 17:41:01 +01:00
25 lines
279 B
Plaintext
25 lines
279 B
Plaintext
|
# conflict
|
||
|
regexp=^C .*$
|
||
|
colours=bold red
|
||
|
count=more
|
||
|
======
|
||
|
# modified
|
||
|
regexp=^M .*$
|
||
|
colours=bold blue
|
||
|
count=more
|
||
|
======
|
||
|
# added
|
||
|
regexp=^A .*$
|
||
|
colours=cyan
|
||
|
count=more
|
||
|
======
|
||
|
# removed
|
||
|
regexp=^R .*$
|
||
|
colours=cyan
|
||
|
count=more
|
||
|
======
|
||
|
# unlisted
|
||
|
regexp=^\? .*$
|
||
|
colours=bold
|
||
|
count=more
|