{"id":13463243,"url":"https://github.com/grosser/git-autobisect","last_synced_at":"2025-09-30T06:30:45.060Z","repository":{"id":2229320,"uuid":"3181857","full_name":"grosser/git-autobisect","owner":"grosser","description":"Find the first broken commit without having to learn git bisect","archived":false,"fork":false,"pushed_at":"2018-11-22T04:04:11.000Z","size":53,"stargazers_count":86,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-16T17:26:45.033Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grosser.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-01-15T03:13:49.000Z","updated_at":"2024-07-07T14:15:17.000Z","dependencies_parsed_at":"2022-09-16T08:00:45.793Z","dependency_job_id":null,"html_url":"https://github.com/grosser/git-autobisect","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grosser%2Fgit-autobisect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grosser%2Fgit-autobisect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grosser%2Fgit-autobisect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grosser%2Fgit-autobisect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grosser","download_url":"https://codeload.github.com/grosser/git-autobisect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234642176,"owners_count":18864999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T13:00:48.845Z","updated_at":"2025-09-30T06:30:44.795Z","avatar_url":"https://github.com/grosser.png","language":"Ruby","readme":"Find the first broken commit without having to learn git bisect.\n\n - automagically bundles if necessary\n - stops at first bad commit\n - takes binary steps (`HEAD~1`, `HEAD~2`, `HEAD~4`, `HEAD~8`, ...)\n\nInstall\n=======\n\n```Bash\ngem install git-autobisect\n```\n\nor as standalone binary (needs any ruby)\n\n```Bash\ncurl -sL https://github.com/grosser/git-autobisect/releases/download/v0.4.3/git-autobisect \u003e /usr/local/bin/git-autobisect \u0026\u0026 \\\nchmod +x /usr/local/bin/git-autobisect \u0026\u0026 \\\ngit-autobisect --version\n```\n\nUsage\n=====\n\n    cd your project\n    # run a test that has a non-0 exit status\n    git-autobisect 'rspec spec/models/user_spec.rb'\n    ... grab a coffee ...\n    ---\u003e The first bad commit is a4328fa\n    git show\n\n### Options\n\n    -m, --max N                    Inspect commits between HEAD..HEAD~\u003cmax\u003e\n    -s, --start N                  Use N (instead of 1) as initial step and keep multiplying by 2\n    --step N                       Use N as step (instead of multiplying by 2\n    --no-bundle                    Do not bundle even if a Gemfile exists\n\nTIPS\n====\n - do not fail if test file is missing `[ ! -f spec/my_spec.rb ] || rspec spec/my_spec.rb`\n\nTODO\n====\n - option for max-step-size so you can use a finer grained approach\n - option to disable `bundle check || bundle` injection\n - option to consider a build failed if it finishes faster then x seconds\n\nDevelopment\n===========\n - `bundle \u0026\u0026 bundle exec rake`\n - Tests run a lot faster without `bundle exec`\n\nAuthor\n======\n[Michael Grosser](http://grosser.it)\u003cbr/\u003e\nmichael@grosser.it\u003cbr/\u003e\nLicense: MIT\u003cbr/\u003e\n[![Build Status](https://travis-ci.org/grosser/git-autobisect.png)](https://travis-ci.org/grosser/git-autobisect)\n","funding_links":[],"categories":["Git Tools","Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrosser%2Fgit-autobisect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrosser%2Fgit-autobisect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrosser%2Fgit-autobisect/lists"}