diff options
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/RelNotes/2.5.0.txt (renamed from Documentation/RelNotes/2.4.2.txt) | 37 | ||||
| -rw-r--r-- | Documentation/magit-popup.org | 2 | ||||
| -rw-r--r-- | Documentation/magit-popup.texi | 2 | ||||
| -rw-r--r-- | Documentation/magit.org | 2 | ||||
| -rw-r--r-- | Documentation/magit.texi | 2 |
5 files changed, 35 insertions, 10 deletions
diff --git a/Documentation/RelNotes/2.4.2.txt b/Documentation/RelNotes/2.5.0.txt index f927762..e117e34 100644 --- a/Documentation/RelNotes/2.4.2.txt +++ b/Documentation/RelNotes/2.5.0.txt @@ -1,7 +1,25 @@ -Magit v2.4.2 Release Notes (draft) -================================== +It's Magit! A Git Porcelain inside Emacs +========================================= -Updates since v2.4.1 +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.5.0 Release Notes +========================== + +Released 30 January 2016 by Jonas Bernoulli. + +We are pleased to announce the release of Magit version 2.5.0, +representing 78 commits by 4 contributors over 2 weeks. + +Changes since v2.4.0 -------------------- * The library `with-editor.el' reincarnated as a separate repository. @@ -61,7 +79,7 @@ Updates since v2.4.1 The new option `magit-clone-set-remote-head' can be set to `t' to go back to keeping that symbolic-ref. We default to removing it, because it does not actually get automatically updated when the - HEAD of the remote changes, and that makes it rather pointless. + HEAD of the remote changes, which makes it rather pointless. * Added new option `magit-prefer-remote-upstream' which controls whether commands which read the upstream or starting-point from @@ -75,7 +93,7 @@ Updates since v2.4.1 and its value are converted to `--VALUE-order' before calling `git'. This option was added instead of the switches `--author-date-order', `--date-order', and `--topo-order' because adding all three would be - to noisy and because they are mutually exclusive. + too noisy and because they are mutually exclusive. Fixes since v2.4.1 ------------------ @@ -102,7 +120,14 @@ Fixes since v2.4.1 * Pressing RET on a variable in a popup causes an error. -This release also contains typofixes and documentation updates. +This release also contains the fixes described in the v2.4.1 release +notes, as well as various typofixes, documentation updates, code +clean-ups, bug fixes, and other small improvements. Authors ------- + + 62 Jonas Bernoulli + 9 Kyle Meyer + 4 Noam Postavsky + 3 Alex Dunn diff --git a/Documentation/magit-popup.org b/Documentation/magit-popup.org index 61aa069..88e17b5 100644 --- a/Documentation/magit-popup.org +++ b/Documentation/magit-popup.org @@ -7,7 +7,7 @@ #+TEXINFO_DIR_CATEGORY: Emacs #+TEXINFO_DIR_TITLE: Magit-Popup: (magit-popup). #+TEXINFO_DIR_DESC: Infix arguments with feedback -#+SUBTITLE: for version 2.4 +#+SUBTITLE: for version 2.5 #+OPTIONS: H:4 num:3 toc:2 diff --git a/Documentation/magit-popup.texi b/Documentation/magit-popup.texi index d6af8ed..8752757 100644 --- a/Documentation/magit-popup.texi +++ b/Documentation/magit-popup.texi @@ -37,7 +37,7 @@ General Public License for more details. @finalout @titlepage @title Magit-Popup User Manual -@subtitle for version 2.4 +@subtitle for version 2.5 @author Jonas Bernoulli @page @vskip 0pt plus 1filll diff --git a/Documentation/magit.org b/Documentation/magit.org index e5a5059..d3f4fb7 100644 --- a/Documentation/magit.org +++ b/Documentation/magit.org @@ -7,7 +7,7 @@ #+TEXINFO_DIR_CATEGORY: Emacs #+TEXINFO_DIR_TITLE: Magit: (magit). #+TEXINFO_DIR_DESC: Using Git from Emacs with Magit. -#+SUBTITLE: for version 2.4 +#+SUBTITLE: for version 2.5 #+OPTIONS: H:4 num:3 toc:2 diff --git a/Documentation/magit.texi b/Documentation/magit.texi index d193079..250bdb5 100644 --- a/Documentation/magit.texi +++ b/Documentation/magit.texi @@ -40,7 +40,7 @@ General Public License for more details. @finalout @titlepage @title Magit User Manual -@subtitle for version 2.4 +@subtitle for version 2.5 @author Jonas Bernoulli @page @vskip 0pt plus 1filll |
