Merge pull request #4551 from cli/jg/fix-git-status
codespace: fix Git status fields to snake case
This commit is contained in:
commit
b5139298ff
1 changed files with 2 additions and 2 deletions
|
|
@ -155,8 +155,8 @@ type CodespaceGitStatus struct {
|
|||
Ahead int `json:"ahead"`
|
||||
Behind int `json:"behind"`
|
||||
Ref string `json:"ref"`
|
||||
HasUnpushedChanges bool `json:"hasUnpushedChanges"`
|
||||
HasUncommitedChanges bool `json:"hasUncommitedChanges"`
|
||||
HasUnpushedChanges bool `json:"has_unpushed_changes"`
|
||||
HasUncommitedChanges bool `json:"has_uncommited_changes"`
|
||||
}
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue