Codebase list magit / bfc6f6d
release version 2.7.0 Jonas Bernoulli 7 years ago
9 changed file(s) with 47 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
0 Magit v2.7.0 Release Notes (draft)
1 ==================================
0 It's Magit! A Git Porcelain inside Emacs
1 =========================================
22
3 Changes since v2.6.2
3 Magit is an interface to the version control system Git, implemented
4 as an Emacs package. Magit aspires to be a complete Git porcelain.
5 While we cannot (yet) claim that Magit wraps and improves upon each
6 and every Git command, it is complete enough to allow even experienced
7 Git users to perform almost all of their daily version control tasks
8 directly from within Emacs. While many fine Git clients exist, only
9 Magit and Git itself deserve to be called porcelains.
10
11 For more information about Magit, see http://magit.vc.
12
13 Magit v2.7.0 Release Notes
14 ==========================
15
16 Released 19 May 2016 by Jonas Bernoulli.
17
18 We are pleased to announce the release of Magit version 2.7.0,
19 representing 116 commits by 7 people over 7 weeks.
20
21 Also see http://emacsair.me/2016/05/19/magit-2.7.
22
23 Changes since v2.6.0
424 --------------------
525
626 * Added new popup `magit-subtree-popup' and bound "O" to it.
5171 hunks are applied and that conflicting hunks are put into reject
5272 files.
5373
54 * The command `magit-rebase--continue' learned to reuse the old commit
74 * The command `magit-rebase-continue' learned to reuse the old commit
5575 message as-is when called with a prefix argument.
5676
5777 * In the refs buffer symbolic refs, such as "remotes/origin/HEAD", are
5878 no longer omitted from the lists of local and remote branches.
5979
60 Fixes since v2.6.2
61 ------------------
80 This release also contains the fixes described in the v2.6.1 and
81 v2.6.2 release notes, as well as various other documentation fixes,
82 code clean-ups, bug fixes, and other small to medium improvements.
6283
6384 Authors
6485 -------
86
87 95 Jonas Bernoulli
88 10 Kyle Meyer
89 7 Noam Postavsky
90 1 Bart Bakker
91 1 Fritz Grabo
92 1 Ingo Lohmar
93 1 John Mastro
66 #+TEXINFO_DIR_CATEGORY: Emacs
77 #+TEXINFO_DIR_TITLE: Magit-Popup: (magit-popup).
88 #+TEXINFO_DIR_DESC: Infix arguments with feedback
9 #+SUBTITLE: for version 2.6
9 #+SUBTITLE: for version 2.7
1010
1111 #+OPTIONS: H:4 num:3 toc:2
1212
3636 @finalout
3737 @titlepage
3838 @title Magit-Popup User Manual
39 @subtitle for version 2.6
39 @subtitle for version 2.7
4040 @author Jonas Bernoulli
4141 @page
4242 @vskip 0pt plus 1filll
66 #+TEXINFO_DIR_CATEGORY: Emacs
77 #+TEXINFO_DIR_TITLE: Magit: (magit).
88 #+TEXINFO_DIR_DESC: Using Git from Emacs with Magit.
9 #+SUBTITLE: for version 2.6
9 #+SUBTITLE: for version 2.7
1010
1111 #+OPTIONS: H:4 num:3 toc:2
1212
3939 @finalout
4040 @titlepage
4141 @title Magit User Manual
42 @subtitle for version 2.6
42 @subtitle for version 2.7
4343 @author Jonas Bernoulli
4444 @page
4545 @vskip 0pt plus 1filll
5454
5555 EMACS_VERSION = 24.4
5656
57 MAGIT_VERSION = 2.6
57 MAGIT_VERSION = 2.7
5858 ASYNC_VERSION = 1.5
5959 DASH_VERSION = 2.12.1
6060 WITH_EDITOR_VERSION = 2.5.1
61 GIT_COMMIT_VERSION = 2.6.1
62 MAGIT_POPUP_VERSION = 2.6.1
61 GIT_COMMIT_VERSION = 2.6.2
62 MAGIT_POPUP_VERSION = 2.6.2
6363
6464 ASYNC_MELPA_SNAPSHOT = 20150909.2257
6565 DASH_MELPA_SNAPSHOT = 20151021.113
6666 WITH_EDITOR_MELPA_SNAPSHOT = 20160408.201
67 GIT_COMMIT_MELPA_SNAPSHOT = 20160414.251
68 MAGIT_POPUP_MELPA_SNAPSHOT = 20160414.251
67 GIT_COMMIT_MELPA_SNAPSHOT = 20160425.430
68 MAGIT_POPUP_MELPA_SNAPSHOT = 20160512.328
6969
7070 EMACSBIN ?= emacs
7171
1010 ;; Marius Vollmer <marius.vollmer@gmail.com>
1111 ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
1212
13 ;; Package-Requires: ((emacs "24.4") (dash "20151021.113") (with-editor "20160408.201"))
13 ;; Package-Requires: ((emacs "24.4") (dash "2.12.1") (with-editor "2.5.1"))
1414 ;; Keywords: git tools vc
1515 ;; Homepage: https://github.com/magit/magit
1616
1111 ;; Author: Jonas Bernoulli <jonas@bernoul.li>
1212 ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
1313
14 ;; Package-Requires: ((emacs "24.4") (async "20150909.2257") (dash "20151021.113"))
14 ;; Package-Requires: ((emacs "24.4") (async "1.5") (dash "2.12.1"))
1515 ;; Keywords: bindings
1616 ;; Homepage: https://github.com/magit/magit
1717
1515 ;; RĂ©mi Vanicat <vanicat@debian.org>
1616 ;; Yann Hodique <yann.hodique@gmail.com>
1717
18 ;; Package-Requires: ((emacs "24.4") (async "20150909.2257") (dash "20151021.113") (with-editor "20160408.201") (git-commit "20160414.251") (magit-popup "20160414.251"))
18 ;; Package-Requires: ((emacs "24.4") (async "1.5") (dash "2.12.1") (with-editor "2.5.1") (git-commit "2.6.2") (magit-popup "2.6.2"))
1919 ;; Keywords: git tools vc
2020 ;; Homepage: https://github.com/magit/magit
2121