diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2018-02-01 17:10:42 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2018-02-01 17:10:42 +0100 |
commit | 66f08b836000cb79d2a5b76d3e15e1f81dc77e0b (patch) | |
tree | b9f283d0f4efa471fff91532210ec2c2aa0fccfb /worktree_commit.go | |
parent | 5d5b95168c9ed9f3210ddca5ce220fe3dbbebc0c (diff) | |
download | go-git-66f08b836000cb79d2a5b76d3e15e1f81dc77e0b.tar.gz |
new methods Worktree.[AddGlob|AddDirectory]
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
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 |