-
Notifications
You must be signed in to change notification settings - Fork 534
Conversation
* Use a proper executable example, instead of one in the comment. * Improve wording of CheckClose godoc.
* add package description. * add godoc to DecodeBlob. * clarify godoc for Object and Blob.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
plumbing/object/tag.go
Outdated
Name string | ||
// Tagger is the one who created the tag. | ||
Tagger Signature | ||
// Message is an arbitrary text message | ||
Message string | ||
TargetType plumbing.ObjectType |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add comments to this two properties too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
@@ -20,9 +20,13 @@ import ( | |||
// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add some info about Lightweight Tags and say that this method does not return this kind, can help people that don't know this two kinds of tags.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Codecov Report
Continue to review full report at Codecov.
|
No description provided.