4 Commits

Author SHA1 Message Date
Deen Sethanandha
52fc1e2165 Add --issues and --issue_numbers to gitlog2asciidoc.py
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
2012-03-26 12:51:38 -07:00
Martin Fick
87181822dc Unify issue processing and make more robust
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
2012-03-26 12:50:00 -07:00
Martin Fick
7d4d16c337 Fix index error when message array is blank
This error occurs when running the gitlog2asciidoc.py
script on Gerrit from v2.2.1 to v2.2.2.1.

Change-Id: I7e9bca2f087765336fdb1f092c3b1453123d25f0
2012-03-22 10:47:11 -07:00
Deen Sethanandha
1c39b15ef6 Add scripts to create release notes from git log
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
2012-03-01 14:56:37 -07:00