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,
|
||||
`--no-merges`,
|
||||
`--first-parent`,
|
||||
`--invert-grep`,
|
||||
`--author="${authorFilter}"`,
|
||||
`--perl-regexp`,
|
||||
`--author="^((?!${authorFilter}).*)$"`,
|
||||
// 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^@^ }"`
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user