notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit cf21ad2e790b2d078dd4b78f3c870b4f9107e451 (patch)
   parent f563f5ab debian: changelog for 0.37~rc0-2
     tree 4359ac02ecd843cad1be9accc081c1aa61aff273
   author David Bremner <david@tethera.net>  2022-08-14 11:49:54 -0300
committer David Bremner <david@tethera.net>  2022-08-14 11:49:54 -0300

changelog for 0.37~rc0-3

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

diff --git a/debian/changelog b/debian/changelog
index d92e11d7..3a77f730 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+notmuch (0.37~rc0-3) experimental; urgency=medium
+
+  * Another no-change re-upload with binaries.
+
+ -- David Bremner <bremner@debian.org>  Sun, 14 Aug 2022 11:49:21 -0300
+
 notmuch (0.37~rc0-2) experimental; urgency=medium
 
   * Binary upload for NEW (notmuch-git is a new binary package)


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