dulwich-users team mailing list archive
-
dulwich-users team
-
Mailing list archive
-
Message #00141
[PATCH 0/9] Small features and bugfixes
This is a small grab-bag of changes I've needed to make recently.
bb76ba0 test_objects: Remove unnecessary file writing.
1188ec0 web: Handle empty-string CONTENT_LENGTH.
5bd7070 web: Use write() callable for output.
a52bcb5 object_store: Make iter_tree_contents depth-first.
5e2302e object_store: Include subtrees in iteration.
e450393 pack: Factor out write_pack_header.
3fba07c file: Don't error when creating GitFiles with the default mode.
22f6280 test_repository: Use GitFile when modifying packed-refs.
b2fea0e pack: Add ThinPackData.from_file.
NEWS | 26 +++++++++++++++++++
dulwich/file.py | 2 +-
dulwich/object_store.py | 29 ++++++++++++---------
dulwich/pack.py | 24 +++++++++++++----
dulwich/tests/test_file.py | 5 +++
dulwich/tests/test_object_store.py | 49 ++++++++++++++++++++++++++++++++++++
dulwich/tests/test_objects.py | 1 -
dulwich/tests/test_pack.py | 20 ++++++++++++++
dulwich/tests/test_repository.py | 7 +++-
dulwich/tests/test_web.py | 35 +++++++++++++++++---------
dulwich/web.py | 19 ++++++--------
11 files changed, 172 insertions(+), 45 deletions(-)
Follow ups
-
Re: [PATCH 0/9] Small features and bugfixes
From: Jelmer Vernooij, 2010-07-26
-
[PATCH 9/9] pack: Add ThinPackData.from_file.
From: dborowitz, 2010-07-26
-
[PATCH 8/9] test_repository: Use GitFile when modifying packed-refs.
From: dborowitz, 2010-07-26
-
[PATCH 7/9] file: Don't error when creating GitFiles with the default mode.
From: dborowitz, 2010-07-26
-
[PATCH 6/9] pack: Factor out write_pack_header.
From: dborowitz, 2010-07-26
-
[PATCH 5/9] object_store: Include subtrees in iteration.
From: dborowitz, 2010-07-26
-
[PATCH 4/9] object_store: Make iter_tree_contents depth-first.
From: dborowitz, 2010-07-26
-
[PATCH 3/9] web: Use write() callable for output.
From: dborowitz, 2010-07-26
-
[PATCH 2/9] web: Handle empty-string CONTENT_LENGTH.
From: dborowitz, 2010-07-26
-
[PATCH 1/9] test_objects: Remove unnecessary file writing.
From: dborowitz, 2010-07-26