forked from qt-creator/qt-creator
Git: Disallow quotes for branch name
At least on Windows it fails. Change-Id: I2e119bf47b468a9f881184ad26fa9fbd10f16124 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
74c8faad6d
commit
8ec4451069
@@ -62,6 +62,7 @@ public:
|
|||||||
"|\\\\" // no backslash
|
"|\\\\" // no backslash
|
||||||
"|//" // no double slash
|
"|//" // no double slash
|
||||||
"|^[/-]" // no leading slash or dash
|
"|^[/-]" // no leading slash or dash
|
||||||
|
"|\"" // no quotes
|
||||||
)),
|
)),
|
||||||
m_localBranches(localBranches)
|
m_localBranches(localBranches)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user