diff options
Diffstat (limited to 'README.rst')
-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 | ||