We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cee6b8f + f44deef commit 8ec8477Copy full SHA for 8ec8477
internal/plumbing/tree_diff.go
@@ -106,8 +106,9 @@ func (treediff *TreeDiff) ListConfigurationOptions() []core.ConfigurationOption
106
Name: ConfigTreeDiffLanguages,
107
Description: fmt.Sprintf(
108
"List of programming languages to analyze. Separated by comma \",\". "+
109
- "Names are at https://doc.bblf.sh/languages.html \"%s\" is the special name "+
110
- "which disables this filter and lets all the files through.", allLanguages),
+ "The names are the keys in https://github.com/github/linguist/blob/master/lib/linguist/languages.yml "+
+ "\"%s\" is the special name which disables this filter and lets all the files through.",
111
+ allLanguages),
112
Flag: "languages",
113
Type: core.StringsConfigurationOption,
114
Default: []string{allLanguages}}, {
0 commit comments