Le vendredi 7 décembre 2007, Ingo Molnar a écrit :
would be nice to have:
git-bisect diff
that enables one to have a look at the currently open bisection window,
in git-log -p format. This would often be much faster to analyze than
looking at git-bisect visualize. (and it could also be used in non-GUI
workflows)
Right now i have this silly git-bisect-diff script:
git-log -p "`git-bisect log | grep good | tail -1 | cut -d' ' -f3`".."\
`git-bisect log | grep bad | tail -1 | cut -d' ' -f3`"
Tell us if you have other scripts or suggestions related to git-bisect.
And thanks for you kind word about it:
http://thread.gmane.org/gmane.linux.kernel.input/3740/focus=3764
Christian.