master
Fix collapsing the range selection after deleting branches
Copy gocui files into lazygit repo under pkg/gocui
Show PR icons in branches list
Filter file views rather than search
Convert keybinding fields to Keybinding
split context common from helper common
Refactor: add a separate Prompt view
show namesake for child views
Allow filtered lists to preprocess the filter string
Allow filterable contexts to customize the filter label
Add search history
Remove Render() from ListContextTrait.HandleRender
Change list section headers to a slightly more elegant design
Compute list index conversions independently of rendering
Reduce the chance of race condition with list cursor
Decide the commit graph from the loaded list, not the filtering mode
Keep the destination visible while commits move
Add a helper function for formatting list section headers
Instantiate other mutexes by value
Remove bool return value of GetParentContext()
Draw only visible part of the reflogs panel
Move the Ref interface from gui/types to models
Adjust line number for working copy when editing a line
Cleanup: remove unnecessary function Label()
Show renamed files in the custom patch builder
Get rid of the retain-sort-order-when-filtering logic again
Capture suggestions inputs on the UI thread