Closed phoet closed 7 years ago
@mcasper the build is failing, but the test_git_clean_works_with_github_squashes
did fail before my changes locally as well. so i assume master is broken at the moment.
@phoet Yeah the test breakage isn't your fault, should be fixed on master now
thanks for the feedback, will try to get this done within the next days.
@mcasper please take another look at this, i think it's done
One small change to the tests, otherwise it looks good!
Looks great @phoet, thank you for the contribution!
@mcasper @skade thx for the feedback 😺
in order to implement https://github.com/mcasper/git-clean/issues/24
i think this is far from optimal, but at least it complied, so i'm happy for now 😸
from what i've seen, i think it would make sense to have a list of ignored branches where the base branch ie. master is in by default.
i would probably not do this through grep, but filter the list of branches after having clean input from git branch or something.