tangled
alpha
login
or
join now
partially.dead.aylac.top
/
tangled-core
forked from
tangled.org/core
0
fork
atom
Monorepo for Tangled — https://tangled.org
0
fork
atom
overview
issues
pulls
pipelines
fix typo
partially.dead.aylac.top
4 months ago
f5c0fad0
10fc8e4e
verified
This commit was signed with the committer's
known signature
.
partially.dead.aylac.top
SSH Key Fingerprint:
SHA256:0I0RwJANCpgZd/yP0LOSXWEd0lfj1yyKsKISzeJAJ78=
+1
-1
1 changed file
expand all
collapse all
unified
split
types
repo.go
+1
-1
types/repo.go
reviewed
···
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 {