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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Okstad <pokstad@gitlab.com>2019-10-09 22:02:08 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-10-09 22:02:08 +0300
commit8c25a80577307d3d24358084d039f866574daa87 (patch)
tree5bce2e0872847b8c9af7584a6c6bbdc2b7993615
parent179d5e15d2b16462398e299fbabf2f2ae16d7d0e (diff)
parentadc0392cf031063719aca43422ce07cd6c966520 (diff)
Merge branch 'zj-proto-linguist' into 'master'
Detect proto files as such for Linguist See merge request gitlab-org/gitaly!1545
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index f1c41c9bb..6eb21e10f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,2 @@
Dangerfile gitlab-language=ruby
+*.proto linguist-detectable=true \ No newline at end of file