Actually pass the head to git-log.

This commit is contained in:
Marius Vollmer 2008-08-11 05:18:55 +03:00
parent 5742fa3476
commit 2e07984097

View file

@ -755,7 +755,7 @@ pushed.
(erase-buffer) (erase-buffer)
(magit-insert-section 'history "History" 'magit-wash-log (magit-insert-section 'history "History" 'magit-wash-log
"git" "log" "--max-count=100" "git" "log" "--max-count=100"
"--pretty=oneline"))))) "--pretty=oneline" head)))))
(defun magit-browse-branch-log () (defun magit-browse-branch-log ()
(interactive) (interactive)