Skip to content

Instantly share code, notes, and snippets.

@lgfa29
Created November 24, 2021 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgfa29/d3e503b13e5e6a508eddbdbb816e2aa7 to your computer and use it in GitHub Desktop.
Save lgfa29/d3e503b13e5e6a508eddbdbb816e2aa7 to your computer and use it in GitHub Desktop.
git bisect start
# good: [585139bd00acbc273d83b3a72496890f28996202] Release v0.13.7
git bisect good 585139bd00acbc273d83b3a72496890f28996202
# bad: [02f0ec232ae8c076e047b62b758ea2b4b6d28099] Release v0.14.0
git bisect bad 02f0ec232ae8c076e047b62b758ea2b4b6d28099
# good: [42835119d4ba0dc2832a131711d7975cfbe8fc70] Cleanup after v0.13.2 release
git bisect good 42835119d4ba0dc2832a131711d7975cfbe8fc70
# bad: [55c96da27eafede07abf26227da50a060c918540] Move nested block printing to own method for readability
git bisect bad 55c96da27eafede07abf26227da50a060c918540
# bad: [921f36a361ef0f7ce980525beffd8c8c58906f73] Merge pull request #26317 from hashicorp/jbardin/remove-refresh-walk
git bisect bad 921f36a361ef0f7ce980525beffd8c8c58906f73
# good: [579e0b20e1c0e88a98eeef938ad0a57f95c54cdd] build: Enable Consul remote backend tests
git bisect good 579e0b20e1c0e88a98eeef938ad0a57f95c54cdd
# good: [02fb28eeaef55e5ca98419d636ab2f06bb9e16e2] build: put codecov in informational mode (#26271)
git bisect good 02fb28eeaef55e5ca98419d636ab2f06bb9e16e2
# bad: [4295f1e1e39ebc06eb8af589fbeef41d66d46a3a] Merge pull request #26270 from hashicorp/jbardin/refresh-plan
git bisect bad 4295f1e1e39ebc06eb8af589fbeef41d66d46a3a
# bad: [a3c9d7abc1331f42e3b6aa374c1b3eea776c9739] update comments around evaluating 0 instances
git bisect bad a3c9d7abc1331f42e3b6aa374c1b3eea776c9739
# bad: [8cef62e45593d553e249685b3199100ffc0748f8] add state to plans.Plan
git bisect bad 8cef62e45593d553e249685b3199100ffc0748f8
# bad: [d6a586709cf8eee53b46b56bcf00fa7fa44d6441] Add RefreshState to the eval context
git bisect bad d6a586709cf8eee53b46b56bcf00fa7fa44d6441
# bad: [be757bd41657a758c9a6edffe3f0b6486a79e8d3] Refresh instances during plan
git bisect bad be757bd41657a758c9a6edffe3f0b6486a79e8d3
# first bad commit: [be757bd41657a758c9a6edffe3f0b6486a79e8d3] Refresh instances during plan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment