Commit History

Author SHA1 Message Date
  Jelmer Vernooij 2c87630398 Work with chunks internally in dulwich.objects. 15 years ago
  Jelmer Vernooij f2cd4d690f Rename _parse_text to _deserialize for consistency. 15 years ago
  Jelmer Vernooij 1ec064b8d8 Set needs_serialization/needs_parsing properties only in a few places. 15 years ago
  Jelmer Vernooij f97d50a2dc Use raw_length in pack generation. 15 years ago
  Jelmer Vernooij 6043b81a91 Work with chunks rather than StringIO internally when possible. 15 years ago
  Jelmer Vernooij 9b5d20ce62 Make ShaFile.serialize private (it's pointless to call for external users). 15 years ago
  Jelmer Vernooij ca3bea00d2 Provide C implementation of tree item sorter. 15 years ago
  Jelmer Vernooij f3732d3aa5 Support determining blob id without joining all chunks first. 15 years ago
  Jelmer Vernooij 35b699019c Allow accessing Blob contents as chunks. 15 years ago
  Jelmer Vernooij 6f995972f1 Use urlparse.parse_qs rather than deprecated cgi.parse_qs. 15 years ago
  Jelmer Vernooij 0ff18403ac Ignore deprecationwarnings from known deprecated methods during testsuite run. 15 years ago
  Jelmer Vernooij 376df3af9e Fix warning stacklevels. 15 years ago
  Jelmer Vernooij d6eefc6144 Add ShaFile._raw_length. 15 years ago
  Jelmer Vernooij 5a9c5ae6f9 Repo.get_blob, Repo.commit, Repo.tag and Repo.tree are now deprecated. 15 years ago
  Tay Ray Chuan 7eda0b3686 test_repository: add test for ObjectStore.find_common_revisions() 15 years ago
  Jelmer Vernooij a997f8dff6 Mark current version as 0.5.1. 15 years ago
  Jelmer Vernooij f390bb8f56 Implement RefsContainer.__contains__. 15 years ago
  Jelmer Vernooij 115d2a9f75 Improve formatting, update docstring. 15 years ago
  Jelmer Vernooij d75fa982db Add Repo.stage. 15 years ago
  Jelmer Vernooij 4664830bc9 Move get_transport_and_path to dulwich.client. 15 years ago
  Jelmer Vernooij 7dd732625b Add docstrings. 15 years ago
  Jelmer Vernooij b35c1ec6da Improve docstrings. 15 years ago
  Bruce Duncan c9d59df93b In threaded programs, more than one thread can try to add the same object at 15 years ago
  Jelmer Vernooij 0920ff790d Use syntax understood by git am. 15 years ago
  Jelmer Vernooij f65c271ce7 Make sure mode is initialized. 15 years ago
  Jelmer Vernooij d2f3b3c82e Fix trailing newlines in generated patch files. 15 years ago
  Jelmer Vernooij 71ef2049d0 The 'committer' and 'message' arguments to Repo.do_commit() have 15 years ago
  Jelmer Vernooij 4b4e4bc40f Add Index.commit. 15 years ago
  Jelmer Vernooij 339eee3ac3 Allow specifying path to 'dulwich log'. 15 years ago
  Jelmer Vernooij 9208f15845 Simplify clone code. 15 years ago