dulwich-users team mailing list archive
-
dulwich-users team
-
Mailing list archive
-
Message #00776
[PATCH 0/6] Support for graftpoints
https://git.wiki.kernel.org/index.php/GraftPoint
Allow the creation and usage of grafted commits. Graftpoints/Grafted commits are commits with "fake" parents.
New files that can be read: info/grafts and shallow
Shallow support is dependent on this feature.
milki (6):
Graft Tests
Add GraftedCommit object
getitem returns GraftedCommit
parse_graftpoints
serialize_graftpoints
Update NEWS
NEWS | 4 +
dulwich/object_store.py | 55 +++++++-
dulwich/objects.py | 55 ++++++++
dulwich/repo.py | 83 +++++++++++
dulwich/tests/__init__.py | 1 +
dulwich/tests/test_grafts.py | 313 ++++++++++++++++++++++++++++++++++++++++++
6 files changed, 509 insertions(+), 2 deletions(-)
create mode 100644 dulwich/tests/test_grafts.py
--
1.7.7.1.9.g13da8
Follow ups