Closed mgodlewski closed 8 years ago
What's missing in order to merge ?
@mgodlewski If you're talking about merge conflicts: I saw your PR and extracted the "chimp.bmp" conversion (making it more correct on colors, too). https://github.com/porridge/bambam/pull/7 All conflicts would be visible if you use the command line for merging (or a very smart IDE).
Oh wow, @mgodlewski I never saw your commits from May 22nd until now! It looks good, but could you please rebase?
Actually, more important than rebasing, it would be great if you could squash the last two commits.
I mean the last two commits by @mgodlewski
Hi,
I'm not able to squash my commits since they're already pushed. To make it right, I can cancel this pull request and create 2 separated ones :
Sorry for these circonvolutions, I'm not yet familiar to pull request mecanism.
Regards
You can update the current pull request by doing something like:
git rebase -i porridge/master # (or whatever name my master branch you can see at) git push origin +master # this will rewrite history, but it's fine since I didn't merge it yet
What's the status of this PR? Are there any changes left here that you'd like to merge?
Hi,
Yes, I 've got some changes to introduce :
But this PR is too messy. I'll made another one. You can close this one.
Regards,
Mathieu
It may be reasonable to move "chimp.bmp" to "chimp.png" first, and consider the rest of the PR separately. (I can PR, of course.)