mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
Actually pass the head to git-log.
This commit is contained in:
parent
5742fa3476
commit
2e07984097
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue