summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context/local_commits_context.go
AgeCommit message (Expand)Author
2023-05-21Mark commits which changed a file among the last X commitsmark-last-commit-to-change-fileJesse Duffield
2023-04-30split context common from helper commonJesse Duffield
2023-04-30move getDisplayStrings funcs into contextsJesse Duffield
2023-04-30move getModel functions into contextsJesse Duffield
2023-04-30move views into contextsJesse Duffield
2023-04-30remove context callback optsJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-05-30fix: lint errorLay
2022-05-30Add config param that displays the whole git graph by defaultLay
2022-05-05fix: fix a crash when pressing enter in empty commits, reflog, or stash panelRyooooooga
2022-04-02introduce Ref interfaceRyooooooga
2022-03-26show namesake for child viewsJesse Duffield
2022-03-26add basic commits controller for handling actions that apply to all commit co...Jesse Duffield
2022-03-19update lintersJesse Duffield
2022-03-19use generics to DRY up context codeJesse Duffield
2022-03-17include stash in commitish controllerJesse Duffield
2022-03-17add common commit controllerJesse Duffield
2022-03-17more consistent namingJesse Duffield
2022-03-17refactor controllersJesse Duffield
2022-03-17controller for viewing sub commitsJesse Duffield
2022-03-17refactor contextsJesse Duffield