notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 78f9c6ebd17c0117c5e7f053067c25b3db51ccd6 (patch)
   parent f8253363 Merge from sid [dgit]
     tree 9dc29551dd938d460bfada1661ddcabb5d5aff68
   author David Bremner <david@tethera.net>  2024-03-09 23:13:32 -0400
committer David Bremner <david@tethera.net>  2024-03-09 23:13:32 -0400

debian: update changelog date

It is a bit weird to have debian changelog before upstream release date.
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 447da3b7..1177f085 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ notmuch (0.38.3-1) unstable; urgency=medium
   * Bug fix: "Recommends transitional package gnupg-agent instead of
     gpg-agent", thanks to Andreas Metzler (Closes: #1064114).
 
- -- David Bremner <bremner@debian.org>  Sat, 17 Feb 2024 09:03:50 -0400
+ -- David Bremner <bremner@debian.org>  Sat, 09 Mar 2024 23:13:07 -0400
 
 notmuch (0.38.2-1.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