0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.rdoc More... over 11 years ago
Changed prompt message. More... about 15 years ago
If there are merge commits, ask the user whether to collapse. This will allow the use of rake commit after explicitly merging in a branch without losing the merge information. More... about 15 years ago
Removed excess whitespace. More... about 15 years ago
Removed example text and reformatted prompt. More... about 15 years ago
config user.name does not show up in a SVN log, placing pair name directly in commit message More... over 15 years ago
no need for a special conflict message, the git one is pretty good More... over 15 years ago
removing check clean, it wasn't used anymore More... over 15 years ago
don't do a reset-soft, doesn't work on SVN, plus SVN history is always linear More... over 15 years ago
added documentation in README More... over 15 years ago
tony/anna - fixed a typo in dcommit invoke More... over 15 years ago
Tony/Gabbar - added full support for git svn More... over 15 years ago
Merge branch 'master' of git://github.com/pgr0ss/rake_commit_tasks More... over 15 years ago
Adding code to support git svn workflow More... over 15 years ago
Removed dependency on dust. Removed excess whitespace. More... over 15 years ago
Fixed import in test_helper.rb More... over 15 years ago
tony - moved the rake tasks to the lib directory to be compatible with rails 3 More... over 15 years ago
Changed reset_soft to reset to common ancestor of local branch and origin branch. This fixes an issue where a git fetch followed by a rake commit resets to a commit that has not been merged into current branch. More... over 15 years ago
Do not run git commands to build rake tasks in subversion mode. More... over 15 years ago
Ignore git warnings. More... over 15 years ago
Do not show git errors if we are in asubversion project. Strip filenames to prevent excess whitespace. More... over 15 years ago
Updated README with git information. More... over 15 years ago
Add basic git support. More... over 15 years ago
Renamed README so github will format it nicely More... over 16 years ago
Updated README More... over 16 years ago
Automatically merge changes from branch to trunk if PATH_TO_TRUNK_WORKING_COPY is set More... over 16 years ago
Pulled constructing the svn command into its own method with tests More... about 17 years ago
Moved classes to lib folder More... about 17 years ago
Pulled the prompting logic into a PromptLine class More... about 17 years ago
Handle quotes in commit messages More... about 17 years ago