Closed beorn7 closed 9 years ago
@bmizerany Friendly ping...
Can you squash there commits and we'll merge.
@bmizerany broken-but-fast is your own branch. So this all is happening in your branch, which I cannot modify. I can create a new PR from my fork with the squashed commits, if you want. But perhaps it's simpler if you squash directly in the branch this PR is coming from.
(Sidenote: I advise against squashing as these commits are already used out there. If a commit has been distributed to the public, it should not be changed by rebasing.)
@u-c-l Commits in a branch, especially one prefixed with "broken" shouldn't be used in the wild with the expectation the commits will still be valid. I will not break git-bisect by merging broken code into master if I can help it.
Thank you for your help. I forgot this was my branch, I'll update.
Merged. Thank you!
This branch is actually not broken anymore. We fixed it some time ago. :)
Could that be merged into master? Would make deployment on our side easier...
Thanks.