aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-08-19 19:57:32 -0400
committerKyle Meyer <kyle@kyleam.com>2015-08-19 19:57:32 -0400
commit25832bb4741742360ba046572271bb8b7bcc7374 (patch)
treeb30c89c4e2b605bcde799854bc51f0e2bf3ac574 /Documentation
parent80aea7a6f1daf485337116f615640bcc7090190a (diff)
add v2.3.0 release notes stub
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.3.0.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.3.0.txt b/Documentation/RelNotes/2.3.0.txt
new file mode 100644
index 0000000..20813db
--- /dev/null
+++ b/Documentation/RelNotes/2.3.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.3.0 Release Notes
+==========================
+
+UNRELEASED.
+
+Changes since v2.2.0
+--------------------
+
+THIS IS NOT COMPLETE.
+
+Authors
+-------