提交历史

作者 SHA1 备注 提交日期
  Jelmer Vernooij a6a722e85b Return chunks from apply_delta. 15 年之前
  Jelmer Vernooij 5416eecc7c Return chunks from unpack_object. 15 年之前
  Jelmer Vernooij ca9e1e2e3b Remove read_zlib in favor of read_zlib_chunks. 15 年之前
  Jelmer Vernooij f97d50a2dc Use raw_length in pack generation. 15 年之前
  Jelmer Vernooij 78e552b195 Fix read for ref deltas. 15 年之前
  Jelmer Vernooij e57b60765c Return unused data 15 年之前
  Jelmer Vernooij bd95d2f348 Remove one-line function, only used in one place. 15 年之前
  Jelmer Vernooij 4fecc6cde6 Fix PackData._get_size(). 15 年之前
  Jelmer Vernooij ec5e202c7a Delay checking size until it's actually used. 15 年之前
  Jelmer Vernooij eee439d98b use fstat if possible. 15 年之前
  Jelmer Vernooij d01ccc7451 Allow opening pack objects from memory. 15 年之前
  Jelmer Vernooij 0728eb3126 Only use mmap for index files. 15 年之前
  Jelmer Vernooij fa35be7423 Avoid using mmap when unnecessary. 15 年之前
  Jelmer Vernooij d405efd141 Use simple read function. 15 年之前
  Jelmer Vernooij f414c2a55c Remove unused argument to simple_mmap. 15 年之前
  Jelmer Vernooij 8f3dfd0de2 Remove pointless assertion - we'll get an exception in any case if the pack doesn't exist. 15 年之前
  Dave Borowitz 98ceb396a1 Add a GitFile class that uses the same locking protocol for writes as git. 15 年之前
  Abderrahim Kitouni da25e5ed48 create_delta: correctly write opcode for equal 16 年之前
  Abderrahim Kitouni 0f30f45381 Return the offset correctly from write_pack_object 16 年之前
  Jelmer Vernooij 33f99bc0e9 More docstrings, test coverage. 16 年之前
  Jelmer Vernooij 4d682a1ca8 Add more docstrings. 16 年之前
  Jelmer Vernooij e8acf0e609 Add more docstrings. 16 年之前
  Jelmer Vernooij ba8e57dd8d Fix open modes of e.g. packs to be binary. 16 年之前
  Jelmer Vernooij 585bad848c Add SHA1Reader helper class. 16 年之前
  Jelmer Vernooij eddb45bcf0 Fix formatting, add type check. 16 年之前
  Jelmer Vernooij 47e83813e2 Raise sha error if necessary, always return refs, fix docs. 16 年之前
  Jelmer Vernooij 6815f872f6 Add helper function read_zlib_chunks. 16 年之前
  Jelmer Vernooij dd0676d09a Improve docstrings. 16 年之前
  Jelmer Vernooij 378d7a8ad6 Fix copyright headers. 16 年之前
  Jelmer Vernooij d6c7fc2adb Remember the offset only for objects seen earlier in the pack, rather than the complete object. 16 年之前