Jelmer Vernooij
|
c7e38b8485
Kill test.py, as it doesn't really add anything beyond the tutorial and the
|
14 년 전 |
Jelmer Vernooij
|
7f636a860c
tutorial: Fix 2-change-file.txt, add example of write_tree_diff usage.
|
14 년 전 |
Jelmer Vernooij
|
612e26d37b
Repo.init: Fix mkdir argument; default to False for the moment as that's consistent with existing behaviour.
|
14 년 전 |
Jelmer Vernooij
|
3f6a576165
Repo.do_commit: Assert that the specified tree is 40 bytes long.
|
14 년 전 |
Jelmer Vernooij
|
9ce81d98a7
Mention invalid name repr in exception.
|
14 년 전 |
Jelmer Vernooij
|
7b1ae08c5f
Run doctests in a temporary directory.
|
14 년 전 |
Jelmer Vernooij
|
72b85bfc67
Run the tutorial inside the test suite.
|
14 년 전 |
Jelmer Vernooij
|
61d36cebc8
Add write_tree_diff.
|
14 년 전 |
Jelmer Vernooij
|
e1fce85af0
Support parsing git mbox patches without a version tail, as generated by Mercurial.
|
14 년 전 |
Jelmer Vernooij
|
80bb661e85
Remove duplicate copy of _fileno_can_read.
|
14 년 전 |
Jelmer Vernooij
|
b89266e4d2
Avoid assertIsInstance as it is only available in testtools' TestCase.
|
14 년 전 |
Jelmer Vernooij
|
5b7c17c517
Keep tracker of markers in GitImportProcessor.
|
14 년 전 |
Jelmer Vernooij
|
569645a09e
Makefile: Prepend PYTHONPATH rather than overriding it.
|
14 년 전 |
Jelmer Vernooij
|
94d417f578
Fix GitImportProcessor.commit_handler.
|
14 년 전 |
Jelmer Vernooij
|
be986b1139
Some formatting fixes.
|
14 년 전 |
Dave Borowitz
|
4607e0d588
_objects: sorted_tree_items cleanup.
|
14 년 전 |
Dave Borowitz
|
71538c6b75
Subclass TreeEntry in objects.py.
|
14 년 전 |
Dave Borowitz
|
d0f648dbad
Make TreeEntry a namedtuple for clarity.
|
14 년 전 |
Jelmer Vernooij
|
bf202ac009
Support pseudo headers in patches.
|
14 년 전 |
Jelmer Vernooij
|
4e9fc6d5ff
Merge fix to correctly cope with no-op fetches in the server.
|
14 년 전 |
Jelmer Vernooij
|
5d4a046f21
Merge addition of eof() and unread_pkt_line().
|
14 년 전 |
Jelmer Vernooij
|
2c3184f23a
Add Tree.items().
|
14 년 전 |
Jelmer Vernooij
|
7b45c7c020
Start on 0.7.0.
|
14 년 전 |
Jelmer Vernooij
|
7e931151de
Release 0.6.2.
|
14 년 전 |
Jelmer Vernooij
|
23cdf855c2
Merge some bare-repo related fixes from Dirk Neumann.
|
14 년 전 |
Jelmer Vernooij
|
aea747d7e5
Merge some bare-repo related fixes from Dirk Neumann.
|
14 년 전 |
Jelmer Vernooij
|
673cb13a7a
Remove old Fastimporter in favor of new python-fastimport-based import processor.
|
14 년 전 |
Jelmer Vernooij
|
ed96083fbd
Treat marks as strings internally.
|
14 년 전 |
Jeremy Whitlock
|
300982099b
Added unit tests for dulwich.object_store.tree_lookup_path.
|
14 년 전 |
Jelmer Vernooij
|
9c75145dbc
Handle patches with more than one commit line.
|
14 년 전 |