[ << Starting with git ] | [Top][Contents][Index][ ? ] | [ Compiling >> ] | ||
[ < Sharing your changes ] | [ Up : Sharing your changes ] | [ Committing directly > ] |
1.3.1 Producing a patch
Once you have finished editing your files, checked that your changes meet the Code style and/or Documentation policy, and checked that the entire thing compiles, you may
git commit -a git-format-patch HEAD
Send an email to lilypond-devel@gnu.org with the diff as an attachment.
[ << Starting with git ] | [Top][Contents][Index][ ? ] | [ Compiling >> ] | ||
[ < Sharing your changes ] | [ Up : Sharing your changes ] | [ Committing directly > ] |