Quoting "Paul A. Tessier" <phern...@gmail.com>:
[..]
> Ok, I've broken it up it as many reasonable patches as I can think  
> of, plus I included my script for exercising the LEDs (light shows  
> are fun). The patches are in the order I applied them. [..]

Hi Paul,
You could add the individual patch description to each commit and then  
use "git format-patch" [1] to generate the patch files. Then we can  
easily apply all your patches in one go using "git am" [2] as the  
patches would have numbers 0001, 0002 and so on. A patch description  
stays in the repository, so if someone in 2 years time will try to  
understand what the patch does the description will be there to help.

Also, as suggested, you could set up and use git-send-email [3][4] to  
send patches.

Regards,
Przemo Firszt

[1] https://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html
[2] https://www.kernel.org/pub/software/scm/git/docs/git-am.html
[3] https://www.kernel.org/pub/software/scm/git/docs/git-send-email.html
[4] https://felipec.wordpress.com/2009/10/25/git-send-email-tricks/


------------------------------------------------------------------------------
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to