stash: ensure --no-keep-index and --patch can be used in any order
authorDan McGee <dpmcgee@gmail.com>
Thu, 7 Apr 2011 17:04:20 +0000 (12:04 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Apr 2011 22:54:04 +0000 (15:54 -0700)
Don't assume one comes after the other on the command line. Use a
three-state variable to track and check its value accordingly.

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found