We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e616e9b commit 986e60eCopy full SHA for 986e60e
common.go
@@ -2,8 +2,6 @@ package git
2
3
import "strings"
4
5
-const defaultDotGitPath = ".git"
6
-
7
// countLines returns the number of lines in a string à la git, this is
8
// The newline character is assumed to be '\n'. The empty string
9
// contains 0 lines. If the last line of the string doesn't end with a
0 commit comments