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:
Orgad Shaneh
2014-09-15 11:02:04 +03:00
committed by Orgad Shaneh
parent 74c8faad6d
commit 8ec4451069

View File

@@ -62,6 +62,7 @@ public:
"|\\\\" // no backslash
"|//" // no double slash
"|^[/-]" // no leading slash or dash
"|\"" // no quotes
)),
m_localBranches(localBranches)
{