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: Changed wording Created Aug. 5, 2015, 3:35 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
diff --git a/README.md b/README.md
index 0eba78999ddf74883f9d9764ff820f8968f39870..60a54abc87602b63c977dfe22d03c04d5bc0edad 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,11 @@ mirror our production environment.
The most convenient way to do this is to use Vagrant, as described
below.
+Git users on Windows may experience issues caused by automatic line ending
+conversion if the git option `core.autocrlf` is set to `true`. It is therefor
mathias 2015/08/10 11:53:55 Typo? "therefore" =~ "daher/deswegen", while "ther
+recommended to set this option to `false` or `input`, e.g. by running
+`git config --global core.autocrlf false`.
+
### 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