diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2018-02-28 19:18:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-28 19:18:36 +0100 |
commit | 4397264e391b45a8eac147cc7373189d55c640cc (patch) | |
tree | 6198853fc7ca31ac16a0cbfa683828568452a6dd /worktree_commit.go | |
parent | defd0b861ca79845c8f06f7c826c769012404bbd (diff) | |
parent | 6d23b50e27312f3ba3e839153c2c0db5237c827d (diff) | |
download | go-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.go | 1 |
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 |