jesseduffield.lazygit/pkg/gui/presentation
Stefan Haller d5e0630967 Fix showing the "YOU ARE HERE" marker for old-style non-interactive rebases
When stopping in an old-style non-interactive rebase (see previous commit for an
explanation of what that means), the YOU ARE HERE marker should point to the
first non-rebasing commit, but it was pointing at the first rebasing commit
instead.

To keep the tests working, we need to set all commits that have an Action to
StatusRebasing, which matches what happens in the real code.
2024-02-26 20:48:25 +01:00
..
authors Right-align key labels in menu 2023-05-21 12:09:43 +10:00
graph Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
icons create iconProperties struct and convert iconMaps to use iconProperties 2023-10-18 21:21:36 +11:00
branches.go Don't try to shorten branch names that are already 3 characters or less 2024-01-15 13:27:49 +01:00
branches_test.go Don't try to shorten branch names that are already 3 characters or less 2024-01-15 13:27:49 +01:00
commits.go Fix showing the "YOU ARE HERE" marker for old-style non-interactive rebases 2024-02-26 20:48:25 +01:00
commits_test.go Fix showing the "YOU ARE HERE" marker for old-style non-interactive rebases 2024-02-26 20:48:25 +01:00
files.go Add config setting to suppress showing file icons 2024-01-22 08:40:03 +01:00
files_test.go Add config setting to suppress showing file icons 2024-01-22 08:40:03 +01:00
item_operations.go Use inline status for fetching remotes 2024-01-26 08:29:04 +01:00
reflog_commits.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
remote_branches.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
remotes.go Use inline status for fetching remotes 2024-01-26 08:29:04 +01:00
stash_entries.go feat: add age on stash lines 2023-12-27 11:21:49 +01:00
status.go Add inline status for pushing/pulling/fast-forwarding branches 2023-10-08 18:45:36 +02:00
submodules.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
suggestions.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
tags.go Fall back to WithWaitingStatus if view showing the item is not visible 2023-12-10 15:57:51 +01:00
working_tree.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
worktrees.go Use fields rather than methods on worktrees 2023-07-30 18:35:24 +10:00