Thread (21 messages) flat view 21 messages, 6 authors, 2016-06-15

Re: git-bisect feature suggestion: "git-bisect diff"

From: Christian Couder <hidden>
Date: 2016-06-15 22:43:57

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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help