From 2e0798409747661ab6898ae8444816aacacd70d2 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 11 Aug 2008 05:18:55 +0300 Subject: [PATCH] Actually pass the head to git-log. --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit.el b/magit.el index 4bfdbd68..dae21652 100644 --- a/magit.el +++ b/magit.el @@ -755,7 +755,7 @@ pushed. (erase-buffer) (magit-insert-section 'history "History" 'magit-wash-log "git" "log" "--max-count=100" - "--pretty=oneline"))))) + "--pretty=oneline" head))))) (defun magit-browse-branch-log () (interactive)