notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 5ed121bed92601e5512258f5a5f7bf9dbb705fd8 (patch)
   parent 695f663f debian: changelog for 0.38~rc0-1
     tree fea32913059607c516bd75a787b3a9e85bd8516b
   author David Bremner <david@tethera.net>  2023-08-24 08:03:46 -0300
committer David Bremner <david@tethera.net>  2023-08-24 08:03:46 -0300

doc: update copyright date

---
 doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index e23cb7d7..7ac13a5d 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -16,7 +16,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'notmuch'
-copyright = u'2009-2022, Carl Worth and many others'
+copyright = u'2009-2023, Carl Worth and many others'
 
 location = os.path.dirname(__file__)
 


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