История коммитов

Автор SHA1 Сообщение Дата
  Tay Ray Chuan 0c05db26bb When diffstat is available, dulwich.patch.write_commit_patch() adds the 15 лет назад
  Jelmer Vernooij 825b0b419a Implement BaseRepo.__contains__. 15 лет назад
  Jelmer Vernooij fc6e45ad88 Merge cleanups from Dave. 15 лет назад
  Dave Borowitz c3388ab509 Add repository compat tests. 16 лет назад
  Dave Borowitz e0c7bc82fd Add SEEK_END to misc.py, since it was added in 2.5. 15 лет назад
  Dave Borowitz c90e3554ca Add a typedef for Py_ssize_t, which is not available in python <2.5. 16 лет назад
  Dave Borowitz 3d0e881266 Refactor server code to allow custom handler classes. 16 лет назад
  Dave Borowitz cc4e1f0d47 Clarify make_commit docstring and variable names. 16 лет назад
  Dave Borowitz 3c645da8eb Fix yield in try/finally for python2.4 compatibility. 16 лет назад
  Dave Borowitz a7862ec0a8 Fix "x if y else z" syntax for python2.4. 16 лет назад
  Dave Borowitz 3863c1a9b2 Fix numerous style issues. 16 лет назад
  Dave Borowitz becd5292b3 Add __setitem__ to DictRefsContainer. 16 лет назад
  Dave Borowitz f12ed50447 Add make_object and make_commit convenience functions to test utils. 16 лет назад
  Jelmer Vernooij 3fb7e4ac82 Allow non-os file-like objects passed to ShaFile.from_file. 15 лет назад
  Jelmer Vernooij 8c19f08078 Distinguish between ShaFile.from_file and ShaFile.from_path. 15 лет назад
  Jelmer Vernooij b1547558b1 Pass external object resolve function rather than full object store to ThinPackData constructor. 15 лет назад
  Jelmer Vernooij e863ad5838 Merge Dave, highlights: 15 лет назад
  Jelmer Vernooij 03e77ef1b4 Merge use of constants for OFS/REF delta's. 15 лет назад
  Jelmer Vernooij d503d7b4dc Merge fix to write info/exclude rather than info/excludes file. 15 лет назад
  Travis Cline b45d665eea Fixed filename of initial .git/info/exclude 15 лет назад
  Dave Borowitz 98b5cceac1 Do simple pack checking during receive-pack. 16 лет назад
  Dave Borowitz 87ae23f9a4 Clean up index tests. 16 лет назад
  Dave Borowitz 25b3403e63 Clean up pack tests. 16 лет назад
  Dave Borowitz 0f5701fb84 Clean up object store tests. 16 лет назад
  Dave Borowitz 4d274559f8 Change check() methods in pack.py to raise rather than return bools. 16 лет назад
  Dave Borowitz 6a4807f1c5 Hash packed objects without creating ShaFiles. 16 лет назад
  Dave Borowitz 19f4d9f464 Simplify and fix thin pack resolving. 16 лет назад
  Dave Borowitz e3c9dbda29 Replace ref delta/ofs delta magic numbers with constants. 16 лет назад
  Jelmer Vernooij f92300655d Add PackStreamReader.{offset,__len__}, extract PackObjectIterator. 15 лет назад
  Jelmer Vernooij afc4d87a17 Move PackStreamReader to dulwich.pack. 15 лет назад