• Show log

    Commit

  • Hash : 1bce1487
    Author : Patrick Steinhardt
    Date : 2016-03-31T11:30:31

    xdiff/xprepare: use the XDF_DIFF_ALG() macro to access flag bits
    
    Commit 307ab20b3 ("xdiff: PATIENCE/HISTOGRAM are not independent option
    bits", 19-02-2012) introduced the XDF_DIFF_ALG() macro to access the
    flag bits used to represent the diff algorithm requested. In addition,
    code which had used explicit manipulation of the flag bits was changed
    to use the macros.
    
    However, one example of direct manipulation remains. Update this code to
    use the XDF_DIFF_ALG() macro.
    
    This patch was originally written by Ramsay Jones (see commit
    5cd6978a9cfef58de061a9525f3678ade479564d in git.git).