Show the graph in wazzup.

This commit is contained in:
Rémi Vanicat 2010-03-20 13:33:31 +01:00
parent ed0ad8eff7
commit bb74ce61af

View file

@ -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)))))))))