]> git.ipfire.org Git - thirdparty/git.git/commit - diff.c
diff: use HAS_MULTI_BITS instead of counting bits manually
authorStefan Beller <sbeller@google.com>
Thu, 4 Jan 2018 22:50:44 +0000 (14:50 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Jan 2018 23:02:40 +0000 (15:02 -0800)
commit4d8c51aa19be94bddb7cac6b11bccb4d23dfd4f8
tree0faa3959b05341e99a8c77038c70304c6797a1ad
parent5e505257f2651647c072f9c61fdc5dd52bbce8b2
diff: use HAS_MULTI_BITS instead of counting bits manually

This aligns the style to the previous patch.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c