From fdb464b380dcda0f9afeee080ebe988e3934e02b Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Thu, 9 Jan 2020 21:30:25 +0000 Subject: Refactoring libgitmail core to work on complete emails, with tests --- libgitmail/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libgitmail/README (limited to 'libgitmail/README') diff --git a/libgitmail/README b/libgitmail/README new file mode 100644 index 0000000..0d3ba07 --- /dev/null +++ b/libgitmail/README @@ -0,0 +1,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. -- cgit v1.2.3