stash: add two more tests for --no-keep-index
commit21ec98a75d9cecaeb1493462da593343441661b6
authorDan McGee <dpmcgee@gmail.com>
Thu, 7 Apr 2011 17:04:19 +0000 (7 12:04 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Apr 2011 22:53:02 +0000 (7 15:53 -0700)
tree3106d49e46a83f8d9c7049eba5d5f0e513c5be81
parentfa38cfc2c6ce197960f85798aac18ee78aa83f1f
stash: add two more tests for --no-keep-index

One of these passes just fine; the other one exposes a problem where
command line flag order matters for --no-keep-index and --patch
interaction.

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3903-stash.sh
t/t3904-stash-patch.sh