/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'jn/vcs-svn-cleanup'
[git/git.git]
/
vcs-svn
/
fast_export.h
diff --git
a/vcs-svn/fast_export.h
b/vcs-svn/fast_export.h
index
b9a3b71
..
60b79c3
100644
(file)
--- a/
vcs-svn/fast_export.h
+++ b/
vcs-svn/fast_export.h
@@
-28,4
+28,7
@@
int fast_export_ls_rev(uint32_t rev, const char *path,
int fast_export_ls(const char *path,
uint32_t *mode_out, struct strbuf *dataref_out);
+void fast_export_copy(uint32_t revision, const char *src, const char *dst);
+const char *fast_export_read_path(const char *path, uint32_t *mode_out);
+
#endif