forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.12'
Change-Id: Ic741fdedc168430e5be6cb1645d9329dbc7a6b08
This commit is contained in:
@@ -38,7 +38,8 @@ VcsOutputFormatter::VcsOutputFormatter() :
|
||||
m_regexp(
|
||||
"(https?://\\S*)" // https://codereview.org/c/1234
|
||||
"|(v[0-9]+\\.[0-9]+\\.[0-9]+[\\-A-Za-z0-9]*)" // v0.1.2-beta3
|
||||
"|([0-9a-f]{6,}(?:\\.\\.[0-9a-f]{6,}|\\^)?)") // 789acf^ or 123abc..456cde
|
||||
"|([0-9a-f]{6,}(?:\\.\\.[0-9a-f]{6,}" // 789acf or 123abc..456cde
|
||||
"|\\^+|~\\d+)?)") // or 789acf^ or 123abc~99
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user