Message ID | ZaWKNI5qLPf4P75A@tilde.club (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | git-range-diff ignoring commit message changes | expand |
diff --git a/range-diff.c b/range-diff.c index c45b6d849c..fd421b7b99 100644 --- a/range-diff.c +++ b/range-diff.c @@ -59,7 +59,7 @@ static int read_patches(const char *range, struct string_list *list, "--output-indicator-old=<", "--output-indicator-context=#", "--no-abbrev-commit", - "--pretty=medium", + "--pretty=format:commit %H", "--show-notes-by-default", NULL); strvec_push(&cp.args, range);