Signed-off-by: Jonathan Nieder <jrnieder@xxxxxxxxx> --- vcs-svn/fast_export.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/vcs-svn/fast_export.c b/vcs-svn/fast_export.c index e6ebdb8..093ce1d 100644 --- a/vcs-svn/fast_export.c +++ b/vcs-svn/fast_export.c @@ -61,6 +61,7 @@ void fast_export_commit(uint32_t revision, uint32_t author, char *log, *gitsvnline = '\0'; } printf("commit refs/heads/master\n"); + printf("mark :%"PRIu32"\n", revision); printf("committer %s <%s@%s> %ld +0000\n", ~author ? pool_fetch(author) : "nobody", ~author ? pool_fetch(author) : "nobody", -- 1.7.2.4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html