Thread
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Expand empty end tag
- 6e1e4c0d2f75 11.0 cited
-
pgsql: Expand empty end tag
Peter Eisentraut <peter_e@gmx.net> — 2017-11-08T02:15:08Z
Expand empty end tag Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/6e1e4c0d2f757677b03b6f164487a582c7dfab33 Modified Files -------------- doc/src/sgml/protocol.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
-
Re: [COMMITTERS] pgsql: Expand empty end tag
Michael Paquier <michael.paquier@gmail.com> — 2017-11-08T02:22:47Z
On Wed, Nov 8, 2017 at 11:15 AM, Peter Eisentraut <peter_e@gmx.net> wrote: > Expand empty end tag Perhaps you missed this patch? https://www.postgresql.org/message-id/CAJrrPGdkL8TFk+-VivrW637js0v_KM=ub4pBFy=Nf0bpafByhw@mail.gmail.com It seems to me that the information within brackets should not be inside the filename markup :) -- Michael