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


_______________________________________________
Mailing list: https://launchpad.net/~dulwich-users
Post to     : dulwich-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dulwich-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to