STATUS 611 B

123456789101112131415161718192021222324252627282930313233343536
  1. Server capabilities
  2. ===================
  3. The Dulwich server supports the following capabilities:
  4. * include-tag
  5. * thin-pack
  6. * multi_ack_detailed
  7. * multi_ack
  8. * side-band-64k
  9. * ofs-delta
  10. * no-progress
  11. * report-status
  12. * delete-refs
  13. Known capabilities that are not supported:
  14. * shallow (http://pad.lv/909524)
  15. Client capabilities
  16. ===================
  17. The Dulwich client supports the following capabilities:
  18. * thin-pack
  19. * multi_ack_detailed
  20. * multi_ack
  21. * side-band-64k
  22. * ofs-delta
  23. * report-status
  24. Known capabilities that are not supported:
  25. * shallow
  26. * delete-refs
  27. * no-progress
  28. * include-tag