/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'jt/fetch-pack-v2'
[git/git.git]
/
vcs-svn
/
svndump.h
1
#ifndef SVNDUMP_H
2
#define SVNDUMP_H
3
4
int
svndump_init
(
const char
*
filename
);
5
int
svndump_init_fd
(
int
in_fd
,
int
back_fd
);
6
void
svndump_read
(
const char
*
url
,
const char
*
local_ref
,
const char
*
notes_ref
);
7
void
svndump_deinit
(
void
);
8
void
svndump_reset
(
void
);
9
10
#endif