Created
September 7, 2012 06:30
-
-
Save simonwhitaker/3663831 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ grep "\.project" .gitignore | |
.project | |
$ git bisect bad | |
Bisecting: 5 revisions left to test after this (roughly 3 steps) | |
[85547ec7aa1e9087ed84f09d0f8c603b88377978] Added MIT license text to top of apns.py | |
$ grep "\.project" .gitignore | |
$ git bisect good | |
Bisecting: 11 revisions left to test after this (roughly 4 steps) | |
[9d17aa48641e3540fbc6a54c26776b45c865887b] unset badge by passing badge=0 | |
$ grep "\.project" .gitignore | |
.project | |
$ git bisect bad | |
Bisecting: 5 revisions left to test after this (roughly 3 steps) | |
[85547ec7aa1e9087ed84f09d0f8c603b88377978] Added MIT license text to top of apns.py | |
$ grep "\.project" .gitignore | |
.project | |
$ git bisect bad | |
Bisecting: 2 revisions left to test after this (roughly 1 step) | |
[8f12bf76f2932e1c73dc6e373423221103a969ab] gitignore pydev files | |
$ grep "\.project" .gitignore | |
.project | |
$ git bisect bad | |
Bisecting: 0 revisions left to test after this (roughly 0 steps) | |
[30ec16aede2da7e96648ec4a01f9e948a2ce4b5c] whitespace | |
$ grep "\.project" .gitignore | |
$ git bisect good | |
8f12bf76f2932e1c73dc6e373423221103a969ab is the first bad commit | |
commit 8f12bf76f2932e1c73dc6e373423221103a969ab | |
Author: Neil Rahilly | |
Date: Thu May 19 13:35:11 2011 -0400 | |
gitignore pydev files | |
:100644 100644 3129a9a87d4f4e52c7217f79d087c0dd628ad0f3 02a1f264e78ea79c10bbdb8cdc55caaf320a6b6b M .gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment