summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-10-06 20:50:54 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-10-06 21:58:41 +1100
commit6e076472b8fb2d052e0b1c35d3fff3dd263ae722 (patch)
tree57d521a3c4879f4985e926578cbec66eb6427e21 /pkg/commands/git.go
parent3e15ae32112970e39de68ef0d5bf96fa5e2bcd40 (diff)
switch to fork of go-git
Diffstat (limited to 'pkg/commands/git.go')
-rw-r--r--pkg/commands/git.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/git.go b/pkg/commands/git.go
index ab2819f75..af1533886 100644
--- a/pkg/commands/git.go
+++ b/pkg/commands/git.go
@@ -8,7 +8,7 @@ import (
"github.com/go-errors/errors"
- gogit "github.com/go-git/go-git/v5"
+ gogit "github.com/jesseduffield/go-git/v5"
"github.com/jesseduffield/lazygit/pkg/commands/oscommands"
"github.com/jesseduffield/lazygit/pkg/commands/patch"
"github.com/jesseduffield/lazygit/pkg/config"