fork of go-git with some jj specific features

*: remove unused unexported const (#286)

This is never used in the code, and not available publicly, so safe to remove.

authored by Jeff Widman and committed by GitHub 986e60ec e616e9be

Changed files
-2
-2
common.go
··· 2 2 3 3 import "strings" 4 4 5 - const defaultDotGitPath = ".git" 6 - 7 5 // countLines returns the number of lines in a string à la git, this is 8 6 // The newline character is assumed to be '\n'. The empty string 9 7 // contains 0 lines. If the last line of the string doesn't end with a