A few errors were causing the bashate job to fail. This corrects those
errors and also addresses the reported warnings for a clean build.
Change-Id: Ibc5c4f006d264e2f0a4c1b8186b5e313d2905561
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
It's hard to compute how many files changed, because with renames and
deletions it can look like more changed than exist now. It's easier to
compute how many files *did not* change, by looking at which SHAs are
referenced from the git trees at the start and end point.
Change-Id: I9e565d3d31352921b81847528d09c6d733196352
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
In the course of putting together some stats for a presentation, we
needed a tool to calculate the amount of change in a bunch of
repositories over time. I thought it might be useful to other folks,
too.
Change-Id: I64e04b7b0b76a3c6c26cb15e1a6c57dcf4a7293f
Signed-off-by: Doug Hellmann <doug@doughellmann.com>