Merge branch 'jn/vcs-svn-cleanup'
Code clean-up. * jn/vcs-svn-cleanup: vcs-svn: move remaining repo_tree functions to fast_export.h vcs-svn: remove repo_delete wrapper function vcs-svn: remove custom mode constants vcs-svn: remove more unused prototypes and declarations
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user