merge(third_party/git): Merge squashed git subtree at v2.23.0
Merge commit '1b593e1ea4' as 'third_party/git'
This commit is contained in:
commit
7ef0d62730
3629 changed files with 1139935 additions and 0 deletions
10
third_party/git/vcs-svn/svndump.h
vendored
Normal file
10
third_party/git/vcs-svn/svndump.h
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef SVNDUMP_H
|
||||
#define SVNDUMP_H
|
||||
|
||||
int svndump_init(const char *filename);
|
||||
int svndump_init_fd(int in_fd, int back_fd);
|
||||
void svndump_read(const char *url, const char *local_ref, const char *notes_ref);
|
||||
void svndump_deinit(void);
|
||||
void svndump_reset(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue