notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit ffce9b7c25b9b44ec026b67d96e44cae09c99efe (patch)
   parent 307a2e3f debian: changelog stanza for 0.11
     tree 1d5f39dd077489949d3106fb4f319bb8faf7c2b1
   author David Bremner <bremner@debian.org>  2012-01-13 20:28:44 -0400
committer David Bremner <bremner@debian.org>  2012-01-13 20:28:44 -0400

NEWS: set release date.

It's Friday the thirteenth. What could possibly go wrong?
---
 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 687154dc..bf21e644 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Notmuch 0.11 (201x-xx-xx)
+Notmuch 0.11 (2012-01-13)
 =========================
 
 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