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

fix: fix RefName of detached HEAD to works in Chinese

This commit is contained in:
Ryooooooga
2023-01-27 20:14:03 +09:00
parent 679b0456f3
commit 5dec080719
4 changed files with 61 additions and 24 deletions

View File

@ -38,6 +38,7 @@ var tests = []*components.IntegrationTest{
branch.RebaseAndDrop,
branch.Suggestions,
branch.Reset,
branch.DetachedHead,
cherry_pick.CherryPick,
cherry_pick.CherryPickConflicts,
commit.Commit,