Commit 2d681c0d1ed14bf23c041aa04fa3e77caceda9a1

Authored by Dmitriy Zaporozhets
1 parent d0d10992

Add dealing with newlines for editor in installation.md

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
doc/install/installation.md
... ... @@ -196,6 +196,7 @@ You can change `5-3-stable` to `master` if you want the *bleeding edge* version,
196 196 # Edit user.email according to what is set in gitlab.yml
197 197 sudo -u git -H git config --global user.name "GitLab"
198 198 sudo -u git -H git config --global user.email "gitlab@localhost"
  199 + sudo -u git -H git config --global core.autocrlf input
199 200  
200 201 **Important Note:**
201 202 Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
... ...