notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit eac9ee570f28f689103f64f48b14317db225213e
  parents b6633750 changelog for backports
          d1e9957b notmuch (0.27-1~bpo9+2) stretch-backports; urgency=medium
     tree 1b67578146431bd0d6d74892861f9ebe7c5c35e2
   author David Bremner <bremner@debian.org>  2018-10-20 14:25:09 -0300
committer David Bremner <bremner@debian.org>  2018-10-20 14:25:09 -0300

Declare fast forward from 0.27-1~bpo9+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