summaryrefslogtreecommitdiff
path: root/vcs-svn/svndump.c
AgeCommit message (Expand)Author
2012-07-13Merge branch 'jn/vcs-svn'Junio C Hamano
2012-07-06vcs-svn: allow 64-bit Prop-Content-LengthJonathan Nieder
2012-07-06vcs-svn: use constcmp instead of prefixcmpDavid Barr
2012-07-06vcs-svn: drop no-op reset methodsDavid Barr
2012-04-30remove superfluous newlines in error messagesPete Wyckoff
2012-02-02vcs-svn: allow import of > 4GiB filesJonathan Nieder
2012-02-02vcs-svn: allow import of > 4GiB filesJonathan Nieder
2012-01-27Merge branch 'svn-fe' of git://repo.or.cz/git/jrn into jn/svn-feJunio C Hamano
2011-05-26vcs-svn: implement text-delta handlingDavid Barr
2011-05-26Merge branch 'db/svn-fe-code-purge' into svn-feJonathan Nieder
2011-05-26Merge branch 'db/vcs-svn-incremental' into svn-feJonathan Nieder
2011-04-22sparse: Fix some "symbol not declared" warningsRamsay Jones
2011-03-29vcs-svn: a void function shouldn't try to return somethingMichael Witten
2011-03-26vcs-svn: avoid using ls command twiceDavid Barr
2011-03-26vcs-svn: handle log message with embedded NULJonathan Nieder
2011-03-26vcs-svn: avoid unnecessary copying of log message and authorJonathan Nieder
2011-03-26vcs-svn: make reading of properties binary-safeJonathan Nieder
2011-03-22Merge branch 'db/length-as-hash' into svn-feJonathan Nieder
2011-03-22vcs-svn: pass paths through to fast-importDavid Barr
2011-03-22Merge branch 'db/strbufs-for-metadata' into db/svn-fe-code-purgeJonathan Nieder
2011-03-22Merge branch 'db/length-as-hash' (early part) into db/svn-fe-code-purgeJonathan Nieder
2011-03-22vcs-svn: use strchr to find RFC822 delimiterDavid Barr
2011-03-22vcs-svn: implement perfect hash for top-level keysDavid Barr
2011-03-22vcs-svn: implement perfect hash for node-prop keysDavid Barr
2011-03-22vcs-svn: use strbuf for author, UUID, and URLDavid Barr
2011-03-22vcs-svn: use strbuf for revision logDavid Barr
2011-03-22vcs-svn: improve reporting of input errorsJonathan Nieder
2011-03-07vcs-svn: eliminate repo_tree structureJonathan Nieder
2011-03-07vcs-svn: add a comment before each commitJonathan Nieder
2011-03-07vcs-svn: set up channel to read fast-import cat-blob responseDavid Barr
2011-03-07vcs-svn: simplify repo_modify_path and repo_copyJonathan Nieder
2011-03-07vcs-svn: handle_node: use repo_read_pathJonathan Nieder
2011-02-26Merge commit 'jn/svn-fe' of git://github.com/gitster/git into svn-feJonathan Nieder
2011-02-26vcs-svn: teach line_buffer to handle multiple input filesJonathan Nieder
2011-01-19svndump.c: Fix a printf format compiler warningRamsay Jones
2010-12-08vcs-svn: Allow change nodes for root of tree (/)Jonathan Nieder
2010-11-24vcs-svn: Implement Prop-delta handlingDavid Barr
2010-11-24vcs-svn: Sharpen parsing of property linesJonathan Nieder
2010-11-24vcs-svn: Split off function for handling of individual propertiesJonathan Nieder
2010-11-24vcs-svn: Make source easier to read on small screensJonathan Nieder
2010-11-24vcs-svn: More dump format sanity checksJonathan Nieder
2010-11-24vcs-svn: Reject path nodes without Node-actionJonathan Nieder
2010-11-24vcs-svn: Delay read of per-path propertiesJonathan Nieder
2010-11-24vcs-svn: Combine repo_replace and repo_modify functionsJonathan Nieder
2010-11-24vcs-svn: Replace = Delete + AddJonathan Nieder
2010-11-24vcs-svn: handle_node: Handle deletion case earlyJonathan Nieder
2010-11-24vcs-svn: Use mark to indicate nodes with included textJonathan Nieder
2010-11-24vcs-svn: Unclutter handle_node by introducing have_props varJonathan Nieder
2010-11-24vcs-svn: Eliminate node_ctx.mark globalJonathan Nieder
2010-11-24vcs-svn: Eliminate node_ctx.srcRev globalJonathan Nieder