Browse Source

added git on Windows section

tags/mesa_7_1_rc1
Brian 17 years ago
parent
commit
ddbfa8c462
1 changed files with 21 additions and 0 deletions
  1. 21
    0
      docs/repository.html

+ 21
- 0
docs/repository.html View File

@@ -85,6 +85,27 @@ Once your account is established:
</ol>


<H2>Windows Users</H2>

<p>
If you're <a href="http://git.or.cz/gitwiki/WindowsInstall" target="_parent">
using git on Windows</a> you'll want to enable automatic CR/LF conversion in
your local copy of the repository:
</p>
<pre>
git config --global core.autocrlf true
</pre>

<p>
This will cause git to convert all text files to CR+LF on checkout,
and to LF on commit.
</p>
<p>
Unix users don't need to set this option.
</p>
<br>


<a name="developer">
<H2>Development Branches</H2>


Loading…
Cancel
Save