summaryrefslogtreecommitdiffstats
path: root/pkg/commands/patch_rebases.go
AgeCommit message (Collapse)Author
2022-01-04WIPJesse Duffield
2021-04-11start adding support for logging of commandsJesse Duffield
2021-04-10fix commit amendJesse Duffield
2020-11-18fix lint errorsJesse Duffield
2020-10-10type i18nJesse Duffield
2020-09-29move models folder into commands folderJesse Duffield
2020-09-29factor out code from git.goJesse Duffield
2020-09-29move commits model into models packageJesse Duffield
2020-08-15move patch stuff into its own packageJesse Duffield
2020-05-09Add option to split patch into a new commitGary Yendell
Add GetHeadCommitMessage to read the subject of the HEAD commit Create PullPatchIntoNewCommit based heavily on PullPatchIntoIndex to split the current patch from its commit and apply it in a separate commit immediately after. WIP to Squash - Fill format string with format string WIP
2020-03-28autostash changes when pulling file into indexJesse Duffield
2019-11-05don't let patch manager ever be nilJesse Duffield
2019-11-05clear patch after successful patch operationJesse Duffield
2019-11-05Support building and moving patchesJesse Duffield
WIP