pgr0ss / rake_commit

A program that helps with checking in code. It automates common git or svn commands.
13 stars 13 forks source link

Change --rebase-only to abort on uncommitted changes #24

Closed dcopeland closed 8 years ago

dcopeland commented 8 years ago

Rather than adding a new commit for any uncommitted changes, just abort to behave more like --no-collapse.

I find this is usually what I want (basically just git pull --rebase && rc -n) and it's equally consistent with the description of the option.

pgr0ss commented 8 years ago

Makes sense to me. I added a comment about the tests.

dcopeland commented 8 years ago

Improved tests and force pushed an updated commit ready for merging.