Hi, On Sat, 17 Mar 2018, Yash Yadav wrote: > In the project ideas listed there is one idea talking of conversion of > scripts to builtins. This interests me but no pointer forward is given > and I'd like to dive more into that idea and go through the script(s). > > So, where should I look further from here? One concrete example how a script was converted can be seen here: https://github.com/git/git/compare/b7786bb4b09%5E...b7786bb4b09%5E2 (This is the patch series that replaced the scripted version of the `difftool` by the one written in portable C.) But maybe you want to look at the micro-projects first, to see how you like to work on Git's source code, and with the Git mailing list? Ciao, Johannes