diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2015-06-22 17:25:14 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-06-22 12:53:25 -0700 |
commit | f417eed8cde2e7def06091977f888c296cbeae00 (patch) | |
tree | dbdcb7d3643b695da8df7232cc18147dccdb93c5 /t/t4211/expect.vanishes-early | |
parent | fsck: introduce identifiers for fsck messages (diff) | |
download | tgif-f417eed8cde2e7def06091977f888c296cbeae00.tar.xz |
fsck: provide a function to parse fsck message IDs
These functions will be used in the next commits to allow the user to
ask fsck to handle specific problems differently, e.g. demoting certain
errors to warnings. The upcoming `fsck_set_msg_types()` function has to
handle partial strings because we would like to be able to parse, say,
'missingemail=warn,missingtaggerentry=warn' command line parameters
(which will be passed by receive-pack to index-pack and unpack-objects).
To make the parsing robust, we generate strings from the enum keys, and
using these keys, we match up strings without dashes case-insensitively
to the corresponding enum values.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4211/expect.vanishes-early')
0 files changed, 0 insertions, 0 deletions