Historial de Commits

Autor SHA1 Mensaje Fecha
  Dave Borowitz ff253d676f test_diff_tree: Extract a base TestCase class. hace 15 años
  Dave Borowitz c102ec32e5 diff_tree: Add TreeEntry.add() and delete() factory functions. hace 15 años
  Dave Borowitz a7f6160fe3 diff_tree: Add a function to compute blob similarity score. hace 15 años
  Dave Borowitz f958886f2d diff_tree: Add function to count blocks in an object. hace 15 años
  Dave Borowitz bc5dc8fecf Use diff_tree.walk_trees for BaseObjectStore.iter_tree_contents. hace 15 años
  Dave Borowitz 33300a9959 Use diff_tree.tree_changes for BaseObjectStore.tree_changes. hace 15 años
  Dave Borowitz 20366644ce diff_tree: Prune identical subtrees during tree_changes. hace 15 años
  Jelmer Vernooij 77156175c1 TreeChangesTest: Make sure setUp is called. hace 15 años
  Dave Borowitz 3399670d48 Add tree-diffing functionality in a 'diff_tree' module. hace 15 años
  Jelmer Vernooij c389599efa Implement file change commands in fast import processor. hace 15 años
  Jelmer Vernooij 63a577b4cb Add encoding argument to Repo.do_commit(). hace 15 años
  Jelmer Vernooij cd166d81e1 testr: Add right magic for --parallel runs. hace 15 años
  Augie Fackler 3fa6f9e8d4 objects.parse_tree: more gracefully handle invalid modes in trees hace 15 años
  Dave Borowitz 38a1f0c634 test_patch: Fix a tree-adding typo. hace 15 años
  Dave Borowitz 29e94556b7 Move permutations from test_objects to misc. hace 15 años
  Dave Borowitz 16bc16849e object_store: Allow MemoryObjectStore object deletion for tests. hace 15 años
  Dave Borowitz 055d2ebd52 objects: Allow tree entries to be sorted by name. hace 15 años
  Jelmer Vernooij 38ac5827de test_patch: Skip test_extract_mercurial for the time being. hace 15 años
  Augie Fackler 59c88c9ea4 Includes simple tests to verify bare = (true|false) in .git/config is hace 15 años
  Augie Fackler bf39152d05 _objects.c: indentation/alignment tabs/spaces pedantry. hace 15 años
  Augie Fackler cc238fda39 test_objects: clean up whitespace hace 15 años
  Augie Fackler f794cbbadd objects: clean up trailing whitespace hace 15 años
  Augie Fackler f23bfde9fb test_patch: fix tests on Python 2.6 hace 15 años
  Jelmer Vernooij 64e625679a Kill doctest in dulwich.file. This breaks the epytext parser. hace 15 años
  Jelmer Vernooij f5a81e693a Reorganize the tutorial. This kills some of the duplication and hace 15 años
  Jelmer Vernooij 0bb8021efd Kill test.py, as it doesn't really add anything beyond the tutorial and the hace 15 años
  Jelmer Vernooij 877b8e7027 tutorial: Fix 2-change-file.txt, add example of write_tree_diff usage. hace 15 años
  Jelmer Vernooij 587e61ceca Repo.init: Fix mkdir argument; default to False for the moment as that's consistent with existing behaviour. hace 15 años
  Jelmer Vernooij 54d41482d8 Repo.do_commit: Assert that the specified tree is 40 bytes long. hace 15 años
  Jelmer Vernooij 6ce5fe2e2a Mention invalid name repr in exception. hace 15 años