user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* Threading in git repo?
@ 2019-03-13 23:07 Bjorn Helgaas
  2019-03-14  7:44 ` Eric Wong
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2019-03-13 23:07 UTC (permalink / raw)
  To: Eric Wong; +Cc: meta

Hi Eric,

As far as I can tell, pi git repos have no branching: each new message
is added as a child commit of the most recent message, even if it is a
response to an older message.  Have you considered making the new
message a child of the message it is responding to?

I'm fiddling with making neomutt read a pi git repo.  Currently I only
read the git log info (not the commit bodies).  It's pretty fast to
read the author, date, and subject (since you conveniently stash them
in the commit metadata), but since I'm not reading the mail headers,
neomutt can't do all its threading magic.

It seems like working out the threading could be done once at the time
the message is added to the git repo, and threads could appear as
branches in the repo.

Bjorn

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-19  2:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-13 23:07 Threading in git repo? Bjorn Helgaas
2019-03-14  7:44 ` Eric Wong
2019-03-18 21:38   ` Bjorn Helgaas
2019-03-18 23:04     ` Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).