]> Sergey Matveev's repositories - public-inbox.git/commitdiff
v2: index forwards (via `git log --reverse')
authorEric Wong <e@yhbt.net>
Fri, 24 Jul 2020 05:55:48 +0000 (05:55 +0000)
committerEric Wong <e@yhbt.net>
Sat, 25 Jul 2020 20:48:18 +0000 (20:48 +0000)
Since we'll need to expose THREADID to JMAP and IMAP users,
index all messages in the order they were committed to ensure
our `tid' (thread ID) column ascends in mirrors the same way
they do in the source inbox.

This drastically simplifies our code but increases memory
usage of `git-log'.  The next commit will bring memory use
back down at the expense of $TMPDIR usage.


No differences found