mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Merge pull request #368 from Sirius-A/fix-branch-overview-username
fix(branch overview): allow email as author
This commit is contained in:
commit
32d785ebaa
|
@ -193,7 +193,7 @@ CLASS lcl_branch_overview IMPLEMENTATION.
|
||||||
SPLIT ls_raw-body AT gc_newline INTO ls_commit-message lv_trash.
|
SPLIT ls_raw-body AT gc_newline INTO ls_commit-message lv_trash.
|
||||||
|
|
||||||
* unix time stamps are in same time zone, so ignore the zone,
|
* unix time stamps are in same time zone, so ignore the zone,
|
||||||
FIND REGEX '^([\w\s]+) <(.*)> (\d{10}) .\d{4}$' IN ls_raw-author
|
FIND REGEX '^([\w\s\.@]+) <(.*)> (\d{10}) .\d{4}$' IN ls_raw-author
|
||||||
SUBMATCHES
|
SUBMATCHES
|
||||||
ls_commit-author
|
ls_commit-author
|
||||||
ls_commit-email
|
ls_commit-email
|
||||||
|
|
Loading…
Reference in New Issue
Block a user