Commit 7a0a552b434243b260733ec3d1cfb069b5beb581

Authored by Valeriy Sizov
1 parent 31f1cebe

revert

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
lib/gitlab/markdown.rb
... ... @@ -176,8 +176,6 @@ module Gitlab
176 176 if commit = @project.commit(identifier)
177 177 link_to(identifier, project_commit_path(@project, commit), html_options.merge(title: CommitDecorator.new(commit).link_title, class: "gfm gfm-commit #{html_options[:class]}"))
178 178 end
179   - rescue Grit::NoSuchPathError
180   - nil
181 179 end
182 180 end
183 181 end
... ...