Skip to content

Commit 5e8c6b4

Browse files
committed
remove unnecessary comments
1 parent d01ca3a commit 5e8c6b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/git/git.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ import (
2323

2424
var (
2525
// GitVersionRequired is the minimum Git version required
26-
// At the moment, all code for git 1.x are not changed, if some users want to test with old git client
27-
// or bypass the check, they still have a chance to edit this variable manually.
28-
// If everything works fine, the code for git 1.x could be removed in a separate PR before 1.17 frozen.
2926
GitVersionRequired = "2.0.0"
3027

3128
// GitExecutable is the command name of git

0 commit comments

Comments
 (0)