aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2015-07-22 20:18:35 +0200
committerJonas Bernoulli <jonas@bernoul.li>2015-07-22 20:18:35 +0200
commit845aef9a2145485379fc0eecdda9c3d7f8400b4d (patch)
treead3145bce6d635970b61598a7cff574e958b78e9 /Documentation
parent2d0d6535b60ce7ed93d6ff35ee8c28256b1a4edc (diff)
add release note stub
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.2.0.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.2.0.txt b/Documentation/RelNotes/2.2.0.txt
new file mode 100644
index 0000000..ba215b4
--- /dev/null
+++ b/Documentation/RelNotes/2.2.0.txt
@@ -0,0 +1,25 @@
+It's Magit! A Git Porcelain inside Emacs
+=========================================
+
+Magit is an interface to the version control system Git, implemented
+as an Emacs package. Magit aspires to be a complete Git porcelain.
+While we cannot (yet) claim that Magit wraps and improves upon each
+and every Git command, it is complete enough to allow even experienced
+Git users to perform almost all of their daily version control tasks
+directly from within Emacs. While many fine Git clients exist, only
+Magit and Git itself deserve to be called porcelains.
+
+For more information about Magit, see http://magit.vc.
+
+Magit v2.2.0 Release Notes
+==========================
+
+UNRELEASED.
+
+Changes since v2.1.0
+--------------------
+
+THIS IS NOT COMPLETE.
+
+Authors
+-------