Skip to content
Snippets Groups Projects
Commit 5cd6978a authored by Ramsay Jones's avatar Ramsay Jones Committed by Junio C Hamano
Browse files

xdiff/xprepare: use the XDF_DIFF_ALG() macro to access flag bits


Commit 307ab20b ("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.

Signed-off-by: default avatarRamsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
parent a2558fb8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment