notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 6ea0b18d1ebf9198d72b40ebec2172a66af3509a (patch)
   parent a064a254 emacs/show: special case toggling display of images
     tree f72477cb681f508783a4e643b4afe98e7f8daab0
   author David Bremner <david@tethera.net>  2023-10-01 08:16:48 -0300
committer David Bremner <david@tethera.net>  2023-10-01 08:16:48 -0300

debian: finalize changelog for 0.38.1~pre0-1

Bonus typo fix.
---
 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eec70b05..799f50db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-notmuch (0.38.1~pre0-1) UNRELEASED; urgency=medium
+notmuch (0.38.1~pre0-1) experimental; urgency=medium
 
-  * New upstream release release candidate
+  * New upstream release candidate
 
- -- David Bremner <bremner@debian.org>  Sat, 23 Sep 2023 08:15:19 -0300
+ -- David Bremner <bremner@debian.org>  Sun, 01 Oct 2023 08:14:17 -0300
 
 notmuch (0.38-2) unstable; urgency=medium
 


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