summaryrefslogtreecommitdiffstats
path: root/site/git/index.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-11-18 02:53:34 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-11-18 02:53:34 (EST)
commit0481f6bbc88d089dea9b4979d10d2c957bfa4451 (patch)
treefc5fbdecc8a5e4e01b582fc03ef50c86c62107e6 /site/git/index.php
parent501acd9b78c10a40b65dfdc9cfbaf53c1b3401b6 (diff)
downloadlibreboot.org-0481f6bbc88d089dea9b4979d10d2c957bfa4451.zip
libreboot.org-0481f6bbc88d089dea9b4979d10d2c957bfa4451.tar.gz
libreboot.org-0481f6bbc88d089dea9b4979d10d2c957bfa4451.tar.bz2
git page: move patch sending instructions to near top of page
Diffstat (limited to 'site/git/index.php')
-rw-r--r--site/git/index.php42
1 files changed, 21 insertions, 21 deletions
diff --git a/site/git/index.php b/site/git/index.php
index 0930bed..04fa6ae 100644
--- a/site/git/index.php
+++ b/site/git/index.php
@@ -133,6 +133,27 @@
</div>
<div>
+ <h1 id="sendpatch">How to submit your patches</h1>
+ <h3><?php echo gettext("Method 1: host a repository"); ?></h3>
+ <p>
+ <?php echo gettext("Give the checkout details to the libreboot project, along with information on which commits in what branch contain your changes."); ?>
+ </p>
+ <p>
+ You can email this information to <a href="mailto:<?php echo $devMailingListEmail; ?>"><?php echo $devMailingListEmail; ?></a>, which is the mailing list used for libreboot development discussion.
+ </p>
+ <h3><?php echo gettext("Method 2: git format-patch -N"); ?></h3>
+ <p>
+ <?php echo gettext("Use this method (replace N with the number of commits that you made) and send the .patch files to the libreboot project, along with details on what branch and revision these were made on top of."); ?>
+ </p>
+ <p>
+ You can email your patches to <a href="mailto:<?php echo $devMailingListEmail; ?>"><?php echo $devMailingListEmail; ?></a>, which is the mailing list used for libreboot development discussion.
+ </p>
+ <p>
+ <?php echo gettext("Contact the libreboot project using the details on the home page, sending your patch(es). The mailing list is generally preferable, although IRC can also be just as good for small patches (you would probably put the patch on a paste site). If you'll be using the mailing list(s) a lot, then it probably makes sense to subscribe to them."); ?>
+ </p>
+ </div>
+
+ <div>
<h2 id="contrib"><?php echo gettext("How to use git, for creating patches"); ?> <span class="r"><a href="#contrib">#contrib</a></span></h2>
<p>
Libreboot development is facilitated by <em>git</em>, a <em>distributed</em> version control system that is in wide use today. Git provides many practical benefits,
@@ -215,27 +236,6 @@
</div>
<div>
- <h1 id="sendpatch">How to submit your patches</h1>
- <h3><?php echo gettext("Method 1: host a repository"); ?></h3>
- <p>
- <?php echo gettext("Give the checkout details to the libreboot project, along with information on which commits in what branch contain your changes."); ?>
- </p>
- <p>
- You can email this information to <a href="mailto:<?php echo $devMailingListEmail; ?>"><?php echo $devMailingListEmail; ?></a>, which is the mailing list used for libreboot development discussion.
- </p>
- <h3><?php echo gettext("Method 2: git format-patch -N"); ?></h3>
- <p>
- <?php echo gettext("Use this method (replace N with the number of commits that you made) and send the .patch files to the libreboot project, along with details on what branch and revision these were made on top of."); ?>
- </p>
- <p>
- You can email your patches to <a href="mailto:<?php echo $devMailingListEmail; ?>"><?php echo $devMailingListEmail; ?></a>, which is the mailing list used for libreboot development discussion.
- </p>
- <p>
- <?php echo gettext("Contact the libreboot project using the details on the home page, sending your patch(es). The mailing list is generally preferable, although IRC can also be just as good for small patches (you would probably put the patch on a paste site). If you'll be using the mailing list(s) a lot, then it probably makes sense to subscribe to them."); ?>
- </p>
- </div>
-
- <div>
<h2 id="gitbackup"><?php echo gettext("Backup repositories"); ?> <span class="r"><a href="#gitbackup">#gitbackup</a></span></h2>
<h3><?php echo gettext("Firmware (coreboot distribution)"); ?></h3>