summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/local_commits_controller.go
AgeCommit message (Expand)Author
2024-06-12Show "exec" todos in the list of rebase todosStefan Haller
2024-06-07feat: support range selection for commit attributes amendAzraelSec
2024-05-19Remove redundant variable dedeclarationsJesse Duffield
2024-04-22Switch git-todo-parser from fsmiamoto original repo to stefanhaller's forkStefan Haller
2024-04-18Return error from RefreshOptions.ThenStefan Haller
2024-04-18Make OnWorker callback return an errorStefan Haller
2024-04-18Remove calls to Error()Stefan Haller
2024-04-12rename sha to hash 9, case: Shapikomonde
2024-04-12rename sha to hash 6, update short hashpikomonde
2024-04-12rename sha to hash 3pikomonde
2024-04-12rename sha to hashpikomonde
2024-04-07Replace min/max helpers with built-in min/maxEng Zer Jun
2024-03-22Make it easy to create "amend!" commitsStefan Haller
2024-03-22Remove CreateFixupCommitDescription as it's identical to CreateFixupCommitStefan Haller
2024-03-16Allow deleting update-ref todosStefan 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-11Make keybindings for the "Amend attribute" menu configurableAbhishek Keshri
2024-03-11Internationalize the tooltips of the "Amend commit attributes" menuAbhishek Keshri
2024-03-09Remove hard line breaks when rewording commitsStefan 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-09Support setting a range of commits to "edit" outside of a rebaseStefan Haller
2024-02-16Redraw commits view when showGraph setting changesStefan Haller
2024-02-16Deprecate git.log.showGraph and git.log.order configAlex March
2024-01-29Add command to squash all fixups in the current branchStefan Haller
2024-01-28Display more keybindings on-screenJesse Duffield
2024-01-28Improve keybinding descriptionsJesse Duffield
2024-01-26Keep same selection range when quick-starting an interactive rebaseStefan Haller
2024-01-23Disallow updating non-standard TODO lines when rebasingJesse Duffield
2024-01-23Support range select in rebase actionsJesse Duffield
2024-01-19Enforce single-item selection in various actionsJesse Duffield
2024-01-19Add SetSelection function for list contexts and use it in most placesJesse Duffield
2024-01-14Allow showing Disabled errors as error panel instead of toastStefan Haller
2024-01-14Make DisabledReason a structStefan Haller
2024-01-13Do not perform IO work when getting disabled reason with local commitsJesse Duffield
2024-01-13Add ability to start an interactive rebase onto an appropriate baseJesse Duffield
2023-12-09Add WithWaitingStatusSync for reverting commitsStefan Haller
2023-12-09Use WithWaitingStatusSync for move commit up/downStefan Haller
2023-09-18Disabled paste when there are no copied commitsStefan Haller
2023-09-18Use DisabledReason for commits panel commandsStefan Haller
2023-09-09Add coauthor (#2)Orlando Maussa
2023-09-04Don't pass ignoreWhitespace to git commandsStefan Haller
2023-09-01Improve prompts when amending commitsStefan Haller
2023-08-29Ensure committable files for "amend to" and "create fixup commit"Stefan Haller
2023-08-22Select same commit again after pressing "e" to edit a commitStefan Haller
2023-08-21Add key binding for switching from the commit message panel to an editorStefan Haller
2023-07-31Moves log related translations into its own Tr.Log. namespaceKarl Heitmann
2023-07-31Moves hard coded strings for LogCommand to i18n.Karl Heitmann