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
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
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