summaryrefslogtreecommitdiffstats
path: root/pkg/gui/commit_files_panel.go
AgeCommit message (Expand)Author
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-05do not return focus to commitsFiles view after selecting to start a new patchJesse Duffield
2019-11-05handling when to show the split panelJesse Duffield
2019-11-05support line by line additions in staging and patch building contextsJesse 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
2019-03-23Rely on model rather than view to focus a pointJesse Duffield
2019-03-16allow adding a file viewed from the commit files panelJesse Duffield
2019-03-16allow user to discard old file changes for a given commitJesse Duffield
2019-03-16allow user to checkout old filesJesse Duffield
2019-03-16minor cleanupJesse Duffield
2019-03-16Add feature of display committed file list #383skanehira