0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 7 hours ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.rdoc More... over 10 years ago
Changed prompt message. More... about 14 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 14 years ago
Removed excess whitespace. More... about 14 years ago
Removed example text and reformatted prompt. More... about 14 years ago
config user.name does not show up in a SVN log, placing pair name directly in commit message More... about 14 years ago
no need for a special conflict message, the git one is pretty good More... about 14 years ago
removing check clean, it wasn't used anymore More... about 14 years ago
don't do a reset-soft, doesn't work on SVN, plus SVN history is always linear More... about 14 years ago
added documentation in README More... about 14 years ago
tony/anna - fixed a typo in dcommit invoke More... about 14 years ago
Tony/Gabbar - added full support for git svn More... about 14 years ago
Merge branch 'master' of git://github.com/pgr0ss/rake_commit_tasks More... about 14 years ago
Adding code to support git svn workflow More... about 14 years ago
Removed dependency on dust. Removed excess whitespace. More... about 14 years ago
Fixed import in test_helper.rb More... about 14 years ago
tony - moved the rake tasks to the lib directory to be compatible with rails 3 More... about 14 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... about 14 years ago
Do not run git commands to build rake tasks in subversion mode. More... over 14 years ago
Ignore git warnings. More... over 14 years ago
Do not show git errors if we are in asubversion project. Strip filenames to prevent excess whitespace. More... over 14 years ago
Updated README with git information. More... over 14 years ago
Add basic git support. More... over 14 years ago
Renamed README so github will format it nicely More... about 15 years ago
Updated README More... about 15 years ago
Automatically merge changes from branch to trunk if PATH_TO_TRUNK_WORKING_COPY is set More... about 15 years ago
Pulled constructing the svn command into its own method with tests More... almost 16 years ago
Moved classes to lib folder More... almost 16 years ago
Pulled the prompting logic into a PromptLine class More... almost 16 years ago
Handle quotes in commit messages More... almost 16 years ago