notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit fd7f3d0829725bf9ce209cf597dfb0acd4d59b10 (patch)
   parent 94511fe1 NEWS: note disappearing files fix for notmuch new
     tree 4da7c9d67dcf7c9b7985303214ec976b9cdcf94b
   author David Bremner <david@tethera.net>  2016-11-26 21:54:10 -0400
committer David Bremner <david@tethera.net>  2016-11-26 21:54:10 -0400

NEWS: fix date and title

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

diff --git a/NEWS b/NEWS
index a678fdda..99ef277d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
-Notmuch 0.23.3 (2016-11-26)
+Notmuch 0.23.3 (2016-11-27)
+===========================
 
 Command Line Interface
 ----------------------


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