diff options
| author | James E. Blair <corvus@gnu.org> | 2017-05-02 16:51:28 -0700 |
|---|---|---|
| committer | James E. Blair <corvus@gnu.org> | 2017-05-02 16:51:28 -0700 |
| commit | 1fbc379fc0973d21c1ba4aad85015b277c2b3122 (patch) | |
| tree | cba29ee1f14e85e90ea82fea7a7765ef8bdd02f8 | |
| parent | 3e4efbb2e0eb1ee33b0157468682b6aceffbadfe (diff) | |
Add format-patch instruction
| -rw-r--r-- | README.rst | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -70,6 +70,13 @@ To send your latest commit as a patch, run:: | |||
| 70 | 70 | ||
| 71 | git send-email --to corvus@gnu.org --annotate -1 | 71 | git send-email --to corvus@gnu.org --annotate -1 |
| 72 | 72 | ||
| 73 | Or, if you don't have ``git send-email`` configured, run:: | ||
| 74 | |||
| 75 | git format-patch --stdout HEAD~1 > /tmp/presentty.patch | ||
| 76 | |||
| 77 | And send `/tmp/presentty.patch` to corvus@gnu.org using your email | ||
| 78 | client. | ||
| 79 | |||
| 73 | License | 80 | License |
| 74 | ------- | 81 | ------- |
| 75 | 82 | ||
