notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit b66337501fe9f531e67e795052b1daad6321a9eb (patch)
   parent c201ee21 Merge tag 'debian/0.28-2' into debian/stretch-backports
     tree 1b67578146431bd0d6d74892861f9ebe7c5c35e2
   author David Bremner <david@tethera.net>  2018-10-20 14:25:58 -0300
committer David Bremner <david@tethera.net>  2018-10-20 14:25:58 -0300

changelog for backports

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

diff --git a/debian/changelog b/debian/changelog
index c1a2e530..b32175bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+notmuch (0.28-2~bpo9+1) stretch-backports; urgency=medium
+
+  * Rebuild for stretch-backports.
+
+ -- David Bremner <bremner@debian.org>  Sat, 20 Oct 2018 14:25:09 -0300
+
 notmuch (0.28-2) unstable; urgency=medium
 
   * Override location of bash, because /usr/bin/bash might exist


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