Closed hfreeb closed 9 years ago
Yeah, if this could be squashed and changed to NotDelicious
, that'd be great.
Squash your commits plz <3
I'm not baked right now. Does that mean I'm not delicious? :(
Quick tutorial for squashing commits? for reference
Doing it now
git rebase -i HEAD~5
, change pick
to squash
on the second,third,fourth,fifth lines, leaving the first one as pick
. Then close the editor, it'll prompt you to edit the commit messages. Tbh I just learned how to squash commits just then, thaaaaanks drtshock xoxo. Here's the diff I produced http://s.b303.me/Ppfb.diff
Your commits will now be much more delicious. And clean. Which everyone likes.
Please put different enum values on different lines, as well.
Squashed them.
:+1:
The JavaDocs in NotDeliciousReason
are wrong. You've documented one of the enum values instead of the class. Ideally, all values and the class should be documented.
:-1: :P
Uhh xD
Just reopen it
Ideally, all values and the class should be documented.
Keeps on closing for some reason when I push and squash, will reopen again.
You're most likely clicking close and comment instead of comment.
Squashing shouldn't close it.
Fingers crossed that there is nothing else to change.
:+1: