Show unpushed changes as graph.

* magit.el (magit-update-status): Add "--graph" to git-log arguments.
This commit is contained in:
Marius Vollmer 2008-08-12 00:21:15 +03:00
parent 3d2316835a
commit 175c816cf2

View file

@ -431,7 +431,7 @@ pushed.
(if remote
(magit-insert-section 'unpushed
"Unpushed commits:" 'magit-wash-log
"git" "log" "--pretty=oneline"
"git" "log" "--graph" "--pretty=oneline"
(format "%s/%s..HEAD" remote branch))))
(goto-line old-line)
(magit-goto-section old-section))))