summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-09-27 16:21:28 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-09-29 17:42:07 +1000
commit59e117738dd708fa6531c085b23107da5546c40f (patch)
tree6e0c15af4c0b203ee4b17e3d8be84fa0d6f63986 /pkg/commands/git.go
parent75598ea2a1a561b6cdba88d9763e134412a2eb04 (diff)
missed a spot
Diffstat (limited to 'pkg/commands/git.go')
-rw-r--r--pkg/commands/git.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/commands/git.go b/pkg/commands/git.go
index 013e1b39c..41133424d 100644
--- a/pkg/commands/git.go
+++ b/pkg/commands/git.go
@@ -105,7 +105,6 @@ type GitCommand struct {
// NewGitCommand it runs git commands
func NewGitCommand(log *logrus.Entry, osCommand *OSCommand, tr *i18n.Localizer, config config.AppConfigurer) (*GitCommand, error) {
- // var worktree *gogit.Worktree
var repo *gogit.Repository
// see what our default push behaviour is