Last active
January 15, 2016 22:24
-
-
Save unreal4u/4ccdfd28ad35760eac58 to your computer and use it in GitHub Desktop.
Bisect log smarty
This file contains 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
unreal4u-MBP:smarty unreal4u$ git bisect start | |
unreal4u-MBP:smarty unreal4u$ git bisect good v3.1.27 | |
unreal4u-MBP:smarty unreal4u$ git bisect bad v3.1.28 | |
Bisecting: 116 revisions left to test after this (roughly 7 steps) | |
[af6f77a9e6db1b1ed7d06794d6f230d43de74701] create raw compiled object to avoid checking for compiled file | |
unreal4u-MBP:smarty unreal4u$ git bisect good | |
Bisecting: 58 revisions left to test after this (roughly 6 steps) | |
[7f0a2f788f7382bba41324ff1e4b11210f56cfa3] Merge pull request #95 from dshepherd/patch-1 | |
unreal4u-MBP:smarty unreal4u$ git bisect good | |
Bisecting: 29 revisions left to test after this (roughly 5 steps) | |
[6e3d94c13e3a57a7eeb0c20c1dc91b7ba2c481a4] - more optimizations of template processing | |
unreal4u-MBP:smarty unreal4u$ git bisect bad | |
Bisecting: 14 revisions left to test after this (roughly 4 steps) | |
[4e1d6707fe6511f22424b109e2b7444afe5416de] - update code generated by template function call handler | |
unreal4u-MBP:smarty unreal4u$ git bisect good | |
Bisecting: 7 revisions left to test after this (roughly 3 steps) | |
[891495f84940ec4d91fbe9d7515c38ac6ba23fb6] - improve recovery from ivalid compiled template code | |
unreal4u-MBP:smarty unreal4u$ git bisect bad | |
Bisecting: 3 revisions left to test after this (roughly 2 steps) | |
[b26ba9ce522a054f9cd2f13b3ee651adf3240af4] update travis | |
unreal4u-MBP:smarty unreal4u$ git bisect good | |
Bisecting: 1 revision left to test after this (roughly 1 step) | |
[888014b90851ca76682488a1443a34ff3c0e8585] - new extension handler to load functions when called | |
unreal4u-MBP:smarty unreal4u$ git bisect bad | |
Bisecting: 0 revisions left to test after this (roughly 0 steps) | |
[eec7639c9ce872737353ac4117252d440d3172ea] - fix template scope processing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment