author | Dan McGee <dpmcgee@gmail.com> | |
Thu, 7 Apr 2011 17:04:20 +0000 (12:04 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 7 Apr 2011 22:54:04 +0000 (15:54 -0700) | ||
commit | 3a243f7024f21c2c2205cd861f3bb756b0ec43a0 | |
tree | cafd7dd35224d007d7b249c94ca439b61f6a46ae | tree | snapshot |
parent | 21ec98a75d9cecaeb1493462da593343441661b6 | commit | diff |
stash: ensure --no-keep-index and --patch can be used in any order
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>
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>
git-stash.sh | diff | blob | history | |
t/t3904-stash-patch.sh | diff | blob | history |