diff options
author | Jeff King <peff@peff.net> | 2021-09-24 14:37:58 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-09-27 12:36:45 -0700 |
commit | bf708add2eaf37d53fa8a908b5d8772806c54d1b (patch) | |
tree | 73b04d20186c21fdc34fb3b9a8660f82db8f383b /.tsan-suppressions | |
parent | t5312: be more assertive about command failure (diff) | |
download | tgif-bf708add2eaf37d53fa8a908b5d8772806c54d1b.tar.xz |
refs-internal.h: move DO_FOR_EACH_* flags next to each other
There are currently two DO_FOR_EACH_* flags, which must not have their
bits overlap. Yet they're defined hundreds of lines apart. Let's move
them next to each other to make it clear that they are related and are a
complete set (which matters if you are adding a new flag and would like
to know what the next available bit is).
Signed-off-by: Jeff King <peff@peff.net>
Reviewed-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.tsan-suppressions')
0 files changed, 0 insertions, 0 deletions