Skip to content

Instantly share code, notes, and snippets.

@radar
Created April 11, 2011 01:19
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 radar/912926 to your computer and use it in GitHub Desktop.
Save radar/912926 to your computer and use it in GitHub Desktop.
oauth2 (master)⤿ git bisect bad
You need to start by "git bisect start"
-n Do you want me to do it for you [Y/n]?
y
oauth2 (master|BISECTING)⤿ git bisect good v0.1.1
Bisecting: a merge base must be tested
[ce16d32cbeb3920e44c03664f86945f7b5f733bf] Stringify the token when initializing an AccessToken. Should close #15
oauth2 (ce16d32...|BISECTING)⤿ good
Bisecting: 33 revisions left to test after this (roughly 5 steps)
[a6398578a41b84c50e1359c555a09f7538b2c01f] Merge branch 'master' of https://github.com/gregspurrier/oauth2 into gregspurrier-master
oauth2 (a639857...|BISECTING)⤿ bad
Bisecting: 16 revisions left to test after this (roughly 4 steps)
[e0d4fddb43debe9cd48b9ea87f6e80341a9c5e88] Merge branch 'fix_for_new_fb_expires_param' of https://github.com/arjunanand/oauth2 into arjunanand-fix_for_new_fb_expires_param
oauth2 (e0d4fdd...|BISECTING)⤿ bad
Bisecting: 8 revisions left to test after this (roughly 3 steps)
[bf2f1ac23268b09d1f47f3bcec18db6b5fa34e5a] Merge branch 'master' of https://github.com/YenTheFirst/oauth2 into YenTheFirst-master
oauth2 (bf2f1ac...|BISECTING)⤿ good
Bisecting: 4 revisions left to test after this (roughly 2 steps)
[c13e8e9f47dc295b540142cc0ee8a7d70ca5fcaf] decided to release nov-oauth2 gem since my pull request to the original oauth2 gem is not approved yet..
oauth2 (c13e8e9...|BISECTING)⤿ bad
Bisecting: 1 revision left to test after this (roughly 1 step)
[cd2c89fd339d284f2be52644346495a4db179f5e] update specs
oauth2 (cd2c89f...|BISECTING)⤿ bad
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[1dbfe18af997c45a69fdea29192f599f20d80879] update parameters to follow OAuth 2.0 draft 10 which facebook and other major OAuth2 servers now support
oauth2 (1dbfe18...|BISECTING)⤿ bad
1dbfe18af997c45a69fdea29192f599f20d80879 is the first bad commit
commit 1dbfe18af997c45a69fdea29192f599f20d80879
Author: nov matake <nov@matake.jp>
Date: Mon Jan 31 16:03:12 2011 +0900
update parameters to follow OAuth 2.0 draft 10 which facebook and other major OAuth2 servers now support
:040000 040000 c2c8731da7f7599a9fd9664de42ab6dd93e2e84e a434008152716a189d79a1569a6e7237e3115fa1 M lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment