Le mercredi 14 novembre 2007, Junio C Hamano a écrit : > 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. Yes, but someone (guess who) started to modernize git-bisect by using "for-each-ref": http://git.kernel.org/?p=git/git.git;a=commitdiff;h=6fecf1915c5fd0b14e2ca2ec9e1a6b620abfb5c2 http://git.kernel.org/?p=git/git.git;a=commitdiff;h=0a5280a9f444c33b0e4ebf2f073df5899c112cf8 so I thought it would be fine to finish this modernization work. > 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. Thanks for reminding me of this problem. I just posted a patch that should fix it. Best regards, Christian. - 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