git.tmbundle
git.tmbundle copied to clipboard
Better Annotate
I have a fork (https://github.com/pkmiec/git.tmbundle/commits/mouseSelectsJustText) where I'm working on the following changes,
- updated annotate / diff to "column" based layout which allows copy & paste of the code (without including all the "gutter" stuff like rev / author / date / line numbers).
- show commit message when hovering over rev in annotate
- add open in github (for projected hosted there)
I wanted to know whether these changes could be merged back in? If so, what are the steps? The instructions seem to be quite old.
Also, I'm having trouble figuring out how to run the specs,
git.tmbundle/Support %> bundle exec rspec
/Users/pkmiec/.rvm/gems/ruby-2.2.2/gems/bundler-1.10.6/lib/bundler/rubygems_integration.rb:292:in `block in replace_gem': rspec-core is not part of the bundle. Add it to Gemfile. (Gem::LoadError)
Any help would be appreciated.