Commit a4b1bd7
committed
title-pattern: match _without_ title-prefix, if any
In the Git for Windows project, we tried to filter out cURL's release
candidate versions via a title-pattern. However, we also specify a
title-prefix and that pattern was applied _after_ prefixing the title.
Not what we want. Really only match the original feed's title (or the
publication date as fallback if the feed item lacks a title).
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 6c9f329 commit a4b1bd7
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
| |||
0 commit comments