Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-21 | Added message content based timeline selection criteria | Adrian Kummerlaender | |
* only commits with equal to or more than two content nodes are included into the timeline ** this is very specific to the way I write commit messages ** it may not be a sensible selection criteria in all circumstances * this was changed with the aim of only including interesting commits in the timeline | |||
2014-10-17 | Added basic commit timeline aggregator implementation | Adrian Kummerlaender | |
* another application based on StaticXSLT * git is instructed to export XML through a special log format definition * the commit messages are processed as Markdown * currently implemented result views are commits-by-repo and a paginated timeline of all commits in every repository * repositories to be read have to be defined in the `repositories.xml` file in the `00_content` level |