summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_commands/submodule.go
AgeCommit message (Expand)Author
2024-03-07Show all submodules recursivelyStefan Haller
2024-03-07Pass entire submodule to UpdateUrl instead of name and path separatelyStefan Haller
2024-03-07Fix deleting submodule where name and path are differentStefan Haller
2023-07-30Centralise logic for obtaining repo pathsJesse Duffield
2023-07-30Add worktree tests for removing/detachingJesse Duffield
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-05-20Add convenience builder for git commandsJesse Duffield
2022-01-26add a file close that was missedJesse Duffield
2022-01-18refactor to group up more commonly used git command stuffJesse Duffield
2022-01-09refactorJesse Duffield