1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-13 11:50:28 +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-04-30 13:19:53 +10:00
2023-07-22 14:36:35 +10:00
2023-04-30 13:19:53 +10:00
2023-05-16 21:01:38 +10:00
2023-04-30 13:19:53 +10:00
2023-04-30 13:19:53 +10:00