notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 3c4e64d976eb561ac5157df1bbe5882e3e65b583 (patch)
   parent eba5537a NEWS: set release date
     tree 27f7966d40b27b11900463c738e158c55885f268
   author David Bremner <david@tethera.net>  2018-01-09 07:26:44 -0400
committer David Bremner <david@tethera.net>  2018-01-09 07:28:21 -0400

NEWS: Fix markup of headline

---
 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 810506ce..01ac3942 100644
--- a/NEWS
+++ b/NEWS
@@ -142,7 +142,7 @@ Open mail files in binary mode when using Python 3
 
   This avoids certain encoding related crashes under Python 3.
 
-Add python bindings for notmuch_database_{get,set}_config*
+Add python bindings for `notmuch_database_{get,set}_config*`
 
 Optional `decrypt_policy` flag is available for notmuch.database().index_file()
 


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