Skip to content

Commit 4fedcd6

Browse files
Replace 'git whatchanged' with 'git log --raw' as the former is deprecated
1 parent 399a1a7 commit 4fedcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Your RTI e-mail should include:
268268
https://illumos.org/issues/10052
269269
* The changes that were reviewed; e.g., a link to your [Gerrit](./gerrit)
270270
review, or an attached patch otherwise.
271-
* The full "change set description" (i.e., `git whatchanged -v origin/master..`)
271+
* The full "change set description" (i.e., `git log --raw -v origin/master..`)
272272
including:
273273
* Issue number(s) and description(s)
274274
* `Reviewed by: First Last <first.last@example.com>` lines

0 commit comments

Comments
 (0)