Show unpushed changes as graph.
* magit.el (magit-update-status): Add "--graph" to git-log arguments.
This commit is contained in:
parent
3d2316835a
commit
175c816cf2
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue