Skip to content
This repository was archived by the owner on Apr 12, 2019. It is now read-only.

Commit 70bc2a3

Browse files
committed
Accept git 1.7.2 as the minimum version
Debian old old (very old) distribution (6.0 aka Squeeze) ships version 1.7.10.4. The version requirement was raised in #46 supposedly for the need of "symbolic-ref" command, but that command is supported by the 1.7.2 version too, and possibly even older versions.
1 parent 67a38f3 commit 70bc2a3

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.8.1.6"
28+
GitVersionRequired = "1.7.2"
2929
)
3030

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

0 commit comments

Comments
 (0)