projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
576b5dd
)
Fix diff problem matcher
author
Tim Düsterhus
<duesterhus@woltlab.com>
Mon, 9 Nov 2020 14:24:24 +0000
(15:24 +0100)
committer
GitHub
<noreply@github.com>
Mon, 9 Nov 2020 14:24:24 +0000
(15:24 +0100)
.github/diff.json
patch
|
blob
|
blame
|
history
diff --git
a/.github/diff.json
b/.github/diff.json
index bacc71a8f3207ca382a5d7c7421d2aaa43519113..73a33488a94f645cfc8035bc450b9866af15c0cd 100644
(file)
--- a/
.github/diff.json
+++ b/
.github/diff.json
@@
-4,8
+4,8
@@
"owner": "diff",
"pattern": [
{
- "regexp": "--- a/(
wcfsetup/(.*)
)",
- "file":
2
,
+ "regexp": "--- a/(
.*
)",
+ "file":
1
,
"message": 1
}
]