Re: How to submit a small patch, update to Emacs Lisp parser
lloda <[email protected]>
| Newsgroups | gmane.lisp.guile.devel |
|---|---|
| Message-ID | <[email protected]> |
HACKING in the source tree has submission instructions, but in short, - git format-patch HEAD~N where N is however many patches the change is over main - attach the .patch files directly to the email. Better not to compress them. Ideally, you'd file a bug ([email protected] <mailto:[email protected]>) and attach the patches there. That makes keeping track of things easier. regards