summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git.go
AgeCommit message (Expand)Author
2024-06-29Show github pull request status against branchJesse Duffield
2024-05-19Add ahead/behind information for @{push}Stefan Haller
2024-01-24Refactor repo_paths.go to use git rev-parseJohn Whitley
2024-01-10Add command to find base commit for creating a fixupStefan Haller
2023-10-08Remove sync mutexStefan Haller
2023-09-04Don't pass ignoreWhitespace to git commandsStefan Haller
2023-07-30Write unit tests with the help of aferoJesse Duffield
2023-07-30Centralise logic for obtaining repo pathsJesse Duffield
2023-07-30Add test for opening lazygit in the worktree of a bare repoJesse Duffield
2023-07-30Hide worktree functionality on old git versionsJesse Duffield
2023-07-30Support for deleting a worktreeJoel Baranick
2023-07-30Initial addition of support for worktreesJoel Baranick
2023-07-02Use comment char config on interactive rebaseGustavo Krieger
2023-06-01show commits against branchesJesse Duffield
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