notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 22cfd6db9f34dbf48a4ddbf4345b0a149fec7903 (patch)
   parent 3b760413 version: bump to 0.23
     tree 84078b3778bae9659026d57869cad0337a61f38b
   author David Bremner <david@tethera.net>  2016-10-03 22:43:23 -0300
committer David Bremner <david@tethera.net>  2016-10-03 22:43:23 -0300

NEWS: bump date to today

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

diff --git a/NEWS b/NEWS
index 805a0347..1eea5cc5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Notmuch 0.23 (UNRELEASED)
+Notmuch 0.23 (2016-10-03)
 =========================
 
 General (Xapian 1.4+)


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