Hi Ricardo, > I've been, for some time, wanting that git had some cool features that it > is missing right now. > Since I am a developer with knowledge of C (which I believe is the language > that Git is written with) I wanted to implement these features and maybe > submit them as a PR or patch somewhere.
There is a summary of Git development here: https://git-scm.com/community Down the bottom it provides links to documentation that you will want to read to make sure your patches are in the right format. In short, Git development is done via a mailing list: http://vger.kernel.org/vger-lists.html#git Warning, it is very high volume. However, most of the emails are concerned with discussing particular patch series. So, unless you find all patch series equally interesting (I know I don't) they can be summarily deleted. Some of the discussions are pretty interesting, eg there is currently work towards moving away from sha-1 (finally), and Linus Torvalds occasionally pipes up with some thoughts. Even though you're already a competent developer I would recommend lurking on that list for a month or two before submitting a patch. I think you will want to have some intuition for how they like things done. ~ Tim -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
