Merge branch 'ow/stash-with-ifs' into maint
commita74a682b55848007909fb210de45aa7b8260a49a
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Feb 2014 22:03:20 +0000 (5 14:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Feb 2014 22:03:20 +0000 (5 14:03 -0800)
treeaf3bebd98b6ff06c6e94a32b2a1e719b87beb148
parent3c864743a68a81b5a15bbd92afcea74470c1bc2f
parent2a07e4374c0ba6f2e991965c99b448ccb563f2fc
Merge branch 'ow/stash-with-ifs' into maint

The implementation of 'git stash $cmd "stash@{...}"' did not quote
the stash argument properly and left it split at IFS whitespace.

* ow/stash-with-ifs:
  stash: handle specifying stashes with $IFS