juergbi opened a new pull request, #73:
URL: https://github.com/apache/buildstream-plugins/pull/73
`git hash-object` 2.40+ fails without a tagger entry.
error: object fails fsck: missingTaggerEntry: invalid format - expected
'tagger' line
fatal: refusing to create malformed object
Only ancient versions of git created tag objects without tagger information.
As the `ref` does not currently contain tagger information, this uses a
placeholder value that matches `git fast-export --fake-missing-tagger`.
Tracking the real tagger information in the `ref` could be considered for a
follow-up.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]