File: conf.diff

package info (click to toggle)
grc 1.4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 224 kB
  • sloc: python: 318; sh: 56; makefile: 39
file content (24 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# new lines and filenames (unified diff)
regexp=^\+(.*$)
colours=bold green
count=more
=======
# removed lines and filenames (unified diff)
regexp=^\-(--.+$|[^\-].*$|$)
colours=bold red
count=more
========
# new lines
regexp=^\>([^\>].*|$)
colours=bold green
count=more
=======
# removed lines
regexp=^\<([^\<].*|$)
colours=bold red
count=more
=======
# lines affected
regexp=^@@ .* @@$
colours=magenta
count=more