summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git.go
AgeCommit message (Expand)Author
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-05-20Refactor interface for ApplyPatchJesse Duffield
2023-05-16Add config git.mainBranchesStefan Haller
2023-03-19rename patch manager to patch builderJesse Duffield
2023-02-19Revert "fix: improve backward compatibility"Stefan Haller
2023-02-07Allow ignoring whitespace in diff in commits panelstk
2022-12-31fix: improve backward compatibilityRyooooooga
2022-12-30feat: add `GitVersion` structRyooooooga
2022-11-14fix: fix ambiguous branch nameRyooooooga
2022-11-14Merge loaders package into git_commands packagesudoburt
2022-09-17remove deprecated callsjiepeng
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