lib/gitlab_git/tree.rb in gitlab_git-5.4.0 vs lib/gitlab_git/tree.rb in gitlab_git-5.5.0
- old
+ new
@@ -87,8 +87,12 @@
end
def readme?
name =~ /^readme/i
end
+
+ def contribution?
+ name =~ /^contribution/i
+ end
end
end
end