It's not clear from the documentation how an existing cache is impacted by a change in --hash-fn
ie will files already cache be ignored (not desired)?
will they be re-evaluated?
what happens if i switch back to the old hash will it need to be redone? or does the db store both?
will the new hash be used for start/end hashing of a file or only for content hashing? (seems like only for content is more efficient as the pre grouping can happen via the cache)
Thanks for answering here and or updating the documentation!
It's not clear from the documentation how an existing cache is impacted by a change in --hash-fn
Thanks for answering here and or updating the documentation!
related ticket: #153