Skip to content

repository: Make FindLicense SHA256 compatible

Patrick Steinhardt requested to merge pks-find-license-sha256 into master

The gitFiler used by the FindLicense RPC hardcodes the SHA1 object hash in order to parse the output returned by git-ls-tree(1). Fix this and detect the object hash at runtime to fix compatibility with the SHA256 object format.

Changelog: added

Merge request reports