Historial de Commits

Autor SHA1 Mensaje Fecha
  Jelmer Vernooij fdfadc8da9 server: Add FileSystemBackend. hace 14 años
  Dave Borowitz 6eb98037b4 client: Rewrite URI parsing in get_transport_and_path. hace 14 años
  Dave Borowitz 4f3679af6d repo: Raise RefFormatException instead of KeyError on bad refs. hace 14 años
  Dave Borowitz 96fcf2a5b3 tutorial: Clarify setting of HEAD. hace 14 años
  Jelmer Vernooij 0b9678e369 Cleanup some imports. hace 14 años
  Tay Ray Chuan 2145934b0f test_pack.TestPack.test_copy: close packs hace 14 años
  Tay Ray Chuan 7fb4a00384 test_object_store.PackBasedObjectStoreTests: close packs hace 14 años
  Tay Ray Chuan e0361ef93b object_store.DiskObjectStore.move_in_thin_pack: close temp pack hace 14 años
  Tay Ray Chuan dc9ff93f6a pack.FilePackIndex: close mmap object hace 14 años
  Tay Ray Chuan 0d2da0d712 pack.FilePackIndex: use self._file instead of file parameter hace 14 años
  Tay Ray Chuan 6a8778b212 pack.PackIndex: de-duplicate __iter__ implementation hace 14 años
  Jelmer Vernooij a0eb030088 Makefile: add check-nocompat target. hace 14 años
  Jelmer Vernooij 3a326fb7e3 dulwich.tests.compat: Fix rest syntax problems in module docstrings. hace 14 años
  Jelmer Vernooij b2ae41d97b testr: Allow id list files (fixes parallel runs). hace 14 años
  Jelmer Vernooij 78a12206a8 tests: Run compat tests from "normal" testsuite, but skip if C git was not hace 14 años
  Jelmer Vernooij 786a8cd16b compat-tests: Always use dulwich.tests.TestCase rather than unittest.TestCase. hace 14 años
  Jelmer Vernooij b5490da680 Support running compatibility tests without discovery. hace 14 años
  Jelmer Vernooij d5d870c333 Replace :yield: with :return: as the former is not standard rest. hace 14 años
  Tay Ray Chuan d3eebff93e _diff_tree.c: fix Py_SIZE implementation for python 2.5.x users hace 14 años
  Tay Ray Chuan 5a60eade2d tests/__init__.py: put keyword-arguments before *args hace 14 años
  Jelmer Vernooij 3440200fd0 Rename dulwich.misc => dulwich._compat. hace 14 años
  Jelmer Vernooij 2b68a93266 Fix unitialised variable, trivial formatting issues. hace 14 años
  Dave Borowitz 1335522e70 diff_tree: Add find_copies_harder to consider unmodified files. hace 14 años
  Dave Borowitz 034b9bf381 diff_tree: C implementation of count_blocks. hace 14 años
  Dave Borowitz 47c3c9cb93 Use ext_functest_builder for existing extension tests. hace 14 años
  Dave Borowitz 3d941b35c5 tests/utils: Add builder functions to make C extension tests. hace 14 años
  Dave Borowitz 51057e767b diff_tree: Use hashcodes as block keys instead of strings. hace 14 años
  Dave Borowitz 0c53a9a96e diff_tree: Optimize _count_blocks inner loop. hace 14 años
  Dave Borowitz 9fdf7bb0ae diff_tree: Consider dissimilar modifies to be delete/add pairs. hace 14 años
  Dave Borowitz 63e9105380 diff_tree: C implementation of _merge_entries. hace 14 años