Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-02-18 20:58:36 +0300
committerSytse Sijbrandij <sytse@gitlab.com>2015-02-18 20:58:36 +0300
commita6a9cc6245b5bc3026348b1e40f954caef476487 (patch)
tree04a965c0db137e2e20baeacf677c3eb07036e63c /app/helpers/blob_helper.rb
parent0b8e41aae2d6d64d18d8034e863e72cc832d0b83 (diff)
parent80497793355f8b8c735f40dd25c20c2ac989b6e1 (diff)
Merge branch 'no-highlight-files' into 'master'
Add "NEWS" to no_highlight_files "NEWS" is used in gnu style opensource projects for the changelog. So let's add it to `no_highlight_files`. See merge request !249
Diffstat (limited to 'app/helpers/blob_helper.rb')
-rw-r--r--app/helpers/blob_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/blob_helper.rb b/app/helpers/blob_helper.rb
index e75eebd2da9..d754de0bd76 100644
--- a/app/helpers/blob_helper.rb
+++ b/app/helpers/blob_helper.rb
@@ -17,7 +17,7 @@ module BlobHelper
end
def no_highlight_files
- %w(credits changelog copying copyright license authors)
+ %w(credits changelog news copying copyright license authors)
end
def edit_blob_link(project, ref, path, options = {})