notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 079826f124823f134e5877173e9380edc2eeb3dc (patch)
   parent 71749045 debian: changelog for 0.27-1
     tree 8d8b46ecba2c3c128365f16ece54377b987dbe58
   author David Bremner <david@tethera.net>  2018-06-12 22:42:34 -0300
committer David Bremner <david@tethera.net>  2018-06-12 22:42:34 -0300

NEWS: set date

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

diff --git a/NEWS b/NEWS
index 9c59d989..fc77f532 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Notmuch 0.27 (UNRELEASED)
+Notmuch 0.27 (2018-06-13)
 =========================
 
 General


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