Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29323282: Noissue - Add hint for Windows users regarding git auto-conversion of line endings (Closed)
Patch Set: Created Aug. 5, 2015, 12:17 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -44,6 +44,11 @@
The most convenient way to do this is to use Vagrant, as described
below.
+Hint for Windows users: One should set the git option `core.autocrlf` to
+`false` or `input`, e.g. by running `git config --global core.autocrlf false`,
+otherwise there might occur a few strange problems because of line endings
+automatically converted to Windows's CR+LF style by git.
+
### Requirements
* [VirtualBox](https://www.virtualbox.org/)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld