From bb74ce61afa18ded75e48cb1359ba47baf36e179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Vanicat?= Date: Sat, 20 Mar 2010 13:33:31 +0100 Subject: [PATCH] Show the graph in wazzup. --- magit.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/magit.el b/magit.el index fcf6f1f8..38d37152 100644 --- a/magit.el +++ b/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)))))))))