rusty-git
rusty-git copied to clipboard
Make add method parameters more flexible
Currently the add method takes a Vec<&str> as its list of pathspecs, however this interface could be made more versatile by instead using IntoIterator here