We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15487a4 commit 7dd1823Copy full SHA for 7dd1823
git/obj_iter.go
@@ -22,7 +22,7 @@ type ObjectIter struct {
22
// `repo`. The arguments are passed to `git rev-list --objects`. The
23
// second return value is the stdin of the `rev-list` command. The
24
// caller can feed values into it but must close it in any case.
25
-func (repo *Repository) NewObjectIter(ctx context.Context, args ...string) (*ObjectIter, error) {
+func (repo *Repository) NewObjectIter(ctx context.Context) (*ObjectIter, error) {
26
iter := ObjectIter{
27
ctx: ctx,
28
p: pipe.New(),
0 commit comments