aboutsummaryrefslogtreecommitdiff
path: root/libgitmail/README
diff options
context:
space:
mode:
Diffstat (limited to 'libgitmail/README')
-rw-r--r--libgitmail/README18
1 files changed, 18 insertions, 0 deletions
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.