Commit 5c387b6c5a616d245e51e4ca1935e6ffd78c710e

Edward Thomson 2015-04-29T14:31:59

git_path_diriter: next shouldn't take path ptr The _next method shouldn't take a path pointer (and a path_len pointer) as 100% of current users use the full path and ignore the filename. Plus let's add some docs and a unit test.