You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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