diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-07-01 17:51:43 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-07-01 17:51:43 +0200 |
| commit | 2896f615f9b4f4aecfbbe92b401ef83c2caa6a85 (patch) | |
| tree | 83328f26ad4a8d545016eea2002bd7dd4c6edd6c | |
| parent | 0946fa72926d643c2625d8b1718f19c93a25619c (diff) | |
Release version 3.1.0v3.1.0
| -rw-r--r-- | Documentation/RelNotes/3.1.0.org | 32 | ||||
| -rw-r--r-- | Documentation/magit-section.org | 4 | ||||
| -rw-r--r-- | Documentation/magit-section.texi | 4 | ||||
| -rw-r--r-- | Documentation/magit.org | 4 | ||||
| -rw-r--r-- | Documentation/magit.texi | 17 | ||||
| -rw-r--r-- | default.mk | 12 | ||||
| -rw-r--r-- | lisp/git-commit.el | 4 | ||||
| -rw-r--r-- | lisp/magit-libgit.el | 2 | ||||
| -rw-r--r-- | lisp/magit-pkg.el | 12 | ||||
| -rw-r--r-- | lisp/magit-section.el | 4 |
10 files changed, 69 insertions, 26 deletions
diff --git a/Documentation/RelNotes/3.1.0.org b/Documentation/RelNotes/3.1.0.org index 8be5b3b..48b408b 100644 --- a/Documentation/RelNotes/3.1.0.org +++ b/Documentation/RelNotes/3.1.0.org @@ -1,4 +1,27 @@ -* Magit v3.1.0 Release Notes (unreleased) +* It's Magit! A Git Porcelain inside Emacs + +Magit is a text-based Git user interface that puts an unmatched focus +on streamlining workflows. Commands are invoked using short mnemonic +key sequences that take the cursor’s position in the highly actionable +interface into account to provide context-sensitive behavior. + +With Magit you can do nearly everything that you can do when using Git +on the command-line, but at greater speed and while taking advantage +of advanced features that previously seemed too daunting to use on a +daily basis. Many users will find that by using Magit they can become +more effective Git user. + +For more information about Magit, see https://magit.vc. + +* Magit v3.1.0 Release Notes + +Released 1st July 2021 by Jonas Bernoulli. + +I am pleased to announce the release of Magit version 3.1.0, +representing 31 commits by 4 contributors over one month. + +Also see https://emacsair.me/2021/07/01/magit-3.1. + ** Breaking changes - The function signature of ~magit-completing-read-multiple~ was not @@ -41,3 +64,10 @@ - The entry for pull-requests in ~magit-list-refs-namespaces~ did not match the ref names used by Forge for that purpose. 4c3373f9a + +* Authors + + 24 Jonas Bernoulli + 3 Kyle Meyer + 1 Siavash Askari Nasr + 1 TEC diff --git a/Documentation/magit-section.org b/Documentation/magit-section.org index 1ecfa5f..1be2323 100644 --- a/Documentation/magit-section.org +++ b/Documentation/magit-section.org @@ -8,7 +8,7 @@ #+TEXINFO_DIR_CATEGORY: Emacs #+TEXINFO_DIR_TITLE: Magit-Section: (magit-section). #+TEXINFO_DIR_DESC: Use Magit sections in your own packages. -#+SUBTITLE: for version 3.0.0 +#+SUBTITLE: for version 3.1.0 #+TEXINFO_DEFFN: t #+OPTIONS: H:4 num:3 toc:2 @@ -26,7 +26,7 @@ user options see [[info:magit#Sections]]. This manual documents how you can use sections in your own packages. #+TEXINFO: @noindent -This manual is for Magit-Section version 3.0.0. +This manual is for Magit-Section version 3.1.0. #+BEGIN_QUOTE Copyright (C) 2015-2021 Jonas Bernoulli <jonas@bernoul.li> diff --git a/Documentation/magit-section.texi b/Documentation/magit-section.texi index 0ffe7f5..5f8fa54 100644 --- a/Documentation/magit-section.texi +++ b/Documentation/magit-section.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Magit-Section Developer Manual -@subtitle for version 3.0.0 +@subtitle for version 3.1.0 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -54,7 +54,7 @@ user options see @ref{Sections,,,magit,}. This manual documents how you can use sections in your own packages. @noindent -This manual is for Magit-Section version 3.0.0. +This manual is for Magit-Section version 3.1.0. @quotation Copyright (C) 2015-2021 Jonas Bernoulli <jonas@@bernoul.li> diff --git a/Documentation/magit.org b/Documentation/magit.org index 523ae48..1a309a7 100644 --- a/Documentation/magit.org +++ b/Documentation/magit.org @@ -8,7 +8,7 @@ #+TEXINFO_DIR_CATEGORY: Emacs #+TEXINFO_DIR_TITLE: Magit: (magit). #+TEXINFO_DIR_DESC: Using Git from Emacs with Magit. -#+SUBTITLE: for version 3.0.0 (v3.0.0-15-gf592e367d+1) +#+SUBTITLE: for version 3.1.0 #+TEXINFO_DEFFN: t #+OPTIONS: H:4 num:3 toc:2 @@ -25,7 +25,7 @@ directly from within Emacs. While many fine Git clients exist, only Magit and Git itself deserve to be called porcelains. #+TEXINFO: @noindent -This manual is for Magit version 3.0.0 (v3.0.0-15-gf592e367d+1). +This manual is for Magit version 3.1.0. #+BEGIN_QUOTE Copyright (C) 2015-2021 Jonas Bernoulli <jonas@bernoul.li> diff --git a/Documentation/magit.texi b/Documentation/magit.texi index 410ba6c..515d103 100644 --- a/Documentation/magit.texi +++ b/Documentation/magit.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Magit User Manual -@subtitle for version 3.0.0 (v3.0.0-15-gf592e367d+1) +@subtitle for version 3.1.0 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -53,7 +53,7 @@ directly from within Emacs. While many fine Git clients exist, only Magit and Git itself deserve to be called porcelains. @noindent -This manual is for Magit version 3.0.0 (v3.0.0-15-gf592e367d+1). +This manual is for Magit version 3.1.0. @quotation Copyright (C) 2015-2021 Jonas Bernoulli <jonas@@bernoul.li> @@ -3515,6 +3515,19 @@ Move to a parent of the current commit. By default, this is the first parent, but a numeric prefix can be used to specify another parent. +@kindex j +@cindex magit-log-move-to-revision +@item @kbd{j} @tie{}@tie{}@tie{}@tie{}(@code{magit-log-move-to-revision}) + +Read a revision and move to it in current log buffer. + +If the chosen reference or revision isn't being displayed in +the current log buffer, then inform the user about that and do +nothing else. + +If invoked outside any log buffer, then display the log buffer +of the current repository first; creating it if necessary. + @kindex SPC @cindex magit-diff-show-or-scroll-up @item @kbd{SPC} @tie{}@tie{}@tie{}@tie{}(@code{magit-diff-show-or-scroll-up}) @@ -107,19 +107,19 @@ VERSION ?= $(shell \ git describe --tags --abbrev=0 --always | cut -c2-) DASH_VERSION = 2.18.1 -GIT_COMMIT_VERSION = 3.0.0 +GIT_COMMIT_VERSION = 3.1.0 LIBGIT_VERSION = 0 MAGIT_LIBGIT_VERSION = 0 -MAGIT_SECTION_VERSION = 3.0.0 -TRANSIENT_VERSION = 0.3.3 +MAGIT_SECTION_VERSION = 3.1.0 +TRANSIENT_VERSION = 0.3.6 WITH_EDITOR_VERSION = 3.0.4 DASH_MELPA_SNAPSHOT = 20210330 -GIT_COMMIT_MELPA_SNAPSHOT = 20210525 +GIT_COMMIT_MELPA_SNAPSHOT = 20210701 LIBGIT_MELPA_SNAPSHOT = 0 MAGIT_LIBGIT_MELPA_SNAPSHOT = 0 -MAGIT_SECTION_MELPA_SNAPSHOT = 20210525 -TRANSIENT_MELPA_SNAPSHOT = 20210524 +MAGIT_SECTION_MELPA_SNAPSHOT = 20210701 +TRANSIENT_MELPA_SNAPSHOT = 20210701 WITH_EDITOR_MELPA_SNAPSHOT = 20210524 EMACS_VERSION = 25.1 diff --git a/lisp/git-commit.el b/lisp/git-commit.el index dba55a9..b2806c6 100644 --- a/lisp/git-commit.el +++ b/lisp/git-commit.el @@ -13,8 +13,8 @@ ;; Keywords: git tools vc ;; Homepage: https://github.com/magit/magit -;; Package-Requires: ((emacs "25.1") (dash "20210330") (transient "20210524") (with-editor "20210524")) -;; Package-Version: 3.0.0 +;; Package-Requires: ((emacs "25.1") (dash "2.18.1") (transient "0.3.6") (with-editor "3.0.4")) +;; Package-Version: 3.1.0 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; This file is free software; you can redistribute it and/or modify diff --git a/lisp/magit-libgit.el b/lisp/magit-libgit.el index 41f5034..719bf12 100644 --- a/lisp/magit-libgit.el +++ b/lisp/magit-libgit.el @@ -10,7 +10,7 @@ ;; Keywords: git tools vc ;; Homepage: https://github.com/magit/magit -;; Package-Requires: ((emacs "26.1") (magit "3.0.0") (libgit "0")) +;; Package-Requires: ((emacs "26.1") (magit "3.1.0") (libgit "0")) ;; Package-Version: 0 ;; SPDX-License-Identifier: GPL-3.0-or-later diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el index 09d8bc8..9b6a6ff 100644 --- a/lisp/magit-pkg.el +++ b/lisp/magit-pkg.el @@ -1,10 +1,10 @@ -(define-package "magit" "3.0.0" +(define-package "magit" "3.1.0" "A Git porcelain inside Emacs." '((emacs "25.1") - (dash "20210330") - (git-commit "20210525") - (magit-section "20210525") - (transient "20210524") - (with-editor "20210524")) + (dash "2.18.1") + (git-commit "3.1.0") + (magit-section "3.1.0") + (transient "0.3.6") + (with-editor "3.0.4")) :homepage "https://magit.vc" :keywords '("git" "tools" "vc")) diff --git a/lisp/magit-section.el b/lisp/magit-section.el index 99acb1e..6b6fff9 100644 --- a/lisp/magit-section.el +++ b/lisp/magit-section.el @@ -10,8 +10,8 @@ ;; Keywords: tools ;; Homepage: https://github.com/magit/magit -;; Package-Requires: ((emacs "25.1") (dash "20210330")) -;; Package-Version: 3.0.0 +;; Package-Requires: ((emacs "25.1") (dash "2.18.1")) +;; Package-Version: 3.1.0 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Magit-Section is free software; you can redistribute it and/or modify |
