]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3903-stash.sh
stash: add test for the create command line arguments
authorThomas Gummerer <t.gummerer@gmail.com>
Sun, 19 Feb 2017 11:03:09 +0000 (11:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
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 <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3903-stash.sh