Posts

Showing posts from September, 2012

More than 100! \o/

Image
It is time to celebrate! I've submitted more than 100 patches to the Linux Kernel! Yeah! Yeah! See:  http://www.kernelhub.org/?p=7&dev=10021&mbox_type=2 Photo from:  http://www.sidneyrezende.com/noticia/16742+os+5+do+pit+stop++cinco+malandragens+de+nelson+piquet

Want to learn about git?

Git is great! It really is. But you need to learn some secrets in order to use the full power. Two great resources: 1 - Pro git : Easy to read book that will make you very familiar with pro features of git. 2 -  AlBlue’s Blog : Great articles explaining standard and advanced features of git.

Patch versioning

When you send a second version of the same patch, you may add a "v2" on the subject so it will look like: [PATCH v2] There is an option for git format-patch that does it: --subject-prefix="PATCH v2" More at: http://wireless.kernel.org/en/developers/Documentation/git-guide