2
0
Эх сурвалжийг харах

Add a basic STATUS document documenting the capabilities supported by dulwich.

Jelmer Vernooij 13 жил өмнө
parent
commit
cc672307ab
1 өөрчлөгдсөн 36 нэмэгдсэн , 0 устгасан
  1. 36 0
      STATUS

+ 36 - 0
STATUS

@@ -0,0 +1,36 @@
+Server capabilities
+===================
+
+The Dulwich server supports the following capabilities:
+
+ * include-tag
+ * thin-pack
+ * multi_ack_detailed
+ * multi_ack
+ * side-band-64k
+ * ofs-delta
+ * no-progress
+ * report-status
+ * delete-refs
+
+Known capabilities that are not supported:
+ * shallow (http://pad.lv/909524)
+
+Client capabilities
+===================
+
+The Dulwich client supports the following capabilities:
+
+ * thin-pack
+ * multi_ack_detailed
+ * multi_ack
+ * side-band-64k
+ * ofs-delta
+ * report-status
+
+Known capabilities that are not supported:
+
+ * shallow
+ * delete-refs
+ * no-progress
+ * include-tag