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:
authorToon Claes <toon@gitlab.com>2022-09-21 07:51:44 +0300
committerToon Claes <toon@gitlab.com>2022-10-03 16:26:17 +0300
commitc1401d43c377928f720575c2dbc8d2c9c54592ee (patch)
treee64c51db9ef85a24fce067ae982b611a74fc074b
parentd02d4e697f6464fdc91561282ea51fe8e4d5f4de (diff)
linguist: Bump language stats versiontoon-git-check-attr
We've implemented a bunch of fixes to the language calculation. To ensure we recalculate repositories using these new rules, bump up the version in the cache file.
-rw-r--r--internal/gitaly/linguist/language_stats.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/linguist/language_stats.go b/internal/gitaly/linguist/language_stats.go
index 5ae08c3d1..5c6cfcfd8 100644
--- a/internal/gitaly/linguist/language_stats.go
+++ b/internal/gitaly/linguist/language_stats.go
@@ -16,7 +16,7 @@ const (
// a cached version of the language statistics. The name is
// intentionally different from what the linguist gem uses.
languageStatsFilename = "gitaly-language.stats"
- languageStatsVersion = "v2:gitaly"
+ languageStatsVersion = "v3:gitaly"
)
// languageStats takes care of accumulating and caching language statistics for