git_indexer_hash

Get the packfile's hash

A packfile's name is derived from the sorted hashing of all object names. This is only correct after the index has been finalized.

@deprecated use git_indexer_name @param idx the indexer instance @return the packfile's hash

version(!GIT_DEPRECATE_HARD)
extern (C) nothrow @nogc public
git_indexer_hash
(
const(.git_indexer)* idx
)

Meta