jwir3 / gitbranchhealth

A tool for determining the health of branches in a git repository.
Mozilla Public License 2.0
0 stars 1 forks source link

Deletion of branches doesn't appear to be working #22

Closed jwir3 closed 10 years ago

jwir3 commented 10 years ago

Right now, when the following command is run:

scottj@corellia:~/Source/gitbranchhealth$ python gitbranchhealth/branchhealth.py -d 4 -r origin -D

Within the gitbranchhealth directory, the following results are shown:

refs/remotes/origin/issue-1:             1 week ago
refs/remotes/origin/issue-7:             1 week ago
refs/remotes/origin/issue-5:             6 days ago
refs/remotes/origin/issue-2:             5 days ago
refs/remotes/origin/issue-3:             2 days ago
refs/remotes/origin/issue-14:            2 days ago
refs/remotes/origin/issue-6:             2 days ago
refs/remotes/origin/issue-9:             6 minutes ago

Because of the passed-in -D option, the branches origin/issue-1 and origin/issue-7 should be removed. They aren't, however.

This issue covers the following tasks: