summaryrefslogtreecommitdiff
path: root/doc/update/5.1-to-6.0.md
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2014-08-04 15:22:15 -0700
committerBen Bodenmiller <bbodenmiller@hotmail.com>2014-08-04 15:22:15 -0700
commit9e4a9935c23ed8c501207ea108cf0b7b86d9bd58 (patch)
tree5f489bdb860437d4dd4f56292f8c32eae5c9d59f /doc/update/5.1-to-6.0.md
parentd4f5af820f2fdb442404804859c84d2ef21794d9 (diff)
downloadgitlab-ce-9e4a9935c23ed8c501207ea108cf0b7b86d9bd58.tar.gz
Add dealing with newlines for editor to 5.1-to-6.0
backport of https://github.com/gitlabhq/gitlabhq/commit/2d681c0d1ed14bf23c041aa04fa3e77caceda9a1
Diffstat (limited to 'doc/update/5.1-to-6.0.md')
-rw-r--r--doc/update/5.1-to-6.0.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/update/5.1-to-6.0.md b/doc/update/5.1-to-6.0.md
index 123b3326ead..36a9570eeaa 100644
--- a/doc/update/5.1-to-6.0.md
+++ b/doc/update/5.1-to-6.0.md
@@ -89,6 +89,9 @@ sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
# Clear and precompile assets
sudo -u git -H bundle exec rake assets:clean RAILS_ENV=production
sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
+
+#Add dealing with newlines for editor
+sudo -u git -H git config --global core.autocrlf input
```
## 6. Update config files