• Show log

    Commit

  • Hash : f8275890
    Author : Russell Belfer
    Date : 2013-02-22T10:19:50

    Replace static data with configured metric
    
    Instead of creating three git_diff_similarity_metric statically
    for the various config options, just create the metric structure
    on demand and populate it, using the payload to specific the
    extra flags that should be passed to the hashsig.  This removes
    a level of obfuscation from the code, I think.