Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Activity Team/Git FAQ
(view source)
Revision as of 17:04, 28 April 2011
119 bytes added
,
17:04, 28 April 2011
examples
Line 127:
Line 127:
=== How do I send a patch to a maintainer? ===
=== How do I send a patch to a maintainer? ===
+
+
First You may need to install git-mail:
+
+
sudo yum -y install git-email
+
An easy way to send a complete patch is to commit in git, then do:
An easy way to send a complete patch is to commit in git, then do:
Line 133:
Line 138:
git send-email --to <maintainer> --cc <mailing-list> <filename>
git send-email --to <maintainer> --cc <mailing-list> <filename>
−
You may need
to
install git
-mail
:
+
f.e you can do:
+
+
git send-email --
to
<maintainer> -
-
subject=
mail
-subject 0003-service-name-deprecated.patch
−
sudo yum -y install git-email
You can also generate a [[#How do I request a merge?|merge request]] on Gitorious from your forked repository to mainline.
You can also generate a [[#How do I request a merge?|merge request]] on Gitorious from your forked repository to mainline.
RafaelOrtiz
Administrators
704
edits