You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/zoekt-mirror-gerrit/main.go
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ import (
31
31
"strings"
32
32
33
33
gerrit "github.com/andygrunwald/go-gerrit"
34
+
git "github.com/go-git/go-git/v5"
35
+
"github.com/go-git/go-git/v5/config"
34
36
"github.com/sourcegraph/zoekt/gitindex"
35
37
)
36
38
@@ -92,6 +94,7 @@ func main() {
92
94
repoNameFormat:=flag.String("repo-name-format", qualifiedRepoNameFormat, fmt.Sprintf("the format of the local repo name in zoekt (valid values: %s)", strings.Join(validRepoNameFormat, ", ")))
93
95
excludePattern:=flag.String("exclude", "", "don't mirror repos whose names match this regexp.")
0 commit comments