pgr0ss / rake_commit

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

Added "RakeCommit" namespace #6

Closed jwbarton closed 12 years ago

jwbarton commented 12 years ago

We ran into some issues using rake_commit and the git gem in the same project. The "Git" class in rake_commit was overriding the "Git" module from the Git gem. I've refactored rake_commit so that it's classes are all under a "RakeCommit" namespace/module in order to avoid conflicts.