Thread
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix incorrect filename reference in comment
- fe4750effd61 17.0 landed
-
typo in paths.h
Cary Huang <cary.huang@highgo.ca> — 2024-03-12T18:57:44Z
Hello I noticed that the comment for declaring create_tidscan_paths() in src/include/optimizer/paths.h has a typo. The function is implemented in tidpath.c, not tidpath.h as stated, which does not exist. Made a small patch to correct it. Thank you Cary Huang ------------- HighGo Software Inc. (Canada) mailto:cary.huang@highgo.ca http://www.highgo.ca
-
Re: typo in paths.h
David Rowley <dgrowleyml@gmail.com> — 2024-03-12T20:35:03Z
On Wed, 13 Mar 2024 at 07:58, Cary Huang <cary.huang@highgo.ca> wrote: > I noticed that the comment for declaring create_tidscan_paths() in src/include/optimizer/paths.h has a typo. The function is implemented in tidpath.c, not tidpath.h as stated, which does not exist. Thank you. Pushed. David