notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit c9ec90ae7f22d817aa0ddb5e1a0ae80715071b5e (patch)
   parent 6d3713c9 NEWS for notmuch-cycle-notmuch-buffers
     tree 9183064247f7497ce6b9e8dacf758f6488797d77
   author David Bremner <david@tethera.net>  2016-11-20 08:23:33 -0400
committer David Bremner <david@tethera.net>  2016-11-20 08:23:33 -0400

NEWS: set date for release

---
 NEWS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 0a543f53..debe6f0a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
-Notmuch 0.23.2 (UNRELEASED)
+Notmuch 0.23.2 (2016-11-20)
+===========================
 
 Emacs
 -----


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhetil.org/notmuch.git