aboutsummaryrefslogtreecommitdiff
path: root/vcs-svn/fast_export.c
Commit message (Expand)AuthorAge
* Merge branch 'jn/vcs-svn-cleanup'Junio C Hamano2017-08-26
|\
| * vcs-svn: move remaining repo_tree functions to fast_export.hJonathan Nieder2017-08-23
| * vcs-svn: remove custom mode constantsJonathan Nieder2017-08-23
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
* | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-23
|/
* vcs-svn/fast_export: fix timestamp fmt specifiersMike Ralphson2016-09-14
* strbuf: introduce starts_with() and ends_with()Christian Couder2013-12-05
* remote-svn: add incremental importFlorian Achleitner2012-10-07
* Create a note for every imported commit containing svn metadataFlorian Achleitner2012-10-07
* vcs-svn: add fast_export_note to create notesDmitry Ivankov2012-10-07
* remote-svn, vcs-svn: Enable fetching to private refsFlorian Achleitner2012-10-07
* vcs-svn: suppress signed/unsigned comparison warningsDavid Barr2012-07-05
* vcs-svn: use strstr instead of memmemDavid Barr2012-07-05
* vcs-svn: drop no-op reset methodsDavid Barr2012-07-05
* vcs-svn: allow import of > 4GiB filesJonathan Nieder2012-02-02
* vcs-svn: reset first_commit_done in fast_export_initDmitry Ivankov2011-06-23
* vcs-svn: do not initialize report_buffer twiceDmitry Ivankov2011-06-21
* vcs-svn: avoid hangs from corrupt deltasJonathan Nieder2011-06-15
* vcs-svn: guard against overflow when computing preimage lengthJonathan Nieder2011-06-15
* Merge branch 'db/delta-applier' into db/text-deltaJonathan Nieder2011-06-15
|\
* | vcs-svn: implement text-delta handlingDavid Barr2011-05-26
* | Merge branch 'db/svn-fe-code-purge' into svn-feJonathan Nieder2011-05-26
|\ \
| * | vcs-svn: pass paths through to fast-importDavid Barr2011-03-22
| * | Merge branch 'db/strbufs-for-metadata' into db/svn-fe-code-purgeJonathan Nieder2011-03-22
| |\ \
| * \ \ Merge branch 'db/length-as-hash' (early part) into db/svn-fe-code-purgeJonathan Nieder2011-03-22
| |\ \ \
* | \ \ \ Merge branch 'db/vcs-svn-incremental' into svn-feJonathan Nieder2011-05-26
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | vcs-svn: use mark from previous import for parent commitDavid Barr2011-03-07
| * | | vcs-svn: handle filenames with dq correctlyJonathan Nieder2011-03-07
| * | | vcs-svn: quote paths correctly for ls commandDavid Barr2011-03-07
| * | | vcs-svn: eliminate repo_tree structureJonathan Nieder2011-03-07
| * | | vcs-svn: add a comment before each commitJonathan Nieder2011-03-07
| * | | vcs-svn: save marks for imported commitsJonathan Nieder2011-03-07
| * | | vcs-svn: set up channel to read fast-import cat-blob responseDavid Barr2011-03-07
* | | | vcs-svn: add missing cast to printf argumentJonathan Nieder2011-03-27
* | | | vcs-svn: handle log message with embedded NULJonathan Nieder2011-03-26
| |_|/ |/| |
* | | vcs-svn: use strbuf for author, UUID, and URLDavid Barr2011-03-22
| |/ |/|
* | vcs-svn: improve reporting of input errorsJonathan Nieder2011-03-22
|/
* vcs-svn: teach line_buffer to handle multiple input filesJonathan Nieder2011-02-26
* vcs-svn: Fix some printf format compiler warningsRamsay Jones2010-09-12
* vcs-svn: Avoid %z in format stringJonathan Nieder2010-08-14
* Infrastructure to write revisions in fast-export formatDavid Barr2010-08-14