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

Replace whitespace with '-' when renaming a branch (#2990)

This commit is contained in:
Jesse Duffield
2023-09-09 17:34:57 +10:00
committed by GitHub
4 changed files with 40 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ var tests = []*components.IntegrationTest{
branch.RebaseCancelOnConflict,
branch.RebaseDoesNotAutosquash,
branch.RebaseFromMarkedBase,
branch.Rename,
branch.Reset,
branch.ResetToUpstream,
branch.ResetUpstream,