David Barr wrote: > 3 files changed, 6 insertions(+), 24 deletions(-) :) > --- a/vcs-svn/repo_tree.c > +++ b/vcs-svn/repo_tree.c > @@ -8,39 +8,23 @@ > #include "repo_tree.h" > #include "fast_export.h" > > -const char *repo_read_path(const char *path) > +const char *repo_read_path(const char *path, uint32_t *mode_out) Obviously good, both because it means we can use one round-trip to get the same information that previously took two and because the API just makes more sense. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html