Show the graph in wazzup.
This commit is contained in:
parent
ed0ad8eff7
commit
bb74ce61af
1 changed files with 2 additions and 1 deletions
3
magit.el
3
magit.el
|
@ -3196,7 +3196,8 @@ Prefix arg means justify as well."
|
|||
'magit-wash-log
|
||||
"log"
|
||||
(format "--max-count=%s" magit-log-cutoff-length)
|
||||
"--pretty=format:* %H %s"
|
||||
"--graph"
|
||||
"--pretty=oneline"
|
||||
(format "%s..%s" head ref)
|
||||
"--"))))
|
||||
(magit-set-section-info ref section)))))))))
|
||||
|
|
Loading…
Reference in a new issue