Commit History

作者 SHA1 備註 提交日期
  Jelmer Vernooij d6d3c089a8 Convert more docstrings to Google style. 5 年之前
  Jelmer Vernooij 7e8096f453 Revamp pack handling to deal with newly introduced packs correctly. 6 年之前
  Jelmer Vernooij 0bd1e28b88 Update my email address. jelmer@samba.org => jelmer@jelmer.uk. 7 年之前
  Jelmer Vernooij 3b2fd70b2b Pass along progress function for pack writing progress. 7 年之前
  Jelmer Vernooij bbb18c93b9 Change send_pack argument from generate_pack_contents to generate_pack_data. 7 年之前
  Jelmer Vernooij 4349a6e7e8 Use write_pack_data. 7 年之前
  Jelmer Vernooij ee99f34aad Disable deltification by default again; it's too much of a performance 7 年之前
  Jelmer Vernooij 5657f966ee Make deltify default to True. 7 年之前
  Jelmer Vernooij 2b6271f2a7 Allow extracting raw compressed data from packs. 7 年之前
  Jelmer Vernooij 5770657d64 Add basic repack implementation. 8 年之前
  Jelmer Vernooij aa2a305841 Fix all flake8 style issues. 8 年之前
  Jelmer Vernooij e5f6eb1ebd Some style fixes. 8 年之前
  Jelmer Vernooij de1f93ebac Use more idiomatic python. 8 年之前
  Jelmer Vernooij 8c35904821 Update header to reflect that license is now Apachev2 or GNU GPLv2+. 9 年之前
  Jelmer Vernooij 36d40a4d41 Add porcelain.pack_objects. 10 年之前
  William Grant 57ef430c21 Rewrite PackData._follow_chain to iterate rather than recurse. 10 年之前
  William Grant 4589d24832 Rewrite PackData.resolve_object to iterate rather than recurse. 10 年之前
  Gary van der Merwe 1d4d526b6e Revert "Change the way methods that take a path argument behave." 10 年之前
  Gary van der Merwé 7a02943889 Change the way methods that take a path argument behave. 10 年之前
  Jelmer Vernooij 41bdaf1e78 Remove python3 special casing. 10 年之前
  Jelmer Vernooij 5cf6c5874c Fix build with python2.6. 10 年之前
  Jelmer Vernooij 374a6d339f Remove special-casing for py3. 10 年之前
  Jelmer Vernooij 74e686d9c2 Eliminate int_types, use bytearray(). 10 年之前
  Jelmer Vernooij 553045ccfe Avoid custom function indexbytes. 10 年之前
  Gary van der Merwe 7da496f1a9 Port index to python3 10 年之前
  Gary van der Merwe 2b5d2db596 Port pack to Python3 10 年之前
  Chaiwat Suttipongsakul 1697076058 fix using dulwich on windows 10 年之前
  Jelmer Vernooij 23eaa9164c Explicitly disable mmap on plan9 where it doesn't work. 10 年之前
  Hwee Miin Koh 9d73c232f9 Fix issue #247 'TypeError when fetching empty updates into MemoryRepo' by adding check for _num_objects is None when iterating pack data. 10 年之前
  Jelmer Vernooij 6562fb9a46 Avoid using dulwich._compat for Python3 porting. 10 年之前