Historial de Commits

Autor SHA1 Mensaje Fecha
  Dave Borowitz ee9aca6c40 test_diff_tree: Simplify commit_tree helper method. hace 14 años
  Dave Borowitz 86f9d9616d test_diff_tree: Extract a base TestCase class. hace 14 años
  Dave Borowitz 79cee86b38 diff_tree: Add TreeEntry.add() and delete() factory functions. hace 14 años
  Dave Borowitz 20155de28d diff_tree: Add a function to compute blob similarity score. hace 14 años
  Dave Borowitz c61aa512a1 diff_tree: Add function to count blocks in an object. hace 14 años
  Dave Borowitz 9fb4e8c522 Use diff_tree.walk_trees for BaseObjectStore.iter_tree_contents. hace 14 años
  Dave Borowitz b184dcfb05 Use diff_tree.tree_changes for BaseObjectStore.tree_changes. hace 14 años
  Dave Borowitz 76c492d050 diff_tree: Prune identical subtrees during tree_changes. hace 14 años
  Jelmer Vernooij 384e15165a TreeChangesTest: Make sure setUp is called. hace 14 años
  Dave Borowitz 25380f9c95 Add tree-diffing functionality in a 'diff_tree' module. hace 14 años
  Jelmer Vernooij 28fc5f5b9b Implement file change commands in fast import processor. hace 14 años
  Jelmer Vernooij b103560117 Add encoding argument to Repo.do_commit(). hace 14 años
  Jelmer Vernooij a30e7b3087 testr: Add right magic for --parallel runs. hace 14 años
  Augie Fackler 4066f9c3cb objects.parse_tree: more gracefully handle invalid modes in trees hace 14 años
  Dave Borowitz 6febc19dad test_patch: Fix a tree-adding typo. hace 14 años
  Dave Borowitz 9b4d041948 Move permutations from test_objects to misc. hace 14 años
  Dave Borowitz 34b6ca1a8c object_store: Allow MemoryObjectStore object deletion for tests. hace 14 años
  Dave Borowitz e67b62f74f objects: Allow tree entries to be sorted by name. hace 14 años
  Jelmer Vernooij 6b07a2892d test_patch: Skip test_extract_mercurial for the time being. hace 14 años
  Augie Fackler 3dc4c24ccc Includes simple tests to verify bare = (true|false) in .git/config is hace 14 años
  Augie Fackler 3302c92c08 _objects.c: indentation/alignment tabs/spaces pedantry. hace 14 años
  Augie Fackler 4f34810495 test_objects: clean up whitespace hace 14 años
  Augie Fackler 4f94dbf045 objects: clean up trailing whitespace hace 14 años
  Augie Fackler b21eb20e83 test_patch: fix tests on Python 2.6 hace 14 años
  Jelmer Vernooij c9fdb0c864 Kill doctest in dulwich.file. This breaks the epytext parser. hace 14 años
  Jelmer Vernooij 89e2e22671 Reorganize the tutorial. This kills some of the duplication and hace 14 años
  Jelmer Vernooij a3348ae54d Kill test.py, as it doesn't really add anything beyond the tutorial and the hace 14 años
  Jelmer Vernooij eb77127b3f tutorial: Fix 2-change-file.txt, add example of write_tree_diff usage. hace 14 años
  Jelmer Vernooij a02eb38748 Repo.init: Fix mkdir argument; default to False for the moment as that's consistent with existing behaviour. hace 14 años
  Jelmer Vernooij 078fb7d442 Repo.do_commit: Assert that the specified tree is 40 bytes long. hace 14 años