notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit ec27f802cddec5c98d78a3a95ac9f8ec5396ca1e (patch)
   parent ff58a06e version: bump to 0.11~rc2
     tree 40e91e57e7bff593f3454a0bbe736d07018b5baa
   author David Bremner <bremner@debian.org>  2012-01-02 07:04:29 -0400
committer David Bremner <bremner@debian.org>  2012-01-02 07:08:07 -0400

debian: fix typo in changelog

Previous version was actually uploaded to experimental, not unstable
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3121593a..48d0a7e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-notmuch (0.11~rc1-1) unstable; urgency=low
+notmuch (0.11~rc1-1) experimental; urgency=low
 
   * New upstream release candidate.
 


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