projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'dl/push-recurse-submodules-fix'
[git]
/
ci
/
git-problem-matcher.json
1
{
2
"problemMatcher": [
3
{
4
"owner": "git-test-suite",
5
"pattern": [
6
{
7
"regexp": "^([^ :]+\\.sh):(\\d+): (error|warning|info):\\s+(.*)$",
8
"file": 1,
9
"line": 2,
10
"severity": 3,
11
"message": 4
12
}
13
]
14
}
15
]
16
}