Merge branch 'svn-fe' of git://repo.or.cz/git/jrn
commitf70f736bcbb22cfe434eaf20089d9713b991ee31
authorJunio C Hamano <gitster@pobox.com>
Tue, 1 Mar 2011 00:33:45 +0000 (28 16:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Mar 2011 00:33:45 +0000 (28 16:33 -0800)
treee8eb5e07210e2ff11539ba87d57e25ae0bde42e4
parentafb0b7933f31e984caf6fb835f6afe6eb37d918c
parent6288e3e180c0b911e6f7062f1e744a25568f7d22
Merge branch 'svn-fe' of git://repo.or.cz/git/jrn

* 'svn-fe' of git://repo.or.cz/git/jrn: (31 commits)
  fast-import: make code "-Wpointer-arith" clean
  vcs-svn: teach line_buffer about temporary files
  vcs-svn: allow input from file descriptor
  vcs-svn: allow character-oriented input
  vcs-svn: add binary-safe read function
  t0081 (line-buffer): add buffering tests
  vcs-svn: tweak test-line-buffer to not assume line-oriented input
  tests: give vcs-svn/line_buffer its own test script
  vcs-svn: make test-line-buffer input format more flexible
  vcs-svn: teach line_buffer to handle multiple input files
  vcs-svn: collect line_buffer data in a struct
  vcs-svn: replace buffer_read_string memory pool with a strbuf
  vcs-svn: eliminate global byte_buffer
  fast-import: add 'ls' command
  vcs-svn: Allow change nodes for root of tree (/)
  vcs-svn: Implement Prop-delta handling
  vcs-svn: Sharpen parsing of property lines
  vcs-svn: Split off function for handling of individual properties
  vcs-svn: Make source easier to read on small screens
  vcs-svn: More dump format sanity checks
  ...