summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-03-17Fix inline status removal when recording demosupdate-interactive-rebase-demoStefan Haller
2024-03-17Update interactive rebase demoJesse Duffield
2024-03-17Use substring filtering instead of fuzzy filtering by default (#3376)Stefan Haller
2024-03-17Get rid of the retain-sort-order-when-filtering logic againStefan Haller
2024-03-17Rename FuzzySearchFunc to FilterFuncStefan Haller
2024-03-17Rename FuzzySearch to FilterStringsStefan Haller
2024-03-17Default to substring filtering, add option to go back to fuzzy filteringStefan Haller
2024-03-17Don't sort the results of fuzzy.FindStefan Haller
2024-03-17When checking out a remote branch by name, ask the user how (#3388)Stefan Haller
2024-03-17Refresh after creating local branch, before checking it outStefan Haller
2024-03-17Show inline waiting status when checking out a local branchStefan Haller
2024-03-17Show the same menu when pressing space on a remote branchStefan Haller
2024-03-17When checking out a remote branch by name, ask the user howStefan Haller
2024-03-17Don't ask to force-push if the remote rejected updates (#3387)Stefan Haller
2024-03-17Don't ask to force-push if the remote rejected updatesStefan Haller
2024-03-17Allow moving and deleting update-ref todos (#3391)Stefan Haller
2024-03-16Set mode to none when calling SetSelectionRangeAndMode with empty non-sticky ...Stefan Haller
2024-03-16Allow deleting update-ref todosStefan Haller
2024-03-16Extract a findTodo helper functionStefan Haller
2024-03-16Allow moving update-ref todos up/downStefan Haller
2024-03-16Store full ref in Name field of update-ref commitsStefan Haller
2024-03-16Refactor: pass Todo to moveTodoUp/Down instead of Sha and ActionStefan Haller
2024-03-12Show "breaking changes" message at startup (#3377)Stefan Haller
2024-03-12Handle mouse-wheel scrolling in confirmation panelStefan Haller
2024-03-12Show popup message with breaking changes on startupStefan Haller
2024-03-12Add Co-Author support to new commits (#3097)Stefan Haller
2024-03-11Add integration testStefan Haller
2024-03-11Add commit menu entry "Add co-author"Abhishek Keshri
2024-03-11Add a commit menu to the commit message panelAbhishek Keshri
2024-03-11Extract functions AddCoAuthorToMessage and AddCoAuthorToDescriptionStefan Haller
2024-03-11Make test assertion more specificStefan Haller
2024-03-11Make keybindings for the "Amend attribute" menu configurableAbhishek Keshri
2024-03-11Internationalize the tooltips of the "Amend commit attributes" menuAbhishek Keshri
2024-03-11Add forgotten keybindings to Config.mdAbhishek Keshri
2024-03-09Update sponsors in readmeJesse Duffield
2024-03-09Auto-wrap commit message while typing (#3173)Stefan Haller
2024-03-09Add integration testStefan Haller
2024-03-09Remove hard line breaks when rewording commitsStefan Haller
2024-03-09Replace DOS linefeeds with Unix line feeds when loading a commit messageStefan Haller
2024-03-09Save and restore the unwrapped descriptionStefan Haller
2024-03-09Add config for soft-wrapping the commit message bodyStefan Haller
2024-03-09Bump gocuiStefan Haller
2024-03-09Adjust selection after squashing fixups (#3338)Stefan Haller
2024-03-09Keep the same line selected after squashing fixup commitsStefan Haller
2024-03-09Extract common code to a helper methodStefan Haller
2024-03-09Move selection down by one after creating a fixup commitStefan Haller
2024-03-09Extend squash_fixups_in_current_branch test to check the selectionStefan Haller
2024-03-09Add test for creating a fixup commit and squashing fixupsStefan Haller
2024-03-09Support setting a range of commits to "edit" outside of a rebase (#3370)Stefan Haller
2024-03-09Support setting a range of commits to "edit" outside of a rebaseStefan Haller