notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 8c8fda965f17e90046de51743c8d545653085697 (patch)
   parent 5ed121be doc: update copyright date
     tree 7d65fc6273857fed896b58158aff480a69c511a7
   author David Bremner <david@tethera.net>  2023-08-24 10:56:33 -0300
committer David Bremner <david@tethera.net>  2023-08-24 10:56:33 -0300

debian: set suite to experimental

---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 300064d4..864b0423 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-notmuch (0.38~rc0-1) unstable; urgency=medium
+notmuch (0.38~rc0-1) experimental; urgency=medium
 
   * New upstream release candidate
 
- -- David Bremner <bremner@debian.org>  Thu, 24 Aug 2023 07:59:59 -0300
+ -- David Bremner <bremner@debian.org>  Thu, 24 Aug 2023 10:56:06 -0300
 
 notmuch (0.37-1) 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