summaryrefslogtreecommitdiffstats
path: root/pkg/gui/commits_panel.go
AgeCommit message (Expand)Author
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
2021-06-05support reverting merge commitsJesse Duffield
2021-04-11add spans to i18nJesse Duffield
2021-04-11full coverage for logging commandsJesse Duffield
2021-04-10fix commit amendJesse Duffield
2021-04-06testJesse Duffield
2021-04-06refactorJesse Duffield
2021-04-06refactor of contexts and filteringJesse Duffield
2021-04-06use suspense rather than close the gui when switching to a subprocessJesse Duffield
2021-04-06get rid of these positively ghastly method signaturesJesse Duffield
2021-04-02big refactor to give our enums actual typesJesse Duffield
2020-11-28refactor prompt optsJesse Duffield
2020-11-21notify user upon copying something to clipboardJesse Duffield
2020-11-18fix lint errorsJesse Duffield
2020-10-12Copy a commit message to clipboard: Changes to latest versionnullawhale
2020-10-10do not put mutexes on state else we might unlock an unlocked mutexJesse Duffield
2020-10-10add some safe goroutinesJesse Duffield
2020-10-10paging keybindings for line by line panelJesse Duffield
2020-10-10type i18nJesse Duffield
2020-09-29move models folder into commands folderJesse Duffield
2020-09-29move commits model into models packageJesse Duffield
2020-09-26refresh commit files view when neededJesse Duffield
2020-08-29fast UI update when moving commits in rebase modeJesse Duffield