On Friday 31 of January 2014 19:39:52 Darrell Anderson wrote:
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
The script can be used locally - generates HTML page very similar to that on
the web. For example (I have a script located on the folder parent to my TDE
git tree and tde git folder is now the active folder):
../commit-list-page >../commit-list-page.html
Slavek
--