Sha256: 424e42e89612a81b9f8ce4c1e1cdeaa92493c57951f518a0844c0ccebcdfbb2a

Contents?: true

Size: 825 Bytes

Versions: 1

Compression:

Stored size: 825 Bytes

Contents

Find the first broken commit without having to learn git bisect.

 - automagically bundles if necessary
 - stops at first bad commit
 - starts slow (HEAD~1, HEAD~2, HEAD~3) then goes in steps of 10 (..., HEAD~10, HEAD~20, HEAD~30)

Install
=======

    gem install git-autobisect

Usage
=====

    cd your project
    # run a test that has a non-0 exit status
    git-autobisect 'rspec spec/models/user_spec.rb'
    ... grab a coffee ...
    ---> The first bad commit is a4328fa
    git show

TODO
====
 - go with 1 2 4 8 16 16 16 16 commits back
 - option for max-step -> if you think the problem is very fresh/very old

Development
===========
 - `bundle && bundle exec rake`
 - Tests run a lot faster without `bundle exec`

Author
======
[Michael Grosser](http://grosser.it)<br/>
michael@grosser.it<br/>
License: MIT<br/>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
git-autobisect-0.1.0 Readme.md