summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Expand)Author
2020-10-02bulk submodule menuJesse Duffield
2020-10-02allow updating submoduleJesse Duffield
2020-10-02allow submodule init and show submodule diff with a prefixJesse Duffield
2020-10-02improved command for deleting a submoduleJesse Duffield
2020-10-02manually update submodule urlJesse Duffield
2020-10-02allow updating submodule urlJesse Duffield
2020-10-02allow adding a submoduleJesse Duffield
2020-10-02add more submodule commandsJesse Duffield
2020-10-02add submodules contextJesse Duffield
2020-09-29fix windows buildJesse Duffield
2020-09-29move models folder into commands folderJesse Duffield
2020-09-29fix testsJesse Duffield
2020-09-29factor out code from git.goJesse Duffield
2020-09-29factor out code for loading modelsJesse 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-29fix testsJesse Duffield
2020-09-29support nuking all submodulesJesse Duffield
2020-09-29support discarding submodule changesJesse Duffield
2020-09-29support submodulesJesse Duffield
2020-09-29support opening lazygit in a symlinked submoduleJesse Duffield
2020-09-29missed a spotJesse 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-29support bare repositoriesJesse Duffield
2020-09-27better interfaceJesse 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-18fix testJesse Duffield
2020-09-02fix testJesse Duffield
2020-09-02ensure that when a branch name is ambiguous we still show the correct coloursJesse 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-27remove redundant testJesse Duffield
2020-08-27support branches with no upstreamJesse Duffield
2020-08-26better way of knowing which commits are unpushedJesse Duffield
2020-08-26use clipboard package to handle clipboard stuffJesse Duffield
2020-08-25add log when git status errorsJesse Duffield
2020-08-24ignore warning messages about files when obtaining file statusesJesse Duffield
2020-08-23rename Status to PatchStatusJesse Duffield
2020-08-23enlargen stash window when its focusedJesse Duffield
2020-08-23better handling of there being no commit filesJesse Duffield
2020-08-23show file statuses in commit files viewJesse Duffield