cvs2git: Make the --blobfile argument optional.
commit4c7c39d5e041cd44da3c2bb49eb1e5730bccb63b
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Mon, 3 Feb 2014 12:51:50 +0000 (3 12:51 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Mon, 3 Feb 2014 12:51:50 +0000 (3 12:51 +0000)
tree345b9fc3d5228d51a6f592878aab563bbfb9402b
parent99497025654c484cfc19574c89427146413cddd2
cvs2git: Make the --blobfile argument optional.

If it is not specified, then write the blobs to a temporary file in
FilterSymbolsPass, then in OutputPass copy it to the start of the
dumpfile.

Please note that this increases the disk usage, because the blobfile
is stored twice.

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5443 be7e6eca-30d4-0310-a8e5-ac0d63af7087
cvs2git-example.options
cvs2svn_lib/config.py
cvs2svn_lib/external_blob_generator.py
cvs2svn_lib/git_output_option.py
cvs2svn_lib/git_revision_collector.py
cvs2svn_lib/git_run_options.py
run-tests.py