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

ask git version from 1.7.10 to 1.8.1.6 since git log command needs #48

Merged
merged 1 commit into from
Apr 26, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion git.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
// Prefix the log prefix
Prefix = "[git-module] "
// GitVersionRequired is the minimum Git version required
GitVersionRequired = "1.7.10"
GitVersionRequired = "1.8.1.6"
)

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