aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2016-04-25 13:28:36 +0200
committerJonas Bernoulli <jonas@bernoul.li>2016-04-25 13:28:36 +0200
commit2e6dcf8fe8672dca67e59a72975c2d850ce9bc16 (patch)
tree11ad470e611a1a18c2b7d0028a7e35bed059546d /Documentation
parente2584dbaff2fa3091a30ef9f9a4e817e18ae4384 (diff)
release version 2.6.22.6.2
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.6.2.txt26
1 files changed, 15 insertions, 11 deletions
diff --git a/Documentation/RelNotes/2.6.2.txt b/Documentation/RelNotes/2.6.2.txt
index eba1340..9433128 100644
--- a/Documentation/RelNotes/2.6.2.txt
+++ b/Documentation/RelNotes/2.6.2.txt
@@ -1,14 +1,13 @@
-Magit v2.6.2 Release Notes (draft)
-==================================
+Magit v2.6.2 Release Notes
+==========================
Changes since v2.6.1
--------------------
* Added new section inserter `magit-insert-submodules'. For each
- submodule it inserts the module path and the output of `git descibe
- --tags'.
+ submodule it inserts the module path and a description of its tip.
-* When adding an already configure but for some reason unstaged
+* When re-adding an already configured but for some reason unstaged
submodule, then `magit-submodule-add' now offers the configured
submodule name as default choice.
@@ -20,7 +19,7 @@ Fixes since v2.6.1
and `magit-merge-editmsg' now work around that by always using
`--no-ff'.
-* The command `magit-log', when called with `--patch' but not
+* The command `magit-log', when called with `--patch' but without
`--graph', deleted the first two characters of file names in the
diff.
@@ -28,15 +27,15 @@ Fixes since v2.6.1
because the commit process still held the lock on `index.lock'.
* The command `magit-submodule-add' offered an invalid default choice
- for the module path and allowed selecting a path to a file that is
- not a repository.
+ for the module path and allowed selecting a file that isn't a
+ repository.
* `git-rebase-mode' failed to prevent `save-place-mode' from having an
effect.
-* When no upstream is configured, then
- `magit-insert-unpulled-from-upstream-or-recent' failed to insert the
- recent commits instead.
+* The section inserter `magit-insert-unpulled-from-upstream-or-recent'
+ failed to insert the recent commits instead when no upstream is
+ configured.
* Two key bindings in `magit-pull-and-fetch-popup' conflicted.
@@ -46,3 +45,8 @@ Fixes since v2.6.1
Authors
-------
+
+ 21 Jonas Bernoulli
+ 1 John Mastro
+ 1 Kyle Meyer
+ 1 Noam Postavsky