Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
279303ad
Commit
279303ad
authored
Sep 11, 2015
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* CONTRIBUTE: Move send-email here from git-workflow.
parent
a0ec54ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
13 deletions
+5
-13
CONTRIBUTE
CONTRIBUTE
+3
-1
admin/notes/git-workflow
admin/notes/git-workflow
+2
-12
No files found.
CONTRIBUTE
View file @
279303ad
...
...
@@ -234,7 +234,9 @@ by following links from http://savannah.gnu.org/mail/?group=emacs .
To email a patch you can use a shell command like 'git format-patch -1'
to create a file, and then attach the file to your email. This nicely
packages the patch's commit message and changes.
packages the patch's commit message and changes. To send just one
such patch without additional remarks, you can use a command like
'git send-email --to=bug-gnu-emacs@gnu.org 0001-DESCRIPTION.patch'.
** Document your changes.
...
...
admin/notes/git-workflow
View file @
279303ad
...
...
@@ -50,18 +50,8 @@ Sending patches
===============
If you lack push access or would like feedback before pushing a patch,
you can send a patch file as a bug report. After committing your
change locally, do:
git format-patch -1
This creates a file 0001-DESCRIPTION.patch containing the patch, where
DESCRIPTION comes from the first line of your patch's commit message.
You can attach the patch file to email that you send to
bug-gnu-emacs@gnu.org. You can also configure git to email patches
directly (see <http://git-scm.com/docs/git-send-email>) and do:
git send-email --to=bug-gnu-emacs@gnu.org 0001-DESCRIPTION.patch
you commit your change locally and then send a patch file as a bug report
as described in ../../CONTRIBUTE.
Backporting to emacs-24
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment