提交历史

作者 SHA1 备注 提交日期
  Jelmer Vernooij dd65c0b6b5 Add simple hacking doc. 16 年之前
  Jelmer Vernooij fcf383bdad Add (optional!) C implementations of hex_to_sha and sha_to_hex. 16 年之前
  Jelmer Vernooij b22e05ec67 There are no thin packs in the objects/ directory usually, so don't look in other packs. 16 年之前
  Jelmer Vernooij d374936cde Only determine hexsha when really necessary. 16 年之前
  Jelmer Vernooij 623bf1c987 Avoid converting back and forth between hex and sha for every pack. 16 年之前
  Jelmer Vernooij 597fd49d12 Remove non-hex character. 16 年之前
  Jelmer Vernooij 94fb7f2a54 Remove duplicate check for sha files. 16 年之前
  Jelmer Vernooij 96001436b5 Make hex/sha functions a bit faster. 16 年之前
  Jelmer Vernooij ac8a5aab46 Remove useless whitespace. 16 年之前
  Jelmer Vernooij 2018d8c6a3 avoid using struct unpack 16 年之前
  Jelmer Vernooij 3704af5cdc Simplify delta apply function a bit; remove nested pop() function. 16 年之前
  Jelmer Vernooij 7920d62bc5 Pass offsets rather than wrapping (and slowing down) mmap. 16 年之前
  Jelmer Vernooij a898e40adc Allow specifying offset to unpack_object. 16 年之前
  Jelmer Vernooij 86074766c5 Remove pointless size checks on every access of packs. 16 年之前
  Jelmer Vernooij 87269e0ed6 Merge performance improvements. 16 年之前
  Jelmer Vernooij c5e578de19 Skip useless lookup. 16 年之前
  Jelmer Vernooij 5eab0eaf52 Make checking for objects present a bit faster. 16 年之前
  Jelmer Vernooij 04e9819075 Make object iterator lazy. 16 年之前
  Jelmer Vernooij 9e24871f50 Actually use the offset cache. 16 年之前
  Jelmer Vernooij d7eee19158 Remove local caching. 16 年之前
  Jelmer Vernooij a0ce7ca835 Add LRU cache for objects at offsets. 16 年之前
  Jelmer Vernooij b08a2f3d7a Move resolve_object into PackData. 16 年之前
  Jelmer Vernooij eeaaa652fe Fix test. 16 年之前
  Jelmer Vernooij 1f82f50332 Add some docstrings. 16 年之前
  Jelmer Vernooij f99649c01b Add docstrings, only determine pack directory once. 16 年之前
  Jelmer Vernooij 8c226a0afe Merge formatting fix. 16 年之前
  Jelmer Vernooij f2023a22d8 Fix formatting to use 4-character indentation. 16 年之前
  Jelmer Vernooij aa596748f9 Close ref file after writing to it. 16 年之前
  Jelmer Vernooij 31ee91c443 Add iterating object finder. 16 年之前
  Jelmer Vernooij a2e76a586d Mac OS X doesn't have os.fdatasync, use os.fsync instead. 16 年之前