notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 52a5446150a7449b62bce27c3e96c1a503821279
  parents b49377e5 Merge branch 'release'
          b97cd900 lib: clear error message on success in _choose_database_path
     tree eb0e289c987389331705fc1d3a1cf99f8eb2a1b2
   author David Bremner <david@tethera.net>  2023-12-06 07:39:24 -0400
committer David Bremner <david@tethera.net>  2023-12-06 07:39:24 -0400

Merge branch 'release'


 lib/open.cc              | 5 +++++
 test/T055-path-config.sh | 5 +++++
 2 files changed, 10 insertions(+)

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