We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac20cc commit 3ed21ffCopy full SHA for 3ed21ff
config/config.go
@@ -33,7 +33,7 @@ var (
33
)
34
35
// Config contains the repository configuration
36
-// ftp://www.kernel.org/pub/software/scm/git/docs/git-config.html#FILES
+// https://www.kernel.org/pub/software/scm/git/docs/git-config.html#FILES
37
type Config struct {
38
Core struct {
39
// IsBare if true this repository is assumed to be bare and has no
0 commit comments