mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[AAE-11708] Use perl regexp instead of reverse grep in changelog (#8114)
This commit is contained in:
parent
b14d701ca9
commit
0d294ce720
@ -92,8 +92,8 @@ function getCommits(options: DiffOptions): Array<Commit> {
|
|||||||
options.range,
|
options.range,
|
||||||
`--no-merges`,
|
`--no-merges`,
|
||||||
`--first-parent`,
|
`--first-parent`,
|
||||||
`--invert-grep`,
|
`--perl-regexp`,
|
||||||
`--author="${authorFilter}"`,
|
`--author="^((?!${authorFilter}).*)$"`,
|
||||||
// this format is needed to allow parsing all characters in the commit message and safely convert to JSON
|
// this format is needed to allow parsing all characters in the commit message and safely convert to JSON
|
||||||
`--format="{ ^@^hash^@^: ^@^%h^@^, ^@^author^@^: ^@^%an^@^, ^@^author_email^@^: ^@^%ae^@^, ^@^date^@^: ^@^%ad^@^, ^@^subject^@^: ^@^%s^@^ }"`
|
`--format="{ ^@^hash^@^: ^@^%h^@^, ^@^author^@^: ^@^%an^@^, ^@^author_email^@^: ^@^%ae^@^, ^@^date^@^: ^@^%ad^@^, ^@^subject^@^: ^@^%s^@^ }"`
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user