Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
vcs-svn: reset first_commit_done in fast_export_init
[gitweb.git]
/
vcs-svn
/
fast_export.c
diff --git
a/vcs-svn/fast_export.c
b/vcs-svn/fast_export.c
index 3efde20a0cac6309e51a51745be8919ee63dccde..19d7c34c25d7b41e5920ad252784b23771321392 100644
(file)
--- a/
vcs-svn/fast_export.c
+++ b/
vcs-svn/fast_export.c
@@
-31,6
+31,7
@@
static int init_postimage(void)
void fast_export_init(int fd)
{
+ first_commit_done = 0;
if (buffer_fdinit(&report_buffer, fd))
die_errno("cannot read from file descriptor %d", fd);
}