Jelmer Vernooij
|
d95f47c9c8
Fix get_summary on python3.
|
6 anni fa |
Boris Feld
|
064ef73158
Update diff header index line
|
6 anni fa |
Boris Feld
|
0884ad4907
Do not use /dev/null in the "git diff" header line
|
6 anni fa |
Boris Feld
|
25988367ca
Update git diff mode extended header line
|
6 anni fa |
Jelmer Vernooij
|
0bd1e28b88
Update my email address. jelmer@samba.org => jelmer@jelmer.uk.
|
7 anni fa |
Jelmer Vernooij
|
134c28a85f
Fix spelling of my surname.
|
7 anni fa |
Taras Postument
|
81facce425
fix unified_diff implementation for issue #543
|
8 anni fa |
Jelmer Vernooij
|
aa2a305841
Fix all flake8 style issues.
|
8 anni fa |
Jelmer Vernooij
|
e5f6eb1ebd
Some style fixes.
|
8 anni fa |
Jelmer Vernooij
|
8c35904821
Update header to reflect that license is now Apachev2 or GNU GPLv2+.
|
9 anni fa |
Jelmer Vernooij
|
e680479d53
Drop support for python 2.6.
|
9 anni fa |
Jelmer Vernooij
|
1df48b6b92
Support python3 in dulwich.patch.
|
10 anni fa |
Jelmer Vernooij
|
cc41b28ae8
Use bytes in remaining test_patch code.
|
10 anni fa |
Jelmer Vernooij
|
bd4df4ecbb
skip test on python2.6, where email.parser.Parser.parsestr() misbehaves.
|
10 anni fa |
Jelmer Vernooij
|
69a89b36f9
Support python3 in git_am_patch_split.
|
10 anni fa |
Jelmer Vernooij
|
d0d4c94d4f
Support Python3 in write_commit_patch.
|
10 anni fa |
Gary van der Merwe
|
733bde0683
Skip tests in python3 that fail (most of them :-()
|
11 anni fa |
Jelmer Vernooij
|
27b20e377b
Reintroduce Python2.6 support.
|
11 anni fa |
Jelmer Vernooij
|
4265383895
Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings.
|
11 anni fa |
Gary van der Merwe
|
8914c3457f
Use io.BytesIO rather than cStringIO.
|
11 anni fa |
Gary van der Merwe
|
7719284af3
Apply lib2to3.fixes.fix_numliterals
|
11 anni fa |
Jelmer Vernooij
|
b0cffe5c58
Update NEWS, provide way to force diffing of binary files.
|
12 anni fa |
Takeshi Kanemoto
|
8f12310613
Added tests for write_object_diff with binary files
|
12 anni fa |
Jelmer Vernooij
|
851e9c7a46
Use TestCase.assertEqual rather than TestCase.assertEquals.
|
13 anni fa |
Jelmer Vernooij
|
bb2a51f74d
Drop support for testtools, instead depend on python >= 2.7 or unittest2.
|
14 anni fa |
Jelmer Vernooij
|
a13c2c762c
Add more tests for write_object_diff, NEWS entry.
|
14 anni fa |
Jelmer Vernooij
|
a42e1a39b2
Add submodule support in write_tree_diff.
|
14 anni fa |
Jelmer Vernooij
|
4c5c38d961
Add test for write_tree_diff with a submodule.
|
14 anni fa |
Jelmer Vernooij
|
9c7de183bd
Fix order of parameters to Tree.add.
|
14 anni fa |
Dave Borowitz
|
b184dcfb05
Use diff_tree.tree_changes for BaseObjectStore.tree_changes.
|
14 anni fa |