Commit History

Author SHA1 Message Date
  Dave Borowitz 3d941b35c5 tests/utils: Add builder functions to make C extension tests. 14 years ago
  Dave Borowitz 51057e767b diff_tree: Use hashcodes as block keys instead of strings. 14 years ago
  Dave Borowitz 0c53a9a96e diff_tree: Optimize _count_blocks inner loop. 14 years ago
  Dave Borowitz 9fdf7bb0ae diff_tree: Consider dissimilar modifies to be delete/add pairs. 14 years ago
  Dave Borowitz 63e9105380 diff_tree: C implementation of _merge_entries. 14 years ago
  Dave Borowitz 7fcd036a35 diff_tree: C implementation of _is_tree. 14 years ago
  Dave Borowitz cf2e6ea5e4 diff_tree: Factor out _is_tree function for TreeEntry objects. 14 years ago
  Dave Borowitz ca01906a38 diff_tree: Add optional max_files limit for content rename detection. 14 years ago
  Dave Borowitz 98ecfce3a3 diff_tree: Simple content-based rename detection. 14 years ago
  Dave Borowitz 5be2480e0d test_diff_tree: Allow passing SHAs to commit_tree. 14 years ago
  Dave Borowitz bce394559c diff_tree: RenameDetector with exact rename detection. 14 years ago
  Dave Borowitz f208c6932f diff_tree: Add key for sorting TreeChanges. 14 years ago
  Dave Borowitz 077fb0cb70 test_diff_tree: Simplify commit_tree helper method. 14 years ago
  Dave Borowitz cdec61b7a6 test_diff_tree: Extract a base TestCase class. 14 years ago
  Dave Borowitz 3301e2b82c diff_tree: Add TreeEntry.add() and delete() factory functions. 14 years ago
  Dave Borowitz e732b7da76 diff_tree: Add a function to compute blob similarity score. 14 years ago
  Dave Borowitz 4d3dac029c diff_tree: Add function to count blocks in an object. 14 years ago
  Dave Borowitz b76771cd33 Use diff_tree.walk_trees for BaseObjectStore.iter_tree_contents. 14 years ago
  Dave Borowitz 6c50e44d79 Use diff_tree.tree_changes for BaseObjectStore.tree_changes. 14 years ago
  Dave Borowitz 2004e10217 diff_tree: Prune identical subtrees during tree_changes. 14 years ago
  Jelmer Vernooij b12e437069 TreeChangesTest: Make sure setUp is called. 14 years ago
  Dave Borowitz d31277f315 Add tree-diffing functionality in a 'diff_tree' module. 14 years ago
  Jelmer Vernooij 55f91d94d0 Implement file change commands in fast import processor. 14 years ago
  Jelmer Vernooij 94bb421dc5 Add encoding argument to Repo.do_commit(). 14 years ago
  Jelmer Vernooij 2c580680a4 testr: Add right magic for --parallel runs. 14 years ago
  Augie Fackler d47e4da99e objects.parse_tree: more gracefully handle invalid modes in trees 14 years ago
  Dave Borowitz 0cf83bdbee test_patch: Fix a tree-adding typo. 14 years ago
  Dave Borowitz 37c2baf373 Move permutations from test_objects to misc. 14 years ago
  Dave Borowitz 7a4cd4bb17 object_store: Allow MemoryObjectStore object deletion for tests. 14 years ago
  Dave Borowitz 35f04d4ba0 objects: Allow tree entries to be sorted by name. 14 years ago