summaryrefslogtreecommitdiff
path: root/vcs-svn/fast_export.c
Commit message (Expand)AuthorAgeFilesLines
* drop vcs-svn experimentJeff King2020-08-131-365/+0
* Convert remaining die*(BUG) messagesJohannes Schindelin2018-05-061-2/+4
* Merge branch 'jn/vcs-svn-cleanup'Junio C Hamano2017-08-261-4/+37
|\
| * vcs-svn: move remaining repo_tree functions to fast_export.hjn/vcs-svn-cleanupJonathan Nieder2017-08-231-1/+34
| * vcs-svn: remove custom mode constantsJonathan Nieder2017-08-231-3/+3
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-2/+2
* | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-231-2/+2
|/
* vcs-svn/fast_export: fix timestamp fmt specifiersmr/vcs-svn-printf-ulongMike Ralphson2016-09-141-2/+2
* strbuf: introduce starts_with() and ends_with()Christian Couder2013-12-051-10/+1
* remote-svn: add incremental importFlorian Achleitner2012-10-071-2/+8
* Create a note for every imported commit containing svn metadataFlorian Achleitner2012-10-071-2/+12
* vcs-svn: add fast_export_note to create notesDmitry Ivankov2012-10-071-0/+12
* remote-svn, vcs-svn: Enable fetching to private refsFlorian Achleitner2012-10-071-2/+2
* vcs-svn: suppress signed/unsigned comparison warningsDavid Barr2012-07-051-2/+2
* vcs-svn: use strstr instead of memmemDavid Barr2012-07-051-1/+1
* vcs-svn: drop no-op reset methodsDavid Barr2012-07-051-5/+0
* vcs-svn: allow import of > 4GiB filesJonathan Nieder2012-02-021-6/+9
* vcs-svn: reset first_commit_done in fast_export_initDmitry Ivankov2011-06-231-0/+1
* vcs-svn: do not initialize report_buffer twiceDmitry Ivankov2011-06-211-12/+0
* vcs-svn: avoid hangs from corrupt deltasJonathan Nieder2011-06-151-6/+9
* vcs-svn: guard against overflow when computing preimage lengthJonathan Nieder2011-06-151-1/+14
* Merge branch 'db/delta-applier' into db/text-deltaJonathan Nieder2011-06-151-1/+1
|\
* | vcs-svn: implement text-delta handlingDavid Barr2011-05-261-1/+108
* | Merge branch 'db/svn-fe-code-purge' into svn-feJonathan Nieder2011-05-261-24/+24
|\ \
| * | vcs-svn: pass paths through to fast-importDavid Barr2011-03-221-24/+24
| * | Merge branch 'db/strbufs-for-metadata' into db/svn-fe-code-purgeJonathan Nieder2011-03-221-7/+7
| |\ \
| * \ \ Merge branch 'db/length-as-hash' (early part) into db/svn-fe-code-purgeJonathan Nieder2011-03-221-2/+11
| |\ \ \
* | \ \ \ Merge branch 'db/vcs-svn-incremental' into svn-feJonathan Nieder2011-05-261-16/+129
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | vcs-svn: use mark from previous import for parent commitDavid Barr2011-03-071-1/+1
| * | | vcs-svn: handle filenames with dq correctlyJonathan Nieder2011-03-071-10/+9
| * | | vcs-svn: quote paths correctly for ls commandDavid Barr2011-03-071-1/+1
| * | | vcs-svn: eliminate repo_tree structureJonathan Nieder2011-03-071-14/+94
| * | | vcs-svn: add a comment before each commitJonathan Nieder2011-03-071-0/+5
| * | | vcs-svn: save marks for imported commitsJonathan Nieder2011-03-071-0/+1
| * | | vcs-svn: set up channel to read fast-import cat-blob responseDavid Barr2011-03-071-0/+28
* | | | vcs-svn: add missing cast to printf argumentJonathan Nieder2011-03-271-1/+2
* | | | vcs-svn: handle log message with embedded NULJonathan Nieder2011-03-261-5/+7
| |_|/ |/| |
* | | vcs-svn: use strbuf for author, UUID, and URLDavid Barr2011-03-221-7/+7
| |/ |/|
* | vcs-svn: improve reporting of input errorsJonathan Nieder2011-03-221-2/+11
|/
* vcs-svn: teach line_buffer to handle multiple input filesJonathan Nieder2011-02-261-3/+3
* vcs-svn: Fix some printf format compiler warningsRamsay Jones2010-09-121-4/+5
* vcs-svn: Avoid %z in format stringJonathan Nieder2010-08-141-2/+3
* Infrastructure to write revisions in fast-export formatDavid Barr2010-08-141-0/+74