Jonathan Nieder wrote: > The gui-specific heuristic of assuming Windows filesystems will > tolerate fewer loose objects has been carried over. Er, was carried over in a previous local patch but not this one. Sorry for the confusion. Jonathan > set ndirs 1 > - set limit 8 > + set limit [expr {($gc_auto_threshold + 255) / 256}] > if {[is_Windows]} { > set ndirs 4 > - set limit 1 > } -- 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