summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
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>