[][src]Macro git_version::git_describe

macro_rules! git_describe {
    ($($args:tt)*) => { ... };
}

Run git describe at compile time with custom flags.

This is just a short-hand for git_version!(args = [...]), to be backwards compatible with earlier versions of this crate.