diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-09-21 04:28:47 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-09-21 04:28:47 -0700 |
commit | 244513568ccef5710ecc7a414ad38b8dc19dbac8 (patch) | |
tree | dc8c1a9871ef00d593755e21c62ad2ac4def0957 /doc/update/7.1-to-7.2.md | |
parent | 9971a9692a41b7bab4461ea0f94a4fa5e7e81c89 (diff) | |
download | gitlab-ce-244513568ccef5710ecc7a414ad38b8dc19dbac8.tar.gz |
formatting improvements to upgrade guides
Diffstat (limited to 'doc/update/7.1-to-7.2.md')
-rw-r--r-- | doc/update/7.1-to-7.2.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/update/7.1-to-7.2.md b/doc/update/7.1-to-7.2.md index ff5574114a8..e00c7a37e37 100644 --- a/doc/update/7.1-to-7.2.md +++ b/doc/update/7.1-to-7.2.md @@ -3,7 +3,7 @@ ## Editable labels In GitLab 7.2 we replace Issue and Merge Request tags with labels, making it -possible to edit the label text and color. The characters '?', '&' and ',' are +possible to edit the label text and color. The characters `?`, `&` and `,` are no longer allowed however so those will be removed from your tags during the database migrations for GitLab 7.2. @@ -81,9 +81,9 @@ sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab ### 6. Update config files -#### New configuration options for gitlab.yml +#### New configuration options for `gitlab.yml` -There are new configuration options available for gitlab.yml. View them with the command below and apply them to your current gitlab.yml. +There are new configuration options available for `gitlab.yml`. View them with the command below and apply them to your current `gitlab.yml`. ``` git diff 7-1-stable:config/gitlab.yml.example 7-2-stable:config/gitlab.yml.example |