format-patch: use enum variables
authorDenton Liu <redacted>
Tue, 15 Oct 2019 09:06:37 +0000 (02:06 -0700)
committerJunio C Hamano <redacted>
Wed, 16 Oct 2019 01:26:44 +0000 (10:26 +0900)
commita92331df18112199d6aa7bee132ecf928509621c
tree614c0cdb8a4d15719b847cef7c105b39de42f58a
parent46273df7bfdd43e5f8a190d0a80a078ca55ce5ff
format-patch: use enum variables

Before, `thread` and `config_cover_letter` were defined as ints even
though they behaved as enums. Define actual enums and change these
variables to use these new definitions.

Signed-off-by: Denton Liu <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/log.c
git clone https://git.99rst.org/PROJECT