Skip to content
Snippets Groups Projects
Select Git revision
0 results

linguist.go

  • Adam Hegyi's avatar
    be6d4c12
    File count and bytes in CommitLanguage response · be6d4c12
    Adam Hegyi authored
    This change extends the CommitLanguage response to include FileCount and
    Bytes. Getting the FileCount per language requires an additional
    git-linguist call which might increase the GRPC call execution time.
    To have control over the FileCount call, a new feature flag
    ('linguist_file_count_stats') has been introduced that can be turned off
    when performance issues occur.
    be6d4c12
    History
    File count and bytes in CommitLanguage response
    Adam Hegyi authored
    This change extends the CommitLanguage response to include FileCount and
    Bytes. Getting the FileCount per language requires an additional
    git-linguist call which might increase the GRPC call execution time.
    To have control over the FileCount call, a new feature flag
    ('linguist_file_count_stats') has been introduced that can be turned off
    when performance issues occur.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.