git-tracker: restrict shortlog to existing files
authorJohannes Berg <johannes.berg@intel.com>
Thu, 24 Apr 2014 19:19:38 +0000 (21:19 +0200)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 2 May 2014 01:44:13 +0000 (18:44 -0700)
commit9399b9d9116e3e0eee78c4f87f040f54b6e4d1c9
tree8082a80ecdfea310dde0cb776cc0259fa729174e
parent2a25483c93f9f7b0c36c8dcca7e1aae54f7602f8
git-tracker: restrict shortlog to existing files

When the git-tracker updates through a merge commit or
otherwise multiple kernel commits, it appends a shortlog
of all the changes. That's fine, but is often unhelpful
since it's so large - restrict it to the files that are
actually backported to make it more readable.

While at it, rewrite the bpgit.status() helper function
to actually do something useful.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
devel/git-tracker.py
lib/bpgit.py