Linus Arver <linusa@xxxxxxxxxx> writes: > Junio C Hamano <gitster@xxxxxxxxx> writes: > [...] >> For now, I inserted this extra commit between [1/8] and [2/8]. >> Thanks. >> >> diff --git a/Documentation/MyFirstContribution.txt b/Documentation/MyFirstContribution.txt >> index 00f4c63cb9..bb7e4174e8 100644 >> --- a/Documentation/MyFirstContribution.txt >> +++ b/Documentation/MyFirstContribution.txt >> @@ -1116,8 +1116,8 @@ $ git send-email --to=target@xxxxxxxxxxx psuh/*.patch >> NOTE: Check `git help send-email` for some other options which you may find >> valuable, such as changing the Reply-to address or adding more CC and BCC lines. >> >> -NOTE: If you're not sure who to CC, use `contrib/contacts/git-contacts` to get a >> -list of reviewers you should include in the CC list. In addition, you can do >> +NOTE: If you're not sure whom to CC, running `contrib/contacts/git-contacts` >> +can list potential reviewers to put on the CC list. In addition, you can do > > Nice. I think you can also remove the trailing "to put on the CC list" > clause because it's somewehat redundant. I will incorporate this into the next reroll.