]> git.ipfire.org Git - thirdparty/git.git/commit - log-tree.c
Make the diff_options bitfields be an unsigned with explicit masks.
authorPierre Habouzit <madcoder@debian.org>
Sat, 10 Nov 2007 19:05:14 +0000 (20:05 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Nov 2007 00:54:15 +0000 (16:54 -0800)
commit8f67f8aefb1b751073f8b36fae8be8f72eb93f4a
tree5458e87f98485937b0b5b747158ce8bfc2bcda06
parent68dce6e941af73be34bccfe2be335b7887955ee5
Make the diff_options bitfields be an unsigned with explicit masks.

reverse_diff was a bit-value in disguise, it's merged in the flags now.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
15 files changed:
builtin-blame.c
builtin-diff-files.c
builtin-diff-index.c
builtin-diff-tree.c
builtin-diff.c
builtin-log.c
combine-diff.c
diff-lib.c
diff.c
diff.h
log-tree.c
merge-recursive.c
patch-ids.c
revision.c
tree-diff.c