| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A user might have buffers with unsent messages that were not generated
by git-email, previously, invoking ‘git-email-send-all’ would
unconditionally send all of those messages. By using a predicate, we
make sure to only send messages generated by git-email.
* git-email.el (git-email-buffer-p-function): New defcustom.
(git-email-buffer-p): New function.
(git-email-send-all): Use it.
* doc/git-email.texi (Miscellaneous): Document it.
Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
|
|
|
|
|
|
|
|
|
|
| |
I am no longer using Nix for managing user packages, and I have no
interest in actually maintaining these files.
* git-email.texi (Installation): Remove Nix installation instructions.
* default.nix, flake.lock, flake.nix: Remove files.
Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
|
|
|
|
|
|
|
|
| |
Use more appropriate commands instead of @samp{}.
* git-email.texi: Formatting changes.
Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
|
|
|
|
|
|
|
|
|
|
|
| |
* git-email.el (git-email-generate-message-buffer): New defcustom.
(git-email-generate-message-buffer-name): New function
(git-email--send-files): Likewise.
(git-email-format-patch): Refactor to use ‘git-email--send-files’.
(git-email-send-email): Likewise.
* doc/git-email.texi (Miscellaneous): Document it.
Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
|
|
|
|
|
|
|
| |
* doc/git-email.texi (git-email-format-patch): Add paragraphs for how
‘git-email-rewrite-header’ might be useful.
Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
|
|
|
|
|
|
|
| |
* git-email-mu4e.el: New file.
* doc/git-email.texi (Miscellaneous): Mention integration with Mu4e.
Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
|
|
|
|
|
|
|
| |
* git-email.texi (Contributing): Add paragraph about formatting commit
messages in the ChangeLog format.
Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
|
|
|
|
|
|
| |
* doc/git-email.texi (Acknowledgements): Use ‘---’ for em dash.
Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
|
|
|
|
|
|
|
|
|
|
|
|
| |
* git-email.scm: Rename to ...
* guix.scm: ... this, and remove the package for the stable release.
I will hopefully get around to package it in Guix proper someday...
* doc/git-email.texi (Installation): Add node for installing with
Guix.
(Contributing): Add instructions for creating a development
environment with Guix.
Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
|
| |
|
|
|
|
| |
Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
|
|
|
|
|
| |
* doc/git-email.org (Miscellaneous): Add docs for
`git-email-get-current-project-functions`.
|
|
|
|
| |
Add installation instructions for nix flakes.
|
|
|
|
|
|
|
|
|
|
| |
This makes it possible for users to use their own function to get the
“to” address. This could also be used for integration with piem.el.
* doc/git-email.org (Sending email): Add bullet point.
* git-email.el (git-email-get-to-address-function): Add variable.
(git-email--get-to-address): Add function.
(git-email--compose-email): Call the relevant function.
|
|
Add Org and Info manuals.
|