mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-01 11:49:54 -05:00
Merge branch 'main' into james/geomcoll
This commit is contained in:
@@ -40,9 +40,21 @@ var cfgDocs = cli.CommandDocumentationContent{
|
||||
ShortDesc: `Get and set repository or global options`,
|
||||
LongDesc: `You can query/set/replace/unset options with this command.
|
||||
|
||||
When reading, the values are read from the global and repository local configuration files, and options {{.LessThan}}--global{{.GreaterThan}}, and {{.LessThan}}--local{{.GreaterThan}} can be used to tell the command to read from only that location.
|
||||
|
||||
When writing, the new value is written to the repository local configuration file by default, and options {{.LessThan}}--global{{.GreaterThan}}, can be used to tell the command to write to that location (you can say {{.LessThan}}--local{{.GreaterThan}} but that is the default).
|
||||
When reading, the values are read from the global and repository local configuration files, and options {{.LessThan}}--global{{.GreaterThan}}, and {{.LessThan}}--local{{.GreaterThan}} can be used to tell the command to read from only that location.
|
||||
|
||||
When writing, the new value is written to the repository local configuration file by default, and options {{.LessThan}}--global{{.GreaterThan}}, can be used to tell the command to write to that location (you can say {{.LessThan}}--local{{.GreaterThan}} but that is the default).
|
||||
|
||||
Valid configuration variables:
|
||||
- core.editor - lets you edit 'commit' or 'tag' messages by launching the set editor.
|
||||
- creds.add_url - sets the endpoint used to authenticate a client for 'dolt login'.
|
||||
- doltlab.insecure - boolean flag used to authenticate a client against DoltLab.
|
||||
- init.defaultbranch - allows overriding the default branch name e.g. when initializing a new repository.
|
||||
- metrics.disabled - boolean flag disables sending metrics when true.
|
||||
- user.creds - sets user keypairs for authenticating with doltremoteapi
|
||||
- user.email - sets name used in the author and committer field of commit objects
|
||||
- user.name - sets email used in the author and committer field of commit objects
|
||||
- remotes.default_host - sets default host for authenticating eith doltremoteapi
|
||||
- remotes.default_port - sets default port for authenticating eith doltremoteapi
|
||||
`,
|
||||
|
||||
Synopsis: []string{
|
||||
|
||||
@@ -57,7 +57,7 @@ require (
|
||||
require (
|
||||
github.com/aliyun/aliyun-oss-go-sdk v2.2.5+incompatible
|
||||
github.com/cenkalti/backoff/v4 v4.1.3
|
||||
github.com/dolthub/go-mysql-server v0.12.1-0.20221014051913-cafab36d6df4
|
||||
github.com/dolthub/go-mysql-server v0.12.1-0.20221014214651-c2bf09248ff9
|
||||
github.com/google/flatbuffers v2.0.6+incompatible
|
||||
github.com/kch42/buzhash v0.0.0-20160816060738-9bdec3dec7c6
|
||||
github.com/mitchellh/go-ps v1.0.0
|
||||
|
||||
@@ -178,8 +178,8 @@ github.com/dolthub/flatbuffers v1.13.0-dh.1 h1:OWJdaPep22N52O/0xsUevxJ6Qfw1M2txC
|
||||
github.com/dolthub/flatbuffers v1.13.0-dh.1/go.mod h1:CorYGaDmXjHz1Z7i50PYXG1Ricn31GcA2wNOTFIQAKE=
|
||||
github.com/dolthub/fslock v0.0.3 h1:iLMpUIvJKMKm92+N1fmHVdxJP5NdyDK5bK7z7Ba2s2U=
|
||||
github.com/dolthub/fslock v0.0.3/go.mod h1:QWql+P17oAAMLnL4HGB5tiovtDuAjdDTPbuqx7bYfa0=
|
||||
github.com/dolthub/go-mysql-server v0.12.1-0.20221014051913-cafab36d6df4 h1:pVk14bKIAJuRVG8GNOI62UuQquC6VkbEjJooKYwr/p8=
|
||||
github.com/dolthub/go-mysql-server v0.12.1-0.20221014051913-cafab36d6df4/go.mod h1:9Q9FhWO82GrV4he13V2ZuDE0T/eDZbPVMOWLcZluOvg=
|
||||
github.com/dolthub/go-mysql-server v0.12.1-0.20221014214651-c2bf09248ff9 h1:xGTHflXQ6gWZFvgXIyHHrBtmIEWoLEc70dSY6SGPl/g=
|
||||
github.com/dolthub/go-mysql-server v0.12.1-0.20221014214651-c2bf09248ff9/go.mod h1:9Q9FhWO82GrV4he13V2ZuDE0T/eDZbPVMOWLcZluOvg=
|
||||
github.com/dolthub/ishell v0.0.0-20220112232610-14e753f0f371 h1:oyPHJlzumKta1vnOQqUnfdz+pk3EmnHS3Nd0cCT0I2g=
|
||||
github.com/dolthub/ishell v0.0.0-20220112232610-14e753f0f371/go.mod h1:dhGBqcCEfK5kuFmeO5+WOx3hqc1k3M29c1oS/R7N4ms=
|
||||
github.com/dolthub/jsonpath v0.0.0-20210609232853-d49537a30474 h1:xTrR+l5l+1Lfq0NvhiEsctylXinUMFhhsqaEcl414p8=
|
||||
|
||||
Reference in New Issue
Block a user