We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c325d commit 91e5f95Copy full SHA for 91e5f95
commitserver/commit/commit.go
@@ -218,7 +218,7 @@ type hydratorMetadataFile struct {
218
Author string `json:"author,omitempty"`
219
Date string `json:"date,omitempty"`
220
// Subject is the subject line of the DRY commit message, i.e. `git show --format=%s`.
221
- Subject string `json:"message,omitempty"`
+ Subject string `json:"subject,omitempty"`
222
// Body is the body of the DRY commit message, excluding the subject line, i.e. `git show --format=%b`.
223
Body string `json:"body,omitempty"`
224
References []v1alpha1.RevisionReference `json:"references,omitempty"`
0 commit comments