From 2d681c0d1ed14bf23c041aa04fa3e77caceda9a1 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 3 Aug 2013 11:32:17 +0300 Subject: [PATCH] Add dealing with newlines for editor in installation.md --- doc/install/installation.md | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index 5964044..2311b89 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -196,6 +196,7 @@ You can change `5-3-stable` to `master` if you want the *bleeding edge* version, # Edit user.email according to what is set in gitlab.yml sudo -u git -H git config --global user.name "GitLab" sudo -u git -H git config --global user.email "gitlab@localhost" + sudo -u git -H git config --global core.autocrlf input **Important Note:** Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup. -- libgit2 0.21.2