mirage / irmin

Irmin is a distributed database that follows the same design principles as Git
https://irmin.org
ISC License
1.84k stars 153 forks source link

irmin-pack: use supplied ppf for integrity check #2229

Closed metanivek closed 1 year ago

metanivek commented 1 year ago

Fix integrity check command to use supplied ppf when printing successful results. Errors are still printed to stderr.

Closes #2211