rerere.c: use symbolic constants to keep track of parsing states
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Aug 2008 17:12:23 +0000 (10:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 31 Aug 2008 02:41:43 +0000 (19:41 -0700)
These hardcoded integers make the code harder to follow than necessary;
replace them with enums to make it easier to read, before adding support
for optionally parsing "diff3 -m" style conflict markers.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found