notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit c864b59942d510a4f6a1a46db1b8e13b7f40f7ee (patch)
   parent 88ea8619 debian: changelog for 0.37-1
     tree 1e209fa5ea6836d68d595ed98083aba3e7187982
   author David Bremner <david@tethera.net>  2022-08-21 13:17:37 -0700
committer David Bremner <david@tethera.net>  2022-08-21 13:21:40 -0700

NEWS: set release date for 0.37

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

diff --git a/NEWS b/NEWS
index a857c5af..b83551f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Notmuch 0.37 (UNRELEASED)
+Notmuch 0.37 (2022-08-21)
 =========================
 
 Library


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