1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-07 22:02:56 +03:00

Add test demonstrating the problem

When there's a branch with the same name as the tag, the branch gets checked out
instead of the tag.
This commit is contained in:
Stefan Haller
2023-12-22 15:28:53 +01:00
parent af5e25cfb5
commit 2b97f0fb43
2 changed files with 39 additions and 0 deletions

View File

@@ -245,6 +245,7 @@ var tests = []*components.IntegrationTest{
sync.PushWithCredentialPrompt,
sync.RenameBranchAndPull,
tag.Checkout,
tag.CheckoutWhenBranchWithSameNameExists,
tag.CreateWhileCommitting,
tag.CrudAnnotated,
tag.CrudLightweight,