gitwrap

Macro branch

Source
macro_rules! branch {
    () => { ... };
    (path: $path:expr) => { ... };
    (path: $path:expr, options: $($option:expr), *) => { ... };
    (options: $($option:expr), *) => { ... };
}