Always coalesce commits if symbols lists are subsets
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 13 Oct 2010 21:22:36 +0000 (23:22 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 13 Oct 2010 21:22:36 +0000 (23:22 +0200)
commit9698794877f857871b48a1d39afc6f9eb50d2e79
tree5dcbad0dcb8b066882f5536628e7f521140b9455
parent320258bb378b3cb1e931b8ed0418297a7dfeb2a8
Always coalesce commits if symbols lists are subsets

Commit coalescing is now skipped only if each symbol list has an item
which is not in the other, and --no-symbol-check overrides this. To
speed things up in this sense, the symbols list is now a Set instead of
an Array.

Add some related TODOs and rewrite the warning messages too.
rcs-fast-export.rb