diff options
Diffstat (limited to 'object/fetch/exact_commit_reader.go')
| -rw-r--r-- | object/fetch/exact_commit_reader.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/object/fetch/exact_commit_reader.go b/object/fetch/exact_commit_reader.go index 5ccae4b1..484fd89f 100644 --- a/object/fetch/exact_commit_reader.go +++ b/object/fetch/exact_commit_reader.go @@ -11,6 +11,8 @@ import ( // together with its content size in bytes. // // Usage of this method is unusual. +// +// Labels: Life-Parent, Close-Caller. func (r *Fetcher) ExactCommitReader(id objectid.ObjectID) (io.ReadCloser, int64, error) { return r.exactReader(id, objecttype.TypeCommit, "commit") } |
