aboutsummaryrefslogtreecommitdiffstats
path: root/worktree_commit.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2018-02-28 19:18:36 +0100
committerGitHub <noreply@github.com>2018-02-28 19:18:36 +0100
commit4397264e391b45a8eac147cc7373189d55c640cc (patch)
tree6198853fc7ca31ac16a0cbfa683828568452a6dd /worktree_commit.go
parentdefd0b861ca79845c8f06f7c826c769012404bbd (diff)
parent6d23b50e27312f3ba3e839153c2c0db5237c827d (diff)
downloadgo-git-4397264e391b45a8eac147cc7373189d55c640cc.tar.gz
Merge pull request #739 from mcuadros/add
new methods Worktree.[AddGlob|RemoveBlob] and recursive Worktree.[Add|Remove]
Diffstat (limited to 'worktree_commit.go')
-rw-r--r--worktree_commit.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/worktree_commit.go b/worktree_commit.go
index 3145c8a..5fa63ab 100644
--- a/worktree_commit.go
+++ b/worktree_commit.go
@@ -63,7 +63,6 @@ func (w *Worktree) autoAddModifiedAndDeleted() error {
if _, err := w.Add(path); err != nil {
return err
}
-
}
return nil