projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a437031
)
devel: Document schemata in STYLE
author
Austin Clements
<amdragon@MIT.EDU>
Wed, 7 Nov 2012 15:27:02 +0000
(10:27 -0500)
committer
David Bremner
<bremner@debian.org>
Thu, 8 Nov 2012 13:49:54 +0000
(09:49 -0400)
devel/STYLE
patch
|
blob
|
history
diff --git
a/devel/STYLE
b/devel/STYLE
index 094f71d1908f75b48f3d1ae77a4fbae9d260acb2..0792ba129e240eb1818b1cc2d98f1b16746964f0 100644
(file)
--- a/
devel/STYLE
+++ b/
devel/STYLE
@@
-73,6
+73,12
@@
Naming
struct has a tag, it should be the same as the typedef name, minus
the trailing _t.
+CLI conventions
+---------------
+
+* Any changes to the JSON output format of search or show need an
+ accompanying change to devel/schemata.
+
libnotmuch conventions
----------------------------------