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