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 function reference in comment
- 605bfb7dbe5d 19 (unreleased) landed
-
Refactor sharedfileset.c to separate out fileset implementation.
- dcac5e7ac157 15.0 cited
-
Fix incorrect function reference BufFileOpenShared in comment.
Zhang Mingli <zmlpostgres@gmail.com> — 2025-10-01T08:15:38Z
Hi, The comment incorrectly cited the defunct function BufFileOpenShared() which is replaced in commit dcac5e7ac157964f71f15d81c7429130c69c3f9b. Update the reference to the current function: BufFileOpenFileSet(). -- Zhang Mingli HashData
-
Re: Fix incorrect function reference BufFileOpenShared in comment.
wenhui qiu <qiuwenhuifx@gmail.com> — 2025-10-01T08:43:29Z
Thank you for your path ,The path LGTM On Wed, 1 Oct 2025 at 16:15, Zhang Mingli <zmlpostgres@gmail.com> wrote: > Hi, > > The comment incorrectly cited the defunct function BufFileOpenShared() > which is replaced in commit dcac5e7ac157964f71f15d81c7429130c69c3f9b. > > Update the reference to the current function: BufFileOpenFileSet(). > > > -- > Zhang Mingli > HashData >
-
Re: Fix incorrect function reference BufFileOpenShared in comment.
Richard Guo <guofenglinux@gmail.com> — 2025-10-01T09:29:54Z
On Wed, Oct 1, 2025 at 5:15 PM Zhang Mingli <zmlpostgres@gmail.com> wrote: > The comment incorrectly cited the defunct function BufFileOpenShared() > which is replaced in commit dcac5e7ac157964f71f15d81c7429130c69c3f9b. > > Update the reference to the current function: BufFileOpenFileSet(). Nice catch. Running `git grep 'BufFile.*Shared'` confirms that this is the only place referencing the outdated BufFileXXXShared() functions. I'll push this patch barring any objections. - Richard
-
Re: Fix incorrect function reference BufFileOpenShared in comment.
Richard Guo <guofenglinux@gmail.com> — 2025-10-03T07:41:38Z
On Wed, Oct 1, 2025 at 6:29 PM Richard Guo <guofenglinux@gmail.com> wrote: > On Wed, Oct 1, 2025 at 5:15 PM Zhang Mingli <zmlpostgres@gmail.com> wrote: > > The comment incorrectly cited the defunct function BufFileOpenShared() > > which is replaced in commit dcac5e7ac157964f71f15d81c7429130c69c3f9b. > > > > Update the reference to the current function: BufFileOpenFileSet(). > Nice catch. Running `git grep 'BufFile.*Shared'` confirms that this > is the only place referencing the outdated BufFileXXXShared() > functions. I'll push this patch barring any objections. Pushed. - Richard
-
Re: Fix incorrect function reference BufFileOpenShared in comment.
Zhang Mingli <zmlpostgres@gmail.com> — 2025-10-03T09:16:50Z
Thanks. Richard Guo <guofenglinux@gmail.com>于2025年10月3日 周五15:41写道: > On Wed, Oct 1, 2025 at 6:29 PM Richard Guo <guofenglinux@gmail.com> wrote: > > On Wed, Oct 1, 2025 at 5:15 PM Zhang Mingli <zmlpostgres@gmail.com> > wrote: > > > The comment incorrectly cited the defunct function BufFileOpenShared() > > > which is replaced in commit dcac5e7ac157964f71f15d81c7429130c69c3f9b. > > > > > > Update the reference to the current function: BufFileOpenFileSet(). > > > Nice catch. Running `git grep 'BufFile.*Shared'` confirms that this > > is the only place referencing the outdated BufFileXXXShared() > > functions. I'll push this patch barring any objections. > > Pushed. > > - Richard >