summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git.go
AgeCommit message (Expand)Author
2022-08-07add deadlock mutex packageJesse Duffield
2022-04-09Make worktrees workLuka Markušić
2022-03-19update lintersJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield
2022-01-22add support for git bisectJesse Duffield
2022-01-18refactor to group up more commonly used git command stuffJesse Duffield
2022-01-15always specify upstream when pushing/pullingJesse Duffield
2022-01-09pass repo to structJesse Duffield
2022-01-09refactorJesse Duffield
2022-01-09rearrangeJesse Duffield
2022-01-09trim down gitcommand struct some moreJesse Duffield
2022-01-09refactor git flowJesse Duffield
2022-01-09remove fieldJesse Duffield
2022-01-09remove repo fieldJesse Duffield
2022-01-09remove OSCommand fieldJesse Duffield
2022-01-09refactorJesse Duffield
2022-01-09start breaking up git structJesse 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-04fix loggingJesse Duffield
2022-01-04WIPJesse Duffield
2022-01-04refactoring the config structJesse Duffield
2022-01-04no more config in git command structJesse Duffield
2022-01-04introduce Common struct for passing around common stuffJesse Duffield
2022-01-04WIPJesse Duffield
2021-10-30stream output from certain git commands in command log panelJesse Duffield
2021-10-23use cached git configJesse Duffield
2021-10-22simplify pull logicJesse Duffield
2021-04-11more logging of commandsJesse Duffield
2021-04-11fix bug where mixed reset is actually a soft resetJesse Duffield
2021-04-11start adding support for logging of commandsJesse Duffield
2021-04-06don't kill the index.lock file until I decide whether it's actually a good ideaJesse Duffield
2021-04-06add retry logic for running git commands to avoid index.lock problemsJesse Duffield
2021-04-01faster startupJesse Duffield
2021-02-08remove go-gitconfig packageJesse Duffield
2020-10-10type i18nJesse Duffield
2020-10-06switch to fork of go-gitJesse 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 commits model into models packageJesse Duffield
2020-09-29pull branch model out into models packageJesse 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