summaryrefslogtreecommitdiffstats
path: root/docs/git.html
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-05-03 22:11:33 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-05-03 22:11:33 +0200
commite2cac48876e11a29fd7b873dbfe2e5b0138e3fe5 (patch)
tree49525fc93d3185962e20bac24e0d6d95e18d6341 /docs/git.html
parent923bed56c1b539679920b8d2d2c7abdd4dca774f (diff)
downloadbuildroot-novena-e2cac48876e11a29fd7b873dbfe2e5b0138e3fe5.tar.gz
buildroot-novena-e2cac48876e11a29fd7b873dbfe2e5b0138e3fe5.zip
docs/: announce move to git
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/git.html')
-rw-r--r--docs/git.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/git.html b/docs/git.html
new file mode 100644
index 000000000..ef20eeaa6
--- /dev/null
+++ b/docs/git.html
@@ -0,0 +1,38 @@
+<!--#include file="header.html" -->
+
+
+<h3>Git Access</h3>
+
+The buildroot repository can be browsed online through cgit at
+<a href="http://git.buildroot.net/buildroot">http://git.buildroot.net/buildroot</a>.
+To grab a copy of the repository use
+
+<pre>
+git clone git://git.buildroot.net/buildroot</pre>
+
+Or if you're behind a firewall blocking git:
+
+<pre>
+git clone http://git.buildroot.net/buildroot</pre>
+
+<p>
+
+If you are not already familiar with using Git, we recommend you visit <a
+href="http://git-scm.org">the Git website</a>.
+
+<p>
+
+Once you've checked out a copy of the source tree, you can update your source
+tree at any time so it is in sync with the latest and greatest by entering your
+buildroot directory and running the command:
+
+<pre>
+git pull</pre>
+
+Because you've only been granted anonymous access to the tree, you won't be
+able to commit any changes. Changes can be submitted for inclusion by posting
+them to the buildroot mailing list or to the <a
+href="http://bugs.uclibc.org/">Bug and Patch Tracking System</a>.
+
+<!--#include file="footer.html" -->
+