Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another fix for #557 #565

Closed
wants to merge 56 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
3b17726
Merge branch 'master' into next
sigma Jun 16, 2012
d2ae189
Merge branch 'master' into next
sigma Jul 14, 2012
e8d5e31
Merge branch 'master' into next
sigma Jul 14, 2012
6d7d8ef
Merge branch 'master' into next
sigma Jul 14, 2012
839f575
Merge branch 'master' into next
sigma Aug 5, 2012
9f8e88e
Merge branch 'master' into next
sigma Aug 5, 2012
a44a08c
magit-push: only push to branch.b.merge when pushing to branch.b.remote
tarsius May 11, 2012
2e0fe4f
always respect value of magit-set-upstream-on-push
tarsius Jun 13, 2012
9b11f41
magit-builtin-completing-read: handle REQUIRE-MATCH safely
tarsius Jun 13, 2012
fb2ec93
magit-read-remote: require that an existing remote is selected
tarsius Jun 13, 2012
dd0d5f6
magit-push: ensure we are pushing to a branch
tarsius Jun 13, 2012
52a4ea8
magit-push: set branch.<name>.merge correctly
tarsius Jun 13, 2012
9ccc651
magit-push: do not use magit-get-remote to get the branch-remote
tarsius Jun 13, 2012
23c0fb8
magit-push: update doc-string to reflect recent changes
tarsius Jun 13, 2012
085ec6b
magit-push: set branch.<name>.merge when -u is in magit-custom-options
tarsius Jun 13, 2012
70366ca
magit-push-tags: allow selecting the remote
tarsius Aug 20, 2012
5b37565
fix call to magit-read-remote
sigma Sep 16, 2012
9168299
Merge branch 'tarsius/push-fixes' into next
sigma Sep 16, 2012
8f35426
Merge branch 'master' into next
sigma Sep 16, 2012
beae52b
magit-run*: only magit-mode buffers need to be refreshed
tarsius Sep 16, 2012
80f5f95
magit-run*: only advertise key for *magit-process* if there is one
tarsius Sep 16, 2012
bcdea56
Merge branch 'master' into next
sigma Sep 16, 2012
648f811
Merge commit 'beae52bc6e21da0e74b4e4eaba339248981bb77b' into next
sigma Sep 16, 2012
42bb20f
Merge commit '80f5f9597e3801acd14742dd747f2d77cb33e273' into next
sigma Sep 16, 2012
3b590e0
magit-key-mode: don't delete other windows to show menu
artagnon Sep 22, 2012
7f25553
Merge branch 'master' into next
sigma Sep 23, 2012
61d9964
Merge commit '3b590e01ba51f6453ec07e3da4bcb180933f2e6a' into artagnon…
sigma Sep 23, 2012
5167400
Merge branch 'artagnon/magit-key-mode' into next
sigma Sep 23, 2012
bfe5721
Merge branch 'master' into next
sigma Sep 23, 2012
4d03353
Merge branch 'master' into next
sigma Sep 23, 2012
0a2f985
Merge branch 'mainline-master' into mainline-next
vanicat Oct 6, 2012
b051a92
Merge branch 'mainline-master' into mainline-next
vanicat Oct 14, 2012
5f1d812
Merge branch 'master' into next
vanicat Nov 29, 2012
3325f4b
Merge branch 'master' into next
sigma Jan 5, 2013
a83f865
Merge branch 'master' into next
sigma Jan 5, 2013
340aead
Merge branch 'master' into next
sigma Jan 6, 2013
f3b4fd2
Merge branch 'master' into next
sigma Jan 8, 2013
8bfb7c1
Merge branch 'master' into next
sigma Jan 8, 2013
3237c38
Merge branch 'master' into next
sigma Jan 9, 2013
ebba349
Merge branch 'master' into next
sigma Jan 17, 2013
a127fd3
Merge branch 'master' into next
sigma Feb 6, 2013
a32a021
Merge branch 'master' into next
sigma Feb 6, 2013
4a2cc80
Merge branch 'master' into next
sigma Feb 15, 2013
cff6630
Merge branch 'master' into next
sigma Feb 15, 2013
5081e87
magit-section-context-type: de-uglify
tarsius Nov 21, 2012
cbf0361
magit-prefix-p: improve doc-string
tarsius Nov 21, 2012
e36af46
add new function magit-section-match
tarsius Jan 9, 2013
4646719
refactor magit-section-case and related functions
tarsius Jan 9, 2013
7cd08d0
rename magit-add-action{ => -clauses}
tarsius Jan 9, 2013
b266fa3
Merge branch 'tarsius/section-case' into next
sigma Feb 16, 2013
25b9b6e
Merge branch 'master' into next
sigma Feb 16, 2013
1d3aa45
Merge branch 'master' into next
sigma Feb 16, 2013
dff002c
Merge branch 'master' into next
sigma Feb 19, 2013
e470cc3
Merge branch 'master' into next
sigma Feb 20, 2013
33a5183
Fixes the incorrect pull refspec.
dudebout Feb 22, 2013
842bd55
Adds refs/remotes as it seems to be necessary for git pull
dudebout Feb 22, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion magit-key-mode.el
Expand Up @@ -385,7 +385,6 @@ the key combination highlighted before the description."
(current-window-configuration))
;; setup the mode, draw the buffer
(let ((buf (get-buffer-create magit-key-mode-buf-name)))
(delete-other-windows)
(split-window-vertically)
(other-window 1)
(switch-to-buffer buf)
Expand Down
8 changes: 4 additions & 4 deletions magit-stgit.el
Expand Up @@ -202,16 +202,16 @@
(magit-mode-init dir 'magit-commit-mode
#'magit-stgit--refresh-patch-buffer patch))))))

(magit-add-action (item info "visit")
(magit-add-action-clauses (item info "visit")
((series)
(magit-stgit--show-patch info)
(pop-to-buffer magit-commit-buffer-name)))

(magit-add-action (item info "apply")
(magit-add-action-clauses (item info "apply")
((series)
(magit-run magit-stgit-executable "goto" info)))

(magit-add-action (item info "discard")
(magit-add-action-clauses (item info "discard")
((series)
(let ((patch (or magit-stgit--marked-patch info)))
(if (yes-or-no-p (format "Delete patch '%s' in series? " patch))
Expand All @@ -226,7 +226,7 @@
nil
patch)))

(magit-add-action (item info "mark")
(magit-add-action-clauses (item info "mark")
((series)
(magit-stgit--set-marked-patch info)
(magit-refresh-all)))
Expand Down
4 changes: 2 additions & 2 deletions magit-topgit.el
Expand Up @@ -133,13 +133,13 @@
"Topics:" 'magit-topgit-wash-topics
"summary"))

(magit-add-action (item info "discard")
(magit-add-action-clauses (item info "discard")
((topic)
(when (yes-or-no-p "Discard topic? ")
(magit-run* (list magit-topgit-executable "delete" "-f" info)
nil nil nil t))))

(magit-add-action (item info "visit")
(magit-add-action-clauses (item info "visit")
((topic)
(magit-checkout info)))

Expand Down