summaryrefslogtreecommitdiffstats
path: root/pkg/commands
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-05 11:55:04 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-05 19:22:01 +1100
commitf285d80d0ef17860d9180759f756140fb40d967f (patch)
treeb7893b54c5051062f1e0c91f13db5fd411c28961 /pkg/commands
parent0ffccbd3ee952a441575f378ce70b8be94e9f3c5 (diff)
move PatchManager to GitCommand
Diffstat (limited to 'pkg/commands')
-rw-r--r--pkg/commands/git.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/commands/git.go b/pkg/commands/git.go
index f9f6e723d..b9b37ab80 100644
--- a/pkg/commands/git.go
+++ b/pkg/commands/git.go
@@ -74,6 +74,7 @@ type GitCommand struct {
removeFile func(string) error
DotGitDir string
onSuccessfulContinue func() error
+ PatchManager *PatchManager
}
// NewGitCommand it runs git commands