mirror of
https://github.com/git-for-windows/git.git
synced 2026-06-05 23:09:27 -05:00
The flags passed to `reset_head()` are declared as defines. This has fallen a bit out of practice nowadays, where we instead prefer to use enums. Modernize the code accordingly. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>