Activity Team/Git FAQ: Difference between revisions
RafaelOrtiz (talk | contribs) examples |
m 'f. e' is not a standard abbreviation. |
||
| Line 128: | Line 128: | ||
=== How do I send a patch to a maintainer? === | === How do I send a patch to a maintainer? === | ||
First | First, you may need to install git-mail: | ||
sudo yum -y install git-email | sudo yum -y install git-email | ||
| Line 138: | Line 138: | ||
git send-email --to <maintainer> --cc <mailing-list> <filename> | git send-email --to <maintainer> --cc <mailing-list> <filename> | ||
For example, you can do: | |||
git send-email --to <maintainer> --subject=mail-subject 0003-service-name-deprecated.patch | git send-email --to <maintainer> --subject=mail-subject 0003-service-name-deprecated.patch | ||