Browse code

Add config protocol

Robert Cranston authored on 18/12/2022 04:28:27
Showing 1 changed files

... ...
@@ -54,3 +54,33 @@
54 54
 [diff]
55 55
 	renames   = copies
56 56
 	algorithm = histogram
57
+
58
+[url "ssh://git@"]
59
+	pushInsteadOf = https://
60
+
61
+[protocol]
62
+	allow = never
63
+
64
+[protocol "file"]
65
+	allow = always
66
+
67
+[protocol "ssh"]
68
+	allow = always
69
+
70
+[protocol "https"]
71
+	allow = always
72
+
73
+[transfer]
74
+	fsckObjects = true
75
+
76
+[fsck]
77
+	zeroPaddedFilemode = warn
78
+	badTimezone        = warn
79
+
80
+[receive "fsck"]
81
+	zeroPaddedFilemode = warn
82
+	badTimezone        = warn
83
+
84
+[fetch "fsck"]
85
+	zeroPaddedFilemode = warn
86
+	badTimezone        = warn