diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-29 01:15:32 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-29 01:15:32 (EDT) |
commit | 53e3780b7a991e4fdda3388828109f26b5df82de (patch) | |
tree | 0a46ac150ade917bb7417381f55ffdfd526060fd /site | |
parent | 2daf225db627cb9b1ea22002ab70334ed955b8af (diff) | |
download | libreboot.org-53e3780b7a991e4fdda3388828109f26b5df82de.zip libreboot.org-53e3780b7a991e4fdda3388828109f26b5df82de.tar.gz libreboot.org-53e3780b7a991e4fdda3388828109f26b5df82de.tar.bz2 |
git page: clarify that git facilitates development
Diffstat (limited to 'site')
-rw-r--r-- | site/git/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/git/index.php b/site/git/index.php index b937f34..8626441 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -91,7 +91,7 @@ <div> <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, + Libreboot development is aided by <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> |