File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const (
19
19
ServerHelp = ServerDescription + "\n \n " +
20
20
"The squashing tables and pushing down join conditions is still a\n " +
21
21
"work in progress and unstable,disable by default can be enabled\n " +
22
- "using a not empty value at UNSTABLE_SQUASH_ENABLE env variable.\n \n " +
22
+ "using a not empty value at GITBASE_UNSTABLE_SQUASH_ENABLE env variable.\n \n " +
23
23
"By default when gitbase encounters and error in a repository it\n " +
24
24
"stops the query. With GITBASE_SKIP_GIT_ERRORS variable it won't\n " +
25
25
"complain and just skip those rows or repositories."
@@ -36,7 +36,7 @@ type Server struct {
36
36
Password string `short:"P" long:"password" default:"" description:"Password used for connection"`
37
37
38
38
// UnstableSquash quashing tables and pushing down join conditions is still
39
- // a work in progress and unstable. To enable it, the UNSTABLE_SQUASH_ENABLE
39
+ // a work in progress and unstable. To enable it, the GITBASE_UNSTABLE_SQUASH_ENABLE
40
40
// must not be empty.
41
41
UnstableSquash bool
42
42
// IgnoreGitErrors by default when gitbase encounters and error in a
You can’t perform that action at this time.
0 commit comments