Re: BUG: "git stash apply <arg>" broken, "git-stash apply <arg>" works

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric Raible
Date: Thursday, June 5, 2008 - 4:17 am

Johannes Schindelin <Johannes.Schindelin <at> gmx.de> writes:


Not surprisingly this was exactly right, and I just posted a patch on
http://code.google.com/p/msysgit/ which fixes it.  It turns out that
command lines passed to CreateProcess() which contain '{' need to be
quoted (specifically quote_arg() needs to set 'force_quotes' to 1).

Thanks for the pointer.

- Eric


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: BUG: "git stash apply <arg>" broken, "git-stash apply ..., Eric Raible, (Thu Jun 5, 4:17 am)