<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git-email.git/doc, branch master</title>
<subtitle>Work with git and email in Emacs
</subtitle>
<id>https://g.ypei.me/git-email.git/atom?h=master</id>
<link rel='self' href='https://g.ypei.me/git-email.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://g.ypei.me/git-email.git/'/>
<updated>2021-06-24T10:13:35+00:00</updated>
<entry>
<title>git-email: Add function for matching git-email buffers.</title>
<updated>2021-06-24T10:13:35+00:00</updated>
<author>
<name>Xinglu Chen</name>
<email>public@yoctocell.xyz</email>
</author>
<published>2021-06-24T10:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/git-email.git/commit/?id=b5ebade3a48dc0ce0c85699f25800808233c73be'/>
<id>urn:sha1:b5ebade3a48dc0ce0c85699f25800808233c73be</id>
<content type='text'>
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 &lt;public@yoctocell.xyz&gt;
</content>
</entry>
<entry>
<title>Remove Nix files.</title>
<updated>2021-06-21T13:29:43+00:00</updated>
<author>
<name>Xinglu Chen</name>
<email>public@yoctocell.xyz</email>
</author>
<published>2021-06-21T13:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/git-email.git/commit/?id=4c8e7ebfcec6fbb0fcd9971bb4c2ac55c6b8bfd2'/>
<id>urn:sha1:4c8e7ebfcec6fbb0fcd9971bb4c2ac55c6b8bfd2</id>
<content type='text'>
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 &lt;public@yoctocell.xyz&gt;
</content>
</entry>
<entry>
<title>doc: Formatting changes.</title>
<updated>2021-06-21T13:23:21+00:00</updated>
<author>
<name>Xinglu Chen</name>
<email>public@yoctocell.xyz</email>
</author>
<published>2021-06-21T13:23:21+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/git-email.git/commit/?id=aebea916b6e0b35e68a9ba3cafdd760d390336b0'/>
<id>urn:sha1:aebea916b6e0b35e68a9ba3cafdd760d390336b0</id>
<content type='text'>
Use more appropriate commands instead of @samp{}.

* git-email.texi: Formatting changes.

Signed-off-by: Xinglu Chen &lt;public@yoctocell.xyz&gt;
</content>
</entry>
<entry>
<title>git-email: Make it possible to customize message buffer names.</title>
<updated>2021-06-21T13:13:52+00:00</updated>
<author>
<name>Xinglu Chen</name>
<email>public@yoctocell.xyz</email>
</author>
<published>2021-06-21T12:57:22+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/git-email.git/commit/?id=1b2f4219e9375642491d490ce0c421f8ec966524'/>
<id>urn:sha1:1b2f4219e9375642491d490ce0c421f8ec966524</id>
<content type='text'>
* 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 &lt;public@yoctocell.xyz&gt;
</content>
</entry>
<entry>
<title>doc: Document ‘git-email-rewrite-header’.</title>
<updated>2021-06-21T12:23:30+00:00</updated>
<author>
<name>Xinglu Chen</name>
<email>public@yoctocell.xyz</email>
</author>
<published>2021-06-21T12:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/git-email.git/commit/?id=b003fa1ed30d2a98c9f1a51be6da8fbc75243c1c'/>
<id>urn:sha1:b003fa1ed30d2a98c9f1a51be6da8fbc75243c1c</id>
<content type='text'>
* doc/git-email.texi (git-email-format-patch): Add paragraphs for how
‘git-email-rewrite-header’ might be useful.

Signed-off-by: Xinglu Chen &lt;public@yoctocell.xyz&gt;
</content>
</entry>
<entry>
<title>Add git-email-mu4e.el</title>
<updated>2021-06-02T06:51:16+00:00</updated>
<author>
<name>Reily Siegel</name>
<email>mail@reilysiegel.com</email>
</author>
<published>2021-06-01T21:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/git-email.git/commit/?id=5c7a1d3aa23f28b52956ecd92ef1fb9cf55bfbfa'/>
<id>urn:sha1:5c7a1d3aa23f28b52956ecd92ef1fb9cf55bfbfa</id>
<content type='text'>
* git-email-mu4e.el: New file.
* doc/git-email.texi (Miscellaneous): Mention integration with Mu4e.

Signed-off-by: Xinglu Chen &lt;public@yoctocell.xyz&gt;
</content>
</entry>
<entry>
<title>doc: Add paragraph about commit message format.</title>
<updated>2021-05-31T12:56:37+00:00</updated>
<author>
<name>Xinglu Chen</name>
<email>public@yoctocell.xyz</email>
</author>
<published>2021-05-31T12:56:37+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/git-email.git/commit/?id=3395de2094a23bfd5125ff166de4b4e2c9500562'/>
<id>urn:sha1:3395de2094a23bfd5125ff166de4b4e2c9500562</id>
<content type='text'>
* git-email.texi (Contributing): Add paragraph about formatting commit
  messages in the ChangeLog format.

Signed-off-by: Xinglu Chen &lt;public@yoctocell.xyz&gt;
</content>
</entry>
<entry>
<title>doc: Fix Texinfo formatting</title>
<updated>2021-05-25T11:49:49+00:00</updated>
<author>
<name>Xinglu Chen</name>
<email>public@yoctocell.xyz</email>
</author>
<published>2021-05-25T11:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/git-email.git/commit/?id=9076da881948c59b947fa5a68b220df9c4773081'/>
<id>urn:sha1:9076da881948c59b947fa5a68b220df9c4773081</id>
<content type='text'>
* doc/git-email.texi (Acknowledgements): Use ‘---’ for em dash.

Signed-off-by: Xinglu Chen &lt;public@yoctocell.xyz&gt;
</content>
</entry>
<entry>
<title>Rewrite Guix package definition</title>
<updated>2021-05-25T11:46:04+00:00</updated>
<author>
<name>Xinglu Chen</name>
<email>public@yoctocell.xyz</email>
</author>
<published>2021-05-25T11:46:04+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/git-email.git/commit/?id=693191fd688d75aaa81d613eb337ae637b63dc50'/>
<id>urn:sha1:693191fd688d75aaa81d613eb337ae637b63dc50</id>
<content type='text'>
* 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 &lt;public@yoctocell.xyz&gt;
</content>
</entry>
<entry>
<title>doc: Write manual in Texinfo.</title>
<updated>2021-03-13T10:06:26+00:00</updated>
<author>
<name>Xinglu Chen</name>
<email>public@yoctocell.xyz</email>
</author>
<published>2021-03-13T10:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/git-email.git/commit/?id=b777d8e69944a1455bff4261920642ab1fb4518e'/>
<id>urn:sha1:b777d8e69944a1455bff4261920642ab1fb4518e</id>
<content type='text'>
</content>
</entry>
</feed>
