1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-12-20 21:22:01 +03:00
Files
lazygit/pkg/commands/git_commands/commit_loader.go
Stefan Haller 8ab05d6834 Fix merge status of commits when update-ref command is present
Update-ref commands have an empty sha, and strings.HasPrefix returns true when
called with an empty second argument, so whenever an update-ref command is
present in a rebase, all commits from there on down were drawn with a green sha.
2023-07-31 08:28:03 +02:00

19 KiB