diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-25 23:07:27 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-25 23:07:27 +0200 |
commit | eb19e8286115e33a2d2974d1fc55ad2eec4ae109 (patch) | |
tree | 6dac43a99dc0a0a7682c84760f169196cb7e22c9 | |
parent | e23be36ab3a110787917db59618d9f5280457938 (diff) | |
download | buildroot-novena-eb19e8286115e33a2d2974d1fc55ad2eec4ae109.tar.gz buildroot-novena-eb19e8286115e33a2d2974d1fc55ad2eec4ae109.zip |
docs/git.html: slightly reword for git
Some of the wording didn't make much sense after we moved from svn to git.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | docs/git.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/git.html b/docs/git.html index bf894b9fc..0c99251a9 100644 --- a/docs/git.html +++ b/docs/git.html @@ -36,8 +36,8 @@ 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 +able to push your changes to the repo. Changes can instead be submitted for +inclusion by posting them to the buildroot mailing list or to the <a href="https://bugs.uclibc.org/">Bug and Patch Tracking System</a>. <!--#include file="footer.html" --> |