Files
git/compat
raible b1013825f9 mingw: Quote '{}' to work around an error in MSYS' glob()
MSYS expands '{}' in paths even if the pattern between the
braces does not contain a comma. See
http://article.gmane.org/gmane.comp.version-control.msysgit/2341
for a detailed discussion.

This commit fixes (at least) the case of "git stash apply stash@{1}".
Note that "git-stash apply stash@{1}" works even without this patch
(because it is executed directly by /bin/sh).

Note that git-stash still has a bug whereby it doesn't validate
its final argument ("stash@{1}" in this case).  This commit does
nothing to fix that problem.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
2008-06-08 13:19:26 +02:00
..
2007-01-19 16:24:48 +01:00
2007-09-06 22:46:00 -07:00
2008-06-04 20:30:54 +02:00
2007-06-07 00:04:01 -07:00
2007-11-21 07:34:44 +01:00
2007-03-01 22:09:05 +01:00