1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00
Stefan Haller b1314349d7 Fix yellow/red coloring while rebasing
It determines the yellow/red status by getting the merge-base between the
current branch and its upstream; while we're rebasing, the current branch is
HEAD, so it tried to get the merge-base between HEAD and HEAD{u}, which doesn't
work. Fix this by passing the name of the checked-out branch separately.
2023-08-19 09:26:27 +02:00
..
2023-07-31 22:33:04 +10:00
2023-06-01 20:12:20 +10:00
2023-08-02 21:50:44 +10:00
2023-04-30 13:19:53 +10:00
2022-12-30 20:01:14 +09:00
2023-07-31 22:33:04 +10:00
2023-07-31 22:33:04 +10:00
2023-08-02 21:50:44 +10:00
2023-07-31 22:33:04 +10:00
2023-08-02 07:37:40 +10:00