123456789101112131415161718192021222324252627282930313233343536 |
- 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
|