I have a proposal for a new script :)
The primary difference is that the patches are referenced directly
into
the GIT => do not need separate files with patches, not need
additional
space for these files. To generate the page so just processing the
output
from: git submodule foreach "git log ..." (yes, there is a little
magic
due to multiline comments). On my elderly machine this takes 16
seconds.
A side effect is that each commit is in html a single line - it
might be
easy to add pagination option.
What do you think?
I just want to see something that we can use locally. The web page
is great for visitors and community members. But those of us on the
development team should have a way of creating the same list
locally. I'll be happy to test anything like that.
Darrell