Merge branch 'ow/stash-with-ifs'
commitff724276cd880982742c7f89efc375432055f92b
authorJunio C Hamano <gitster@pobox.com>
Mon, 13 Jan 2014 19:33:36 +0000 (13 11:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Jan 2014 19:33:37 +0000 (13 11:33 -0800)
tree8ea3b0c3de80299058d0d6829b348b966c0c9cbe
parent9fac0777e16b6e342f7c84fb7059d6fca52505d2
parent2a07e4374c0ba6f2e991965c99b448ccb563f2fc
Merge branch 'ow/stash-with-ifs'

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