summaryrefslogtreecommitdiffstats
path: root/pkg/gui
AgeCommit message (Expand)Author
2020-10-02make it easier to add a tab to a viewJesse Duffield
2020-10-01add mutex to views arrayJesse Duffield
2020-09-29move models folder into commands folderJesse Duffield
2020-09-29factor out code from git.goJesse Duffield
2020-09-29move OS commands into their own packageJesse Duffield
2020-09-29move commit filesJesse Duffield
2020-09-29move stash panelJesse Duffield
2020-09-29move file and submoduleJesse Duffield
2020-09-29move remotes and remote branchesJesse Duffield
2020-09-29move tagsJesse Duffield
2020-09-29move commits model into models packageJesse Duffield
2020-09-29pull branch model out into models packageJesse Duffield
2020-09-29tell users we're going to reset submodulesJesse Duffield
2020-09-29format codeJesse Duffield
2020-09-29allow entering and returning from submoduleJesse Duffield
2020-09-29support discarding submodule changesJesse Duffield
2020-09-29support submodulesJesse Duffield
2020-09-29move git dir env stuff into a centralised packageJesse Duffield
2020-09-29do not include bare repos in recent repos listJesse Duffield
2020-09-29unset GIT_WORK_TREE and GIT_DIR when switching reposJesse Duffield
2020-09-27support setting description in custom commandJesse Duffield
2020-09-27better handling of global custom keybindingsJesse Duffield
2020-09-27better validation messagesJesse Duffield
2020-09-27support custom command loading textJesse Duffield
2020-09-27rename prompt to inputJesse Duffield
2020-09-27fallback to value if name not givenJesse Duffield
2020-09-27better template support for menus and promptsJesse Duffield
2020-09-27support menus in custom commandsJesse Duffield
2020-09-27support prompts in custom commandsJesse Duffield
2020-09-27minor fixupJesse Duffield
2020-09-27better interfaceJesse Duffield
2020-09-27support custom keybindingsJesse Duffield
2020-09-26more lenient handling of views not existingJesse Duffield
2020-09-26fix panicJesse Duffield
2020-09-26refresh commit files view when neededJesse Duffield
2020-09-26convert to string in a better way because I'm pretty sure alpine needs itJesse Duffield
2020-09-26use --no-ext-diff flag for git diffJesse Duffield
2020-09-26more loggingJesse Duffield
2020-09-26add in-built logging support for a better dev experienceJesse Duffield
2020-09-21Be able to copy file nameYuki Osaki
2020-09-18show loading state when amending top commitv0.22.7v0.22.6Jesse Duffield
2020-08-31use GetBool instead of castingFrancisco Miamoto
2020-08-31implement config option for disabling force pushingFrancisco Miamoto
2020-08-29fast UI update when moving commits in rebase modeJesse Duffield
2020-08-28restore donate linkv0.22.4Jesse Duffield
2020-08-27more efficient refreshing of rebase commitsJesse Duffield
2020-08-27drop merge commits when interactive rebasing just like git CLIJesse Duffield
2020-08-26fix bug where cancelling search in menu caused issuev0.22.3Jesse Duffield
2020-08-25do not create error panel for sentinel errorsv0.22.1Jesse Duffield
2020-08-25Remove tab keybinding for cycling tabJesse Duffield