]> git.ipfire.org Git - thirdparty/git.git/blobdiff - range-diff.c
documentation: add missing article
[thirdparty/git.git] / range-diff.c
index ca5493984a59c8e067b420241091cb919f8e71c9..c45b6d849cbf4f97ec3d6eb893259837d25d9052 100644 (file)
@@ -60,7 +60,7 @@ static int read_patches(const char *range, struct string_list *list,
                     "--output-indicator-context=#",
                     "--no-abbrev-commit",
                     "--pretty=medium",
-                    "--notes",
+                    "--show-notes-by-default",
                     NULL);
        strvec_push(&cp.args, range);
        if (other_arg)