notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit b49377e5093e1c8af801e1065ef086a0cd15625a
  parents 22eebce4 Merge branch 'release'
          c7696583 debian: changelog for 0.38.2-1
     tree 60951a5cdcafc9d47a33a34ced2b3ae1b323dca2
   author David Bremner <david@tethera.net>  2023-12-01 08:11:39 -0400
committer David Bremner <david@tethera.net>  2023-12-01 08:11:39 -0400

Merge branch 'release'


 NEWS                               | 16 ++++++++++++++++
 bindings/python/notmuch/version.py |  2 +-
 debian/changelog                   |  6 ++++++
 emacs/notmuch-emacs-mua            | 12 +++++++++---
 version.txt                        |  2 +-
 5 files changed, 33 insertions(+), 5 deletions(-)

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