]> git.ipfire.org Git - thirdparty/git.git/commit - git-stash.sh
stash save: fix parameter handling
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 Jul 2008 20:33:44 +0000 (13:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Jul 2008 23:57:03 +0000 (16:57 -0700)
commit47629dcff0fc75d58f9319d221a78934358e4ef8
treedf8e6b804362ce540de264ef6d01e0f49323bd82
parentc8fe1980b2b8e5c61f05a59d3bf9dedd5afa8faa
stash save: fix parameter handling

A command line "git stash save --keep-index I was doing this" was
misparsed and keep-index codepath did not trigger.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh