gitstats: Bugfix for branchContains Fix the branch
commitefe492d0cd760efb97e84f4f00010b787b402641
authorSverre Rabbelier <sverre@rabbelier.nl>
Tue, 15 Jul 2008 00:06:04 +0000 (15 02:06 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Tue, 15 Jul 2008 00:06:04 +0000 (15 02:06 +0200)
treec094bca400d8566bece682215c055dc0830b5764
parenta984a23cb680c0d3bb4e3e41e171a88d90adbd0b
gitstats: Bugfix for branchContains Fix the branch

When re-using the code to get all branchnames and then
storing it as branchname/hash the %(objectname) was not
changed to %(refname), as a result the stored 'name' for
the hash was the hash itself.
This fixes that and also introduces a way to specify
multiple branches as branch-filter. In the proces it fixes
the bug caused by passing a string to set() where a array
with just one string should have been passed.

Bug-introduced-in: af2fff8d9d6a7973a6b86ddac26188683a78a51a
src/git_stats/bug.py