I want magit to display the unpushed commits to push-remote instead of
the ones unpushed to upstream. I set up the following:

--8<---------------cut here---------------start------------->8---
(setq magit-status-sections-hook (delete 'magit-insert-unpushed-to-upstream 
magit-status-sections-hook))
(add-to-list 'magit-status-sections-hook 'magit-insert-unpushed-to-pushremote)
--8<---------------cut here---------------end--------------->8---

Even though the push remote seems to be correctly set up (see the
following from magit-branch-popup), the magit
default buffer never displayed the pending commits.

--8<---------------cut here---------------start------------->8---
Configure existing branches
 d branch.master.description unset
 u branch.master.merge       refs/heads/master
   branch.master.remote      origin
 r branch.master.rebase      [true|false|default:false]
 p branch.master.pushRemote  [origin]
--8<---------------cut here---------------end--------------->8---

Julien.

-- 
You received this message because you are subscribed to the Google Groups 
"magit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to