OSDN Git Service

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


Trivial merge