Then gitk's "reset ... branch to here" could help you. Right-click the desired commit and reset the branch.
DON'T do this though if you have published the branch somewhere.Do "git-revert -n" on all the commits after the buggy one in that case, starting from the last, then "git commit".
Paolo -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html