summaryrefslogtreecommitdiffstats
path: root/pkg/gui/patch_options_panel.go
AgeCommit message (Collapse)Author
2020-08-23use context to return to the correct viewJesse Duffield
2020-08-23fix up patch managerJesse Duffield
2020-08-23cleanupJesse Duffield
2020-08-23support creating patches from files in diff modeJesse Duffield
2020-08-23rename to make way for a generic function nameJesse Duffield
2020-08-23remove clipboard option for now because we need a better way of doing itJesse Duffield
2020-08-23moreJesse Duffield
2020-08-23missed a spotJesse Duffield
2020-08-23better menu item nameJesse Duffield
2020-08-23only show rebasey commands on a local commit when patch buildingJesse Duffield
2020-08-23generalise patch building stuffJesse Duffield
2020-08-23rename to SelectedLineIdxJesse Duffield
2020-08-23use camelCaseJesse Duffield
2020-08-15more removing of gJesse Duffield
2020-08-15renameJesse Duffield
2020-08-15clean up interface for popup panelsJesse 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-29add reverse patch optionJesse Duffield
2020-03-29add new diff modeJesse Duffield
WIP WIP WIP WIP WIP WIP WIP
2020-03-29allow scoped mode where the commits/reflog/stash panels are scoped to a fileJesse Duffield
WIP restrict certain actions in scoped mode WIP
2020-03-28autostash changes when pulling file into indexJesse Duffield
2020-03-28move working tree state function into git.goJesse Duffield
2020-03-28better error handlingJesse Duffield
2020-03-28more centralised handling of refreshingJesse Duffield
2020-03-26allow applying patch directlyv0.18Jesse Duffield
2020-02-16add reset to reflog commit menuJesse Duffield
2020-02-15remove old createMenu functionJesse Duffield
2020-02-15refactor patch options menu panelJesse Duffield
2019-11-21add contexts to viewsJesse Duffield
2019-11-10simplify how the context system worksJesse Duffield
2019-11-10reset patch builder when we've escaped from the building phase and nothing ↵Jesse Duffield
has been added
2019-11-05don't let patch manager ever be nilJesse Duffield
2019-11-05more work on managing focus when applying patch commandJesse Duffield
2019-11-05reorder patch command optionsJesse Duffield
2019-11-05move PatchManager to GitCommandJesse Duffield
2019-11-05checks for if we're in a normal working tree stateJesse Duffield
2019-11-05Support building and moving patchesJesse Duffield
WIP