David Barr wrote:
3 files changed, 6 insertions(+), 24 deletions(-)
:)
quoted hunk ↗ jump to hunk
--- 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.