Skip to content

Commit 3925240

Browse files
committed
revParseBatchTagCount 128
1 parent 05df942 commit 3925240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/gitsemver/gitter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type DefaultGitter struct {
5656
DebugOut io.Writer
5757
}
5858

59-
const revParseBatchTagCount = 32
59+
const revParseBatchTagCount = 128
6060

6161
func MaybeSync(w io.Writer) {
6262
if syncer, ok := w.(interface{ Sync() error }); ok {

0 commit comments

Comments
 (0)