summaryrefslogtreecommitdiffstats
path: root/pkg/gui/commits_panel.go
AgeCommit message (Expand)Author
2023-04-30Begin refactoring guiJesse Duffield
2023-04-15Show update-ref commands in rebase todo listStefan Haller
2023-03-19rename patch manager to patch builderJesse Duffield
2023-03-19refactor patch codeJesse Duffield
2023-02-07Allow ignoring whitespace in diff in commits panelstk
2022-08-07allow rendering to main panels from anywhereJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-03-17more consistent namingJesse Duffield
2022-03-17controller for viewing sub commitsJesse Duffield
2022-03-17refactor contextsJesse Duffield
2022-03-17resetting controllers on new repoJesse Duffield
2022-03-17move all refresh code into the one fileJesse Duffield
2022-03-17move context keys into context packageJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield
2022-03-17start refactoring guiJesse Duffield
2022-01-26select current bisect commit even if bisect was started on another branchJesse Duffield
2022-01-26only show commits from start ref if bad commit is reachable from thereJesse Duffield
2022-01-26Fixed the issue with lintingglendsoza
2022-01-26Changes as per reviewglendsoza
2022-01-26Changes as per reviewglendsoza
2022-01-26ISSUE 1706: Ask confirmation before reverting a commitglendsoza
2022-01-22add support for git bisectJesse Duffield
2022-01-09add integration test for discarding old filesJesse Duffield
2022-01-09allow rewording old commitsJesse Duffield
2022-01-09add some more lintersJesse Duffield
2022-01-09shorten nameJesse Duffield
2022-01-09remove OSCommand fieldJesse Duffield
2022-01-09start breaking up git structJesse Duffield
2022-01-07fix some thingsJesse Duffield
2022-01-07refactorJesse Duffield
2022-01-07simplify how we log commandsJesse Duffield
2022-01-04do dependency injection up front and in one placeJesse Duffield
2022-01-04WIPJesse Duffield
2022-01-04WIPJesse Duffield
2022-01-04more refactoringJesse Duffield
2022-01-04WIPJesse Duffield
2022-01-04align Gui struct with GitCommandJesse Duffield
2022-01-04WIPJesse Duffield
2021-12-29refactor to rename pull_request to hosting_service and apply SRPJesse Duffield
2021-12-29allow opening a commit in the browserJesse Duffield
2021-12-26set tag index directlyFrancisco Miamoto
2021-12-26change formatting for menu itemsFrancisco Miamoto
2021-12-26set show cancel as true for tag menuFrancisco Miamoto
2021-12-26update translations to match conventionsFrancisco Miamoto
2021-12-26show tag menu for creation on tags tabFrancisco Miamoto
2021-12-26support creating annotated tagsFrancisco Miamoto
2021-12-06more efficient context diff size changingJesse Duffield
2021-11-05add menu options for log stuffJesse Duffield
2021-11-05render commit graphJesse Duffield
2021-11-01some refactoring in anticipation of the graph featureJesse Duffield