pub fn build_add_argv(paths: &[String]) -> Result<Vec<String>, GitArgError>
Builds the argv for the git add pre-stage step of git.commit when paths is non-empty. Fixed shape: ["add", "--", literal-pathspecs...].
git add
git.commit
paths
["add", "--", literal-pathspecs...]