notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit bd318e7eba99a6554b1527c65445824f880e5eb4
  parents d4e9b907 Merge branch 'release'
          a064a254 emacs/show: special case toggling display of images
     tree 16248251107c3d5895c001a5cf3238a67a683b94
   author David Bremner <david@tethera.net>  2023-10-01 08:12:36 -0300
committer David Bremner <david@tethera.net>  2023-10-01 08:12:36 -0300

Merge tag '0.38.1_pre0'

notmuch 0.38.1~pre0 release

 emacs/notmuch-lib.el  |  1 +
 emacs/notmuch-show.el | 39 +++++++++++++++++++++++++++++++--------
 2 files changed, 32 insertions(+), 8 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