On Wed, Oct 09, 2024 at 05:33:13PM -0700, Naomi Ibe wrote: > Thank you very much. I have decided to work on "Modernize a test > script" and I would like to work on modernizing some section of any of > the 3 files below if this is accepted as a valid microproject. One note up front: we do not top-post on this mailing list. Replies to emails are supposed to go below the quoted text, or should be mixed below specific quotes you want to reply to. Also, you don't need approval to pick on a microproject. It is totally fine to just pick something you think can be converted, double check whether some other applicant is working on it already by searching through recent mails on the mailing list, and then start working on it. > 1) https://github.com/git/git/blob/master/t/lib-read-tree.sh > 2) https://github.com/git/git/blob/master/t/t9112-git-svn-md5less-file.sh > 3) https://github.com/git/git/blob/master/t/t9113-git-svn-dcommit-new-file.sh I couldn't really see anything that would need to be done for (1) and (3), both of them look mostly fine to me. But (2) certainly looks like a good candidate to me for modernization. Thanks! Patrick