aboutsummaryrefslogtreecommitdiffstats
path: root/worktree.go
diff options
context:
space:
mode:
authornodivbyzero <nodivbyzero@gmail.com>2023-09-14 17:03:16 -0700
committernodivbyzero <nodivbyzero@gmail.com>2023-09-15 07:45:22 -0700
commitc67eceb3c2b90ce392f577f8425d066197132860 (patch)
treeba7ffe68243482e86fff8e31be09cde0a6b5aecc /worktree.go
parente24e0f714c4ecaf086b5783f099a885e6a2c9a1a (diff)
downloadgo-git-c67eceb3c2b90ce392f577f8425d066197132860.tar.gz
git: worktree:: apply ProxyOption on Pull. Fixes #840
Diffstat (limited to 'worktree.go')
-rw-r--r--worktree.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/worktree.go b/worktree.go
index f9c01af..f8b854d 100644
--- a/worktree.go
+++ b/worktree.go
@@ -78,6 +78,7 @@ func (w *Worktree) PullContext(ctx context.Context, o *PullOptions) error {
Force: o.Force,
InsecureSkipTLS: o.InsecureSkipTLS,
CABundle: o.CABundle,
+ ProxyOptions: o.ProxyOptions,
})
updated := true