Dave Borowitz
|
e81a7abcdd
diff_tree: Add function for getting tree changes for merges.
|
hace 14 años |
Dave Borowitz
|
eff9bff118
diff_tree: Make rename/rewrite threshold constants public.
|
hace 14 años |
Dave Borowitz
|
d0c6630a52
_compat: Inline specific namedtuple instances.
|
hace 14 años |
Jelmer Vernooij
|
5aa3160ea9
Replace :yield: with :return: as the former is not standard rest.
|
hace 14 años |
Jelmer Vernooij
|
61c9a751f4
Rename dulwich.misc => dulwich._compat.
|
hace 14 años |
Jelmer Vernooij
|
f137f01161
Fix unitialised variable, trivial formatting issues.
|
hace 14 años |
Dave Borowitz
|
b4f4f4d174
diff_tree: Add find_copies_harder to consider unmodified files.
|
hace 14 años |
Dave Borowitz
|
e758441172
diff_tree: C implementation of count_blocks.
|
hace 14 años |
Dave Borowitz
|
20ab821ca4
diff_tree: Use hashcodes as block keys instead of strings.
|
hace 14 años |
Dave Borowitz
|
ae5aec239d
diff_tree: Optimize _count_blocks inner loop.
|
hace 14 años |
Dave Borowitz
|
8599f045fd
diff_tree: Consider dissimilar modifies to be delete/add pairs.
|
hace 14 años |
Dave Borowitz
|
1d0470cc6b
diff_tree: C implementation of _merge_entries.
|
hace 14 años |
Dave Borowitz
|
fedecd5f3f
diff_tree: C implementation of _is_tree.
|
hace 14 años |
Dave Borowitz
|
829fd9131c
diff_tree: Factor out _is_tree function for TreeEntry objects.
|
hace 14 años |
Dave Borowitz
|
7a441cd403
diff_tree: Add optional max_files limit for content rename detection.
|
hace 14 años |
Dave Borowitz
|
2c78f504f5
diff_tree: Simple content-based rename detection.
|
hace 14 años |
Dave Borowitz
|
e4b76afeef
diff_tree: RenameDetector with exact rename detection.
|
hace 14 años |
Dave Borowitz
|
8aa41fb80e
diff_tree: Add key for sorting TreeChanges.
|
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
|
76c492d050
diff_tree: Prune identical subtrees during tree_changes.
|
hace 14 años |
Dave Borowitz
|
25380f9c95
Add tree-diffing functionality in a 'diff_tree' module.
|
hace 14 años |