]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3903-stash.sh
t3903: document a pair of directory/file bugs
authorElijah Newren <newren@gmail.com>
Fri, 10 Sep 2021 10:29:54 +0000 (10:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2021 22:46:34 +0000 (15:46 -0700)
commit4dbf7f30b1d6469474d6a7e6759c9f84d305b95c
tree1a5b5ca6c4d2b335e5ea82f9a62bc7b393bc7845
parent225bc32a989d7a22fa6addafd4ce7dcd04675dbf
t3903: document a pair of directory/file bugs

There are three tests here, because the second bug is documented with
two tests: a file -> directory change and a directory -> file change.
The reason for the two tests is just to verify that both are indeed
broken but that both will be fixed by the same simple change (which will
be provided in a subsequent patch).

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3903-stash.sh