You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usage:NotPlanned{reason:"seems like a niche feature, but can be implemented if there is demand"}
126
138
},
127
-
Record{
128
-
config:"core.checkRoundtripEncoding",
129
-
usage:Planned{note:Some("needed once working-tree-encoding attributes are supported")}
130
-
},
131
139
Record{
132
140
config:"core.bigFileThreshold",
133
141
usage:Planned{note:Some("unfortunately we can't stream packed files yet, even if not delta-compressed, but respecting the threshold for other operations is definitely a must")}
usage:Planned{note:Some("this is a nice improvement over spareCheckout alone and should one day be available too")},
158
166
},
167
+
Record{
168
+
config:"core.gitProxy",
169
+
usage:NotPlanned{reason:"the transport mechanism works differently enough to not support it for now, but of course it's possible to add support if there is demand"},
170
+
},
159
171
Record{
160
172
config:"checkout.defaultRemote",
161
173
usage:Planned{note:Some("needed for correct checkout behaviour, similar to what git does")},
0 commit comments