Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7643561
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T09:28:48+00:00 2026-05-31T09:28:48+00:00

git bisect works by counting the number of commits between ‘good’ and ‘bad’ and

  • 0

git bisect works by counting the number of commits between ‘good’ and ‘bad’ and checking out the change in the middle. Unfortunately this wouldn’t work well for repo because one project (e.g. framework) may have a lot of changes early on and another project (e.g. kernel) may have a bunch of later changes, so ‘repo forall -c “git bisect …”‘ could have one project checked out in a state a lot older than an other.

My question is whether there is a way to get git-bisect to choose its commit based on the date of the commit, so when done across projects we’re most likely to be left in a state that compiles cleanly.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T09:28:49+00:00Added an answer on May 31, 2026 at 9:28 am

    git bisect is not designed to be used across multiple repositories simultaneously.

    You’d probably be better of writing your own script that implements a basic bisection algorithm across date ranges, and use git rev-list -n1 --before <DATEVALUE> in each repository to obtain a git commit to check out corresponding to whatever date your script is currently bisecting.

    Here’s an example bisection script that I had written for another purpose. Note that it is not specifically designed for your situation; it’s just an example of implementing bisection:

    https://gist.github.com/2040290

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can git bisect be used in auto-mode with rails? The docs for git bisect
I tend to use the bisect command in git extensively. Now I want to
Git works fine on my dev box, but ever so often, I'll go to
git diff master..lab It will produce the diff between the tips of the two
I'm using git bisect to find a failure inducing commit. However, a lot of
I'm new to git and just discovered git bisect. How is it generally used
Git treats lines starting with # (hash, number sign, octothorpe, pound sign) as comment
git log lists all commits, from all branches that have been merged into HEAD.
git version 1.7.7 I have dropbox git repository. From my works computer karl-sun I
Folks, I'm using git tools such as git bisect run which need to call

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.