notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 22eebce431269398e1cb4d753bc737e30a35eb26
  parents bddeb201 Merge tag '0.38.1'
          4f82acce lib/string_map: simulate stable sorting
     tree 794cb7c4a38a990117d019d37ca8ba6828290554
   author David Bremner <david@tethera.net>  2023-11-28 09:21:11 -0400
committer David Bremner <david@tethera.net>  2023-11-28 09:21:11 -0400

Merge branch 'release'


 lib/string-map.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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