aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* git-email: Add function for matching git-email buffers.Xinglu Chen2021-06-241-0/+9
| | | | | | | | | | | | | | 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>
* Remove Nix files.Xinglu Chen2021-06-211-29/+1
| | | | | | | | | | 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>
* doc: Formatting changes.Xinglu Chen2021-06-211-41/+41
| | | | | | | | Use more appropriate commands instead of @samp{}. * git-email.texi: Formatting changes. Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
* git-email: Make it possible to customize message buffer names.Xinglu Chen2021-06-211-0/+9
| | | | | | | | | | | * 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: Document ‘git-email-rewrite-header’.Xinglu Chen2021-06-211-0/+22
| | | | | | | * 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>
* Add git-email-mu4e.elReily Siegel2021-06-021-3/+3
| | | | | | | * git-email-mu4e.el: New file. * doc/git-email.texi (Miscellaneous): Mention integration with Mu4e. Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
* doc: Add paragraph about commit message format.Xinglu Chen2021-05-311-0/+4
| | | | | | | * git-email.texi (Contributing): Add paragraph about formatting commit messages in the ChangeLog format. Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
* doc: Fix Texinfo formattingXinglu Chen2021-05-251-2/+2
| | | | | | * doc/git-email.texi (Acknowledgements): Use ‘---’ for em dash. Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
* Rewrite Guix package definitionXinglu Chen2021-05-251-2/+13
| | | | | | | | | | | | * 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>
* doc: Write manual in Texinfo.Xinglu Chen2021-03-134-1438/+864
|
* Release 0.2.0Xinglu Chen2021-02-122-3/+7
| | | | Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
* doc: Add docs for `git-email-get-current-project-functions`Xinglu Chen2021-02-052-21/+38
| | | | | * doc/git-email.org (Miscellaneous): Add docs for `git-email-get-current-project-functions`.
* README, manual: Update installation instructionsXinglu Chen2021-02-042-14/+68
| | | | Add installation instructions for nix flakes.
* Add `git-email-get-address-function' variableXinglu Chen2021-01-281-0/+5
| | | | | | | | | | 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.
* doc: Add comprehensive documentationXinglu Chen2021-01-252-0/+1358
Add Org and Info manuals.