aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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.