]> git.ipfire.org Git - thirdparty/git.git/commit
t2060: add a test for switch with --orphan and --discard-changes
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 21 May 2020 02:07:12 +0000 (02:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2020 16:55:23 +0000 (09:55 -0700)
commit8d3e33dadd359495e43cb65dfadd775987e3da26
tree2a88497de52a223fde0197a3397021a811c210ad
parent81861288a987c6e05526526fa5dc74d2e2b80a5a
t2060: add a test for switch with --orphan and --discard-changes

We have several code paths in the checkout code which are traversed only
in this case, due to switch having different defaults from checkout.
Let's add a test that the combination of options works and produces the
expected behavior.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2060-switch.sh