pub fn scan_pointers_with_args(
cwd: &Path,
include: &[&str],
exclude: &[&str],
extra_cmdline_args: &[&str],
) -> Result<Vec<PointerEntry>, Error>Expand description
scan_pointers with extra rev-list cmdline args. See
rev_list_with_args.