stash: add test for the create command line arguments
authorThomas Gummerer <redacted>
Sun, 19 Feb 2017 11:03:09 +0000 (11:03 +0000)
committerJunio C Hamano <redacted>
Mon, 20 Feb 2017 07:47:41 +0000 (23:47 -0800)
commit6f5ccd4df56da70434cd807a458a4de015098971
tree31238beb876b2c30e2217fccbc72caf7320d95fb
parentf5727e26e44dbbf564034d3993d4d2f65dacd6fb
stash: add test for the create command line arguments

Currently there is no test showing the expected behaviour of git stash
create's command line arguments.  Add a test for that to show the
current expected behaviour and to make sure future refactorings don't
break those expectations.

Signed-off-by: Thomas Gummerer <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t3903-stash.sh
git clone https://git.99rst.org/PROJECT