mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-25 03:09:00 -06:00
Formatting
This commit is contained in:
@@ -77,7 +77,7 @@ const (
|
||||
CommitMessageArg = "message"
|
||||
AuthorParam = "author"
|
||||
ForceFlag = "force"
|
||||
AllFlag = "all"
|
||||
AllFlag = "all"
|
||||
)
|
||||
|
||||
// Creates the argparser shared dolt commit cli and DOLT_COMMIT.
|
||||
|
||||
2
go/libraries/doltcore/env/environment.go
vendored
2
go/libraries/doltcore/env/environment.go
vendored
@@ -419,7 +419,7 @@ type repoStateWriter struct {
|
||||
dEnv *DoltEnv
|
||||
}
|
||||
|
||||
func (r *repoStateWriter) SetStagedHash(ctx context.Context, h hash.Hash) error {
|
||||
func (r *repoStateWriter) SetStagedHash(ctx context.Context, h hash.Hash) error {
|
||||
r.dEnv.RepoState.Staged = h.String()
|
||||
err := r.dEnv.RepoState.Save(r.dEnv.FS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user