Merge branch 'jn/svn-fe'
commit12b681c3d2306fefa949c2e04d36e4f888917507
authorJunio C Hamano <gitster@pobox.com>
Tue, 7 Feb 2012 20:56:38 +0000 (7 12:56 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Feb 2012 20:56:38 +0000 (7 12:56 -0800)
tree8c5f9824b4cd9c9cd0166b4f0ce7662112a2a656
parent53828bb0654da620ed24bf50c721b6909f487daa
parent3f790003a356284d92beff6965985917e58b6707
Merge branch 'jn/svn-fe'

* jn/svn-fe: (36 commits)
  vcs-svn: suppress a -Wtype-limits warning
  vcs-svn: allow import of > 4GiB files
  vcs-svn: rename check_overflow arguments for clarity
  vcs-svn/svndiff.c: squelch false "unused" warning from gcc
  vcs-svn: reset first_commit_done in fast_export_init
  vcs-svn: do not initialize report_buffer twice
  vcs-svn: avoid hangs from corrupt deltas
  vcs-svn: guard against overflow when computing preimage length
  vcs-svn: cap number of bytes read from sliding view
  test-svn-fe: split off "test-svn-fe -d" into a separate function
  vcs-svn: implement text-delta handling
  vcs-svn: let deltas use data from preimage
  vcs-svn: let deltas use data from postimage
  vcs-svn: verify that deltas consume all inline data
  vcs-svn: implement copyfrom_data delta instruction
  vcs-svn: read instructions from deltas
  vcs-svn: read inline data from deltas
  vcs-svn: read the preimage when applying deltas
  vcs-svn: parse svndiff0 window header
  vcs-svn: skeleton of an svn delta parser
  ...
Makefile