summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-10-29 00:57:59 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-10-29 00:57:59 (EDT)
commitf0c6d57f2b539a7bf9318afe6bb75d8bc7e68ce9 (patch)
tree49e705fa6894f738d8a56a7d12e282cb3528e629 /site
parent385c3a9e70749d685f9b13a057f2a36a76e85ff2 (diff)
downloadlibreboot.org-f0c6d57f2b539a7bf9318afe6bb75d8bc7e68ce9.zip
libreboot.org-f0c6d57f2b539a7bf9318afe6bb75d8bc7e68ce9.tar.gz
libreboot.org-f0c6d57f2b539a7bf9318afe6bb75d8bc7e68ce9.tar.bz2
git page: say how amazing git is
Diffstat (limited to 'site')
-rw-r--r--site/git/index.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/site/git/index.php b/site/git/index.php
index d50693b..6a1b032 100644
--- a/site/git/index.php
+++ b/site/git/index.php
@@ -89,7 +89,11 @@
</div>
<div>
- <h2 id="contrib"><?php echo gettext("Submitting patches"); ?></h2>
+ <h2 id="contrib"><?php echo gettext("How to use git, for creating patches"); ?></h2>
+ <p>
+ Libreboot uses <i>git</i>, a <i>distributed</i> version control system that is in wide use today. Git provides many practical benefits,
+ making collective development of software very easy.
+ </p>
<p>
<?php echo gettext("The <a href=\"http://git-scm.com/doc\">git documentation</a> describes how to use git. The following notes include simple tips for how to use git, but it is a good idea to get fully acquainted with git."); ?>
</p>