Historial de Commits

Autor SHA1 Mensaje Fecha
  Jelmer Vernooij e352c25c8c Merge improvements and extra tests, mainly to deal better with creating non-bare repositories. hace 15 años
  Jelmer Vernooij ebd7fb9151 Make sure ids get updated when the object changes. hace 15 años
  Jelmer Vernooij 551770f869 Add docstring. hace 15 años
  Dave Borowitz 02828bd47c Allow double-staging of files that are deleted in the index. hace 15 años
  Dave Borowitz ecaafafed0 Move tests that build repos from scratch to their own class. hace 15 años
  Dave Borowitz 0e8468fc7a Implement set_symbolic_ref separately in Disk/DictRefsContainer. hace 15 años
  Dave Borowitz 26cdd397bb Clean up asserts in Tree. hace 15 años
  Dave Borowitz 3c55de57f6 Convert tree mode to int when sorting. hace 15 años
  Dave Borowitz b3ab139abf Add non-bare repository tests. hace 15 años
  Dave Borowitz 28c1dee2e2 Fix RefsContainer.add_if_new to support dangling symrefs. hace 15 años
  Dave Borowitz 97ea7f695a Treat non-existent index files as empty. hace 15 años
  Dave Borowitz 9a0f31529c Fix up and test DictRefsContainer. hace 15 años
  Jelmer Vernooij 95b6abd3f7 Cope with missing newlines in patches. hace 15 años
  Jelmer Vernooij 298f25e2cf Merge cleanups and use of proper per-service capabilities from Augie. hace 15 años
  Augie Fackler 7f11aff189 test_pack: simpler assertion that passes in more places hace 15 años
  Tay Ray Chuan ddfd92e02d When diffstat is available, dulwich.patch.write_commit_patch() adds the hace 15 años
  Jelmer Vernooij b69ec0f8f1 Implement BaseRepo.__contains__. hace 15 años
  Jelmer Vernooij 1c98815446 Merge cleanups from Dave. hace 15 años
  Dave Borowitz 8f00f27e6c Add repository compat tests. hace 15 años
  Dave Borowitz cc8bfb0656 Add SEEK_END to misc.py, since it was added in 2.5. hace 15 años
  Dave Borowitz f116295de4 Add a typedef for Py_ssize_t, which is not available in python <2.5. hace 15 años
  Dave Borowitz 40e1923dc4 Refactor server code to allow custom handler classes. hace 15 años
  Dave Borowitz fca0b0bee5 Clarify make_commit docstring and variable names. hace 15 años
  Dave Borowitz 5ba3a7e2fa Fix yield in try/finally for python2.4 compatibility. hace 15 años
  Dave Borowitz b4b384f0e1 Fix "x if y else z" syntax for python2.4. hace 15 años
  Dave Borowitz b4ba43c562 Fix numerous style issues. hace 15 años
  Dave Borowitz dd04393c8e Add __setitem__ to DictRefsContainer. hace 15 años
  Dave Borowitz a6bb898f40 Add make_object and make_commit convenience functions to test utils. hace 15 años
  Jelmer Vernooij 87fe92ea91 Allow non-os file-like objects passed to ShaFile.from_file. hace 15 años
  Jelmer Vernooij 82f0ee09db Distinguish between ShaFile.from_file and ShaFile.from_path. hace 15 años