Re: /ame source
"J.P." <[email protected]> Fri, 05 Jan 2024 06:42:12 -0800
| Newsgroups | gmane.emacs.erc.general |
|---|---|
| Message-ID | <[email protected]> |
Emanuel Berg <[email protected]> writes: > Okay, I'm not really understanding a lot of that. > > Is there a step-by-step instruction how it is done somewhere? I believe the Emacs Wiki has something like that. From memory, it's basically: 1. $ git checkout -b my-branch master 2. Change ERC - lisp/erc/*.el - test/lisp/erc*.el - etc/ERC-NEWS - doc/misc/erc.texi 3. $ git add -A 4. $ git commit 5. $ git format-patch master -M -o ./.my-patches 6. M-x erc-bug RET 7. Add pseudo header "Tags: patch" 8. Attach ./.my-patches/*.patch using `mml-attach-file', `dired-gnus-mode', or similar 9. Send