Skip to content

Commit 3f99247

Browse files
authored
ask git version from 1.7.10 to 1.8.1.6 since git log command needs (#48)
1 parent ee1a397 commit 3f99247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var (
2525
// Prefix the log prefix
2626
Prefix = "[git-module] "
2727
// GitVersionRequired is the minimum Git version required
28-
GitVersionRequired = "1.7.10"
28+
GitVersionRequired = "1.8.1.6"
2929
)
3030

3131
func log(format string, args ...interface{}) {

0 commit comments

Comments
 (0)