tangled
alpha
login
or
join now
aylac.top
/
tangled-core
forked from
tangled.org/core
Monorepo for Tangled — https://tangled.org
0
fork
atom
overview
issues
pulls
pipelines
fix typo
aylac.top
1 month ago
f5c0fad0
10fc8e4e
verified
This commit was signed with the committer's
known signature
.
aylac.top
SSH Key Fingerprint:
SHA256:0I0RwJANCpgZd/yP0LOSXWEd0lfj1yyKsKISzeJAJ78=
options
unified
split
Changed files
+1
-1
types
repo.go
+1
-1
types/repo.go
···
66
66
type Branch struct {
67
67
Reference `json:"reference"`
68
68
Commit *object.Commit `json:"commit,omitempty"`
69
69
-
IsDefault bool `json:"is_deafult,omitempty"`
69
69
+
IsDefault bool `json:"is_default,omitempty"`
70
70
}
71
71
72
72
type RepoTagsResponse struct {