From 6599b6ac579146553d681a5f37e323decf085973 Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Tue, 6 Jul 2010 00:10:50 +0100 Subject: [PATCH] Use remote branch for unpushed ref. --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit.el b/magit.el index 6f71e917..ce31ad63 100644 --- a/magit.el +++ b/magit.el @@ -2606,7 +2606,7 @@ insert a line to tell how to insert more of them" (magit-insert-unstaged-changes (if staged "Unstaged changes:" "Changes:")) (magit-insert-staged-changes staged no-commit)) - (magit-insert-unpushed-commits remote branch) + (magit-insert-unpushed-commits remote remote-branch) (run-hooks 'magit-refresh-status-hook))))) (defun magit-init (dir)