Christian Couder <chriscool@xxxxxxxxxxxxx> writes: > In bisect_visualize, "cd $GIT_DIR/refs && echo bisect/good-*" was > still used instead of "git for-each-ref". This patch fix it. Heh, it still uses echo "$rev" >"$GIT_DIR/refs/bisect/$tag" So we are still _very_ much tied to refs on the filesystem not in packed-refs. Even worse is that bisect_clean_state uses rm -fr "$GIT_DIR/refs/bisect" so if you ever pack your refs in the middle of bisection and then clean the state, you will still carry the old good set of commits that are somewhat hard to cull. - 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