1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-09-16 09:16:26 +02:00

Show inline waiting status when checking out a local branch

This commit is contained in:
Stefan Haller
2024-03-16 09:53:05 +01:00
parent 0d5c748fe8
commit 30db7234d9
3 changed files with 20 additions and 6 deletions

View File

@@ -309,6 +309,7 @@ const (
ItemOperationFastForwarding
ItemOperationDeleting
ItemOperationFetching
ItemOperationCheckingOut
)
type HasUrn interface {