Build buffer as an array of arrays
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 27 Mar 2009 23:44:11 +0000 (00:44 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 27 Mar 2009 23:44:11 +0000 (00:44 +0100)
commit14a9771357ee12a52f8d3c8c466ca53306dd8e65
tree697f88efe46203b30ab8e55f24ac084122603168
parentd45d45473b293259cd45b692423c5042d476a22d
Build buffer as an array of arrays

Sanitizing the buffer by splitting buffer entries at newlines causes the
newlines to disappear. A much cleaner solution, which doesn't have this
serious bug, is to turn the buffer into a buffer of arrays of strings,
to be flattened right before the final assignment.
rcs-fast-export.rb