Macro in_git

Source
macro_rules! in_git {
    (($($tt:tt)*); $b:block) => { ... };
}
Available on crate feature git2 only.