notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 2434ecfba3617f4affaf0bd5a8cde4b918155302 (patch)
   parent 0a58d534 version: bump to 0.22~rc1
     tree 6ee2d211671addf41a0526bc594adec185a3e780
   author David Bremner <david@tethera.net>  2016-04-24 18:03:54 -0300
committer David Bremner <david@tethera.net>  2016-04-24 18:03:54 -0300

debian: changelog stanza for 0.22~rc1-1

---
 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d1169ce7..c2e12cd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+notmuch (0.22~rc1-1) experimental; urgency=medium
+
+  * Upstream release candidate
+
+ -- David Bremner <bremner@debian.org>  Sun, 24 Apr 2016 18:03:15 -0300
+
 notmuch (0.22~rc0-1) experimental; urgency=medium
 
   * Upstream release candidate


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