]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
sequencer: fixup the datatype of the 'flag' argument
authorCharvi Mendiratta <charvi077@gmail.com>
Mon, 8 Feb 2021 19:25:19 +0000 (00:55 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Feb 2021 21:09:57 +0000 (13:09 -0800)
commita25314c1ec4c16a14c4d444e0bdb3f30ce0a9620
tree277a96ac89f6eed6c858e587ea79d60ba7b2ed1b
parent2c0aa2ce2efcac181801957d8105c7007db5faf7
sequencer: fixup the datatype of the 'flag' argument

As 'flag' is a combination of bits, so change its datatype from
'enum todo_item_flags' to 'unsigned'.

Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Mentored-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Charvi Mendiratta <charvi077@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c