Junio C Hamano <junkio@xxxxxxx> wrote: > James Bowes <jbowes@xxxxxxxxxxxxxxxxxx> writes: > > > find_short_packed_object was not loading the pack index files. > > Teach it to do so. > > > > Signed-off-by: James Bowes <jbowes@xxxxxxxxxxxxxxxxxx> > > I think this is the proper fix of the problem I was unhappy > about with 'next' Actually this bug is exactly the reason why I *always* run 'next' in production use on all of my systems, and why I also get a number of coworkers to run it. Many people beating on the same code in weird ways notice things. Today I found this because I have a shell script that tried to do something of the form "git checkout v1.8.0-18-g18as1f' and Git couldn't believe that was a revision... It held up day-job work for an hour while I tracked it down, but I did catch it. ;-) -- Shawn. - 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