Jonathan Nieder wrote: > Here's a rough list of some useful tasks, in no particular order: > > 1. bc/object-id: This patch series continues, eliminating assumptions > about the size of object ids by encapsulating them in a struct. > One straightforward way to find code that still needs to be > converted is to grep for "sha" --- often the conversion patches > change function and variable names to refer to oid_ where they used > to use sha1_, making the stragglers easier to spot. I forgot to say: please coordinate with Brian M. Carlson if working on this one. That makes it possible to divide up the work in a way that doesn't lead to people patching the same files and stepping on each other's toes. This is one of the larger tasks and contributions to it are very useful. Just do coordinate. For comparison, the other suggestions in the list should be possible for a rogue agent to experiment with alone, with advice from the list where they need it. :) Jonathan