Historia zmian

Autor SHA1 Wiadomość Data
  Augie Fackler 326d787ace DiskRefsContainer: don't crash deleting a ref without peeled refs 15 lat temu
  Augie Fackler a64c017a41 repo: clean up whitespace 15 lat temu
  Jelmer Vernooij 73e06e1294 Remove PackData.__del__ as it causes reference loops; use PackData.close 15 lat temu
  Augie Fackler 8ebe17c0e1 dulwich.client: fix fetch if no progress function is specified 15 lat temu
  Jelmer Vernooij e81784d3e0 Merge improvements and extra tests, mainly to deal better with creating non-bare repositories. 15 lat temu
  Jelmer Vernooij 13ca3806a8 Make sure ids get updated when the object changes. 15 lat temu
  Jelmer Vernooij ec5e249b3a Add docstring. 15 lat temu
  Dave Borowitz 2d16f8a3e0 Allow double-staging of files that are deleted in the index. 15 lat temu
  Dave Borowitz 93a2be8d77 Move tests that build repos from scratch to their own class. 15 lat temu
  Dave Borowitz b6205bf9dc Implement set_symbolic_ref separately in Disk/DictRefsContainer. 15 lat temu
  Dave Borowitz 8955d91f3d Clean up asserts in Tree. 15 lat temu
  Dave Borowitz 35273258b6 Convert tree mode to int when sorting. 15 lat temu
  Dave Borowitz d0f4f3c65a Add non-bare repository tests. 15 lat temu
  Dave Borowitz 5f513b0b6c Fix RefsContainer.add_if_new to support dangling symrefs. 15 lat temu
  Dave Borowitz 0718341911 Treat non-existent index files as empty. 15 lat temu
  Dave Borowitz bde303d7cc Fix up and test DictRefsContainer. 15 lat temu
  Jelmer Vernooij ae6a0f59ec Cope with missing newlines in patches. 15 lat temu
  Jelmer Vernooij caa707d3c4 Merge cleanups and use of proper per-service capabilities from Augie. 15 lat temu
  Augie Fackler 586e606f76 test_pack: simpler assertion that passes in more places 15 lat temu
  Tay Ray Chuan 0c05db26bb When diffstat is available, dulwich.patch.write_commit_patch() adds the 15 lat temu
  Jelmer Vernooij 825b0b419a Implement BaseRepo.__contains__. 15 lat temu
  Jelmer Vernooij fc6e45ad88 Merge cleanups from Dave. 15 lat temu
  Dave Borowitz c3388ab509 Add repository compat tests. 16 lat temu
  Dave Borowitz e0c7bc82fd Add SEEK_END to misc.py, since it was added in 2.5. 15 lat temu
  Dave Borowitz c90e3554ca Add a typedef for Py_ssize_t, which is not available in python <2.5. 16 lat temu
  Dave Borowitz 3d0e881266 Refactor server code to allow custom handler classes. 16 lat temu
  Dave Borowitz cc4e1f0d47 Clarify make_commit docstring and variable names. 16 lat temu
  Dave Borowitz 3c645da8eb Fix yield in try/finally for python2.4 compatibility. 16 lat temu
  Dave Borowitz a7862ec0a8 Fix "x if y else z" syntax for python2.4. 16 lat temu
  Dave Borowitz 3863c1a9b2 Fix numerous style issues. 16 lat temu