notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 68c3319f2d2564de69fce45e9bc09ed8549fe7a4
  parents 8feec188 debian: add unversioned emacs, drop emacs23
          2f4beda4 notmuch (0.27-2) unstable; urgency=medium
     tree 240ff0ff860e9d837bfc440bba9d02cdd6ff55da
   author David Bremner <bremner@debian.org>  2018-09-08 18:20:10 -0300
committer David Bremner <bremner@debian.org>  2018-09-08 18:20:10 -0300

Declare fast forward from 0.27-2

[dgit --overwrite]


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