mirror of
https://github.com/git/git.git
synced 2026-03-14 02:43:25 +01:00
Merge branch 'raible/stash' into devel
This commit is contained in:
@@ -380,7 +380,7 @@ static const char *quote_arg(const char *arg)
|
||||
const char *p = arg;
|
||||
if (!*p) force_quotes = 1;
|
||||
while (*p) {
|
||||
if (isspace(*p) || *p == '*' || *p == '?')
|
||||
if (isspace(*p) || *p == '*' || *p == '?' || *p == '{')
|
||||
force_quotes = 1;
|
||||
else if (*p == '"')
|
||||
n++;
|
||||
|
||||
Reference in New Issue
Block a user