libgitmail 0.1.0

Provide an easy type-safe wrapper around git patch emails
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
libgitmail
==========

This library provides an abstraction over git sent email patches.  It
parses incoming mail and provides a strongly typed interface for
interacting with patches, patch trees, as well as building patch sets
from a tree thread with many revisions.

It then compiles a new thread of mail that can be piped directly into
git am - by some user interface.


License
-------

This library is part of dev-suite and as such licensed under the GNU
General Public License 3.0 or, (at your choosing), any later version.
See the LICENSE.md in the parent repository for more details.