summaryrefslogtreecommitdiffstats
path: root/tools/gitlog2asciidoc.py
Commit message (Collapse)AuthorAgeFilesLines
* Add --issues and --issue_numbers to gitlog2asciidoc.pyDeen Sethanandha2012-03-261-40/+63
| | | | | | | | | | The --issues option can be used to only output the commits with issues associated with them. The --issue_numbers only outputs the actual issue numbers of the commits with issues associated with them. Change-Id: Icf1c03461fa8054c6ae75e66ef80d403cc7052bc
* Unify issue processing and make more robustMartin Fick2012-03-261-10/+11
| | | | | | | | | | The issue processing in gitlog2asciidoc.py missed certain capitilazation combinations and was split across 2 ifs. Combine it into one if and make it case insensitive using an ugly python(pre 2.7) backwards compatible method. Change-Id: I49fb4d66bd5b3777cc9641a947730a19222895f6
* Fix index error when message array is blankMartin Fick2012-03-221-1/+1
| | | | | | | This error occurs when running the gitlog2asciidoc.py script on Gerrit from v2.2.1 to v2.2.2.1. Change-Id: I7e9bca2f087765336fdb1f092c3b1453123d25f0
* Add scripts to create release notes from git logDeen Sethanandha2012-03-011-0/+83
These script generates a list of commits from git log between <since> and <until>. The output of this script is in asciidoc format containting list of commits subject and body. Bug: issue 1272 Change-Id: I32b2ee055e81c5663128aafefd5f46c2e17e58c8