diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-08-04 15:22:15 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-08-04 15:22:15 -0700 |
commit | 9e4a9935c23ed8c501207ea108cf0b7b86d9bd58 (patch) | |
tree | 5f489bdb860437d4dd4f56292f8c32eae5c9d59f /doc/update/5.1-to-6.0.md | |
parent | d4f5af820f2fdb442404804859c84d2ef21794d9 (diff) | |
download | gitlab-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.md | 3 |
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 |