From bb4bd2a6f135f3579174d1515b02be7560677d61 Mon Sep 17 00:00:00 2001 From: Bill Sommerfeld Date: Wed, 8 Oct 2025 10:22:40 -0700 Subject: [PATCH] Replace 'git whatchanged' with 'git log --stat' as the former is deprecated. Also clarify that the changeset description is only needed if the patch isn't in Gerrit. --- docs/contributing/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/contributing/index.md b/docs/contributing/index.md index 12b1836..8d4fa20 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -268,8 +268,9 @@ Your RTI e-mail should include: https://illumos.org/issues/10052 * The changes that were reviewed; e.g., a link to your [Gerrit](./gerrit) review, or an attached patch otherwise. -* The full "change set description" (i.e., `git whatchanged -v origin/master..`) - including: +* If attaching a patch, please include a full "change set description" + (i.e., the output of `git log --stat -v origin/master..`) in the body of the + message, including: * Issue number(s) and description(s) * `Reviewed by: First Last ` lines * List of files affected