aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2016-05-12 12:26:00 +0200
committerJonas Bernoulli <jonas@bernoul.li>2016-05-12 12:26:00 +0200
commitbcabbf21b39a7f81ee54aaff627e795c19fbd3cd (patch)
treebaea54c9677db027ba1d2d9e3458b5f1ef5cc098 /Documentation/RelNotes
parent19844e680675b2c3c7f22120b6952b99b568ccf9 (diff)
magit-branch-config-popup: bind in other popups
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.7.0.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.7.0.txt b/Documentation/RelNotes/2.7.0.txt
index 38bcf71..e7469de 100644
--- a/Documentation/RelNotes/2.7.0.txt
+++ b/Documentation/RelNotes/2.7.0.txt
@@ -6,6 +6,18 @@ Changes since v2.6.2
* Added new popup `magit-subtree-popup' and bound "O" to it.
+* Added new popup `magit-branch-config-popup' and made it available
+ from the popups `magit-branch-popup', `magit-pull-and-fetch-popup',
+ `magit-pull-popup', `magit-fetch-popup', and `magit-push-popup'.
+
+ With a prefix argument it reads a the branch to be configured in
+ the minibuffer instead of using the current branch.
+
+* Added new option `magit-branch-popup-show-variables', defaulting to
+ t to avoid changing key bindings. When set to nil, no variables are
+ displayed directly in the `magit-branch-popup', instead the subpopup
+ `magit-branch-config-popup' has to be used.
+
* Added new commands `magit-worktree-checkout',
`magit-worktree-branch', `magit-worktree-delete',
and `magit-worktree-status'.