Jelmer Vernooij
|
242f40a504
tests: Run compat tests from "normal" testsuite, but skip if C git was not
|
15 年 前 |
Jelmer Vernooij
|
2505c296a2
compat-tests: Always use dulwich.tests.TestCase rather than unittest.TestCase.
|
15 年 前 |
Jelmer Vernooij
|
687e80cc7c
Support running compatibility tests without discovery.
|
15 年 前 |
Jelmer Vernooij
|
4fe2bc0cf4
Replace :yield: with :return: as the former is not standard rest.
|
15 年 前 |
Tay Ray Chuan
|
b2ef8d5493
_diff_tree.c: fix Py_SIZE implementation for python 2.5.x users
|
15 年 前 |
Tay Ray Chuan
|
7dc2bbb4ca
tests/__init__.py: put keyword-arguments before *args
|
15 年 前 |
Jelmer Vernooij
|
6d8a28cb67
Rename dulwich.misc => dulwich._compat.
|
15 年 前 |
Jelmer Vernooij
|
458ba19e6a
Fix unitialised variable, trivial formatting issues.
|
15 年 前 |
Dave Borowitz
|
ea0562fe1f
diff_tree: Add find_copies_harder to consider unmodified files.
|
15 年 前 |
Dave Borowitz
|
f13fafc26a
diff_tree: C implementation of count_blocks.
|
15 年 前 |
Dave Borowitz
|
d9fc94f848
Use ext_functest_builder for existing extension tests.
|
15 年 前 |
Dave Borowitz
|
61c4234c10
tests/utils: Add builder functions to make C extension tests.
|
15 年 前 |
Dave Borowitz
|
93cd2d4c9e
diff_tree: Use hashcodes as block keys instead of strings.
|
15 年 前 |
Dave Borowitz
|
9b00fef284
diff_tree: Optimize _count_blocks inner loop.
|
15 年 前 |
Dave Borowitz
|
d57b2b4445
diff_tree: Consider dissimilar modifies to be delete/add pairs.
|
15 年 前 |
Dave Borowitz
|
9a8cfb25de
diff_tree: C implementation of _merge_entries.
|
15 年 前 |
Dave Borowitz
|
db88f03204
diff_tree: C implementation of _is_tree.
|
15 年 前 |
Dave Borowitz
|
120cc612b8
diff_tree: Factor out _is_tree function for TreeEntry objects.
|
15 年 前 |
Dave Borowitz
|
baf913c006
diff_tree: Add optional max_files limit for content rename detection.
|
15 年 前 |
Dave Borowitz
|
ffdf9dfded
diff_tree: Simple content-based rename detection.
|
15 年 前 |
Dave Borowitz
|
41a210da3c
test_diff_tree: Allow passing SHAs to commit_tree.
|
15 年 前 |
Dave Borowitz
|
3e259e78dd
diff_tree: RenameDetector with exact rename detection.
|
15 年 前 |
Dave Borowitz
|
f067a9e971
diff_tree: Add key for sorting TreeChanges.
|
15 年 前 |
Dave Borowitz
|
ec991b50df
test_diff_tree: Simplify commit_tree helper method.
|
15 年 前 |
Dave Borowitz
|
ff253d676f
test_diff_tree: Extract a base TestCase class.
|
15 年 前 |
Dave Borowitz
|
c102ec32e5
diff_tree: Add TreeEntry.add() and delete() factory functions.
|
15 年 前 |
Dave Borowitz
|
a7f6160fe3
diff_tree: Add a function to compute blob similarity score.
|
15 年 前 |
Dave Borowitz
|
f958886f2d
diff_tree: Add function to count blocks in an object.
|
15 年 前 |
Dave Borowitz
|
bc5dc8fecf
Use diff_tree.walk_trees for BaseObjectStore.iter_tree_contents.
|
15 年 前 |
Dave Borowitz
|
33300a9959
Use diff_tree.tree_changes for BaseObjectStore.tree_changes.
|
15 年 前 |