Skip to content

v3.3.0

Compare
Choose a tag to compare
@fho fho released this 19 Jan 13:33
· 185 commits to main since this release

Release Notes

Changes

  • baur now supports to query git object IDs from a git repository and use them as file digests.
    This is faster then having to read each file and calculate it's digest.
    Object IDs for untracked or modified files are calculated by running git hash-object.
    For non-git repositories, input file digest calculation remains as before, the SHA384 of their content is calculated.
  • added global --repository parameter, to specify a path to the baur repository, enabling running baur from outside of a baur repository