git_hash!() { /* proc-macro */ }
Expand description
Retrieves git hash from current project repo
Accepts branch/tag name to use as reference.
Otherwise defaults to HEAD
git_hash!() { /* proc-macro */ }
Retrieves git hash from current project repo
Accepts branch/tag name to use as reference.
Otherwise defaults to HEAD