Re: [PATCH v6 01/16] GSOC remote-svn
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:54:33
Florian Achleitner [off-list ref] writes:
Another improved series with fixups by Junio, and a little by me. Diff: - fix inconsistend indent in Documentation/git-remote-helpers.txt - remove trailing newline in Makefile - fix argument list and usage of regenerate_marks(void) in remote-svn.c [PATCH v6 01/16] Implement a remote helper for svn in C [PATCH v6 02/16] Add git-remote-testsvn to Makefile [PATCH v6 03/16] Add svndump_init_fd to allow reading dumps from [PATCH v6 04/16] Add argv_array_detach and argv_array_free_detached [PATCH v6 05/16] Connect fast-import to the remote-helper via pipe, [PATCH v6 06/16] Add documentation for the 'bidi-import' capability [PATCH v6 07/16] When debug==1, start fast-import with "--stats" [PATCH v6 08/16] remote-svn, vcs-svn: Enable fetching to private [PATCH v6 09/16] Allow reading svn dumps from files via file:// urls [PATCH v6 10/16] vcs-svn: add fast_export_note to create notes [PATCH v6 11/16] Create a note for every imported commit containing [PATCH v6 12/16] remote-svn: Activate import/export-marks for [PATCH v6 13/16] remote-svn: add incremental import [PATCH v6 14/16] Add a svnrdump-simulator replaying a dump file for [PATCH v6 15/16] remote-svn: add marks-file regeneration [PATCH v6 16/16] Add a test script for remote-svn
It seems that only 15/16 needs to be replaced, so I'll do that and rebuild 'pu' before pushing it out, which I was about to do with the patches from the last round. Thanks.