docs: add git-contacts example

git-contacts is a great way to cc people who have touched the same hunk
of code before.

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2023-07-10 17:37:01 -07:00
parent 196cfdec4b
commit cb2380e218

View File

@@ -131,7 +131,10 @@ then only post say 15 or so at a time and wait for review and integration.
You should always copy the appropriate people on any patch to code that
they may have been involved with. You can use
[git-contacts][git-contacts] to find people who have touched the code
previously.
previously:
$ git format-patch --cover-letter -o patches origin/master..my-feature
$ git send-email --dry-run --cc-cmd=git-contacts patches/*
patches@damus.io should be used by default for all patches.