fast-export: move global "idents" anonymize hashmap into function
authorJeff King <redacted>
Tue, 23 Jun 2020 15:25:01 +0000 (11:25 -0400)
committerJunio C Hamano <redacted>
Wed, 24 Jun 2020 02:56:26 +0000 (19:56 -0700)
commit6416a865da44ac8e27e5dbcafd6a8b76caf09f5a
treee89e3b3029fabdd4bb77c90955e5496b7fed247c
parent55b01456a95ac8d92b04d58b874459f3bf70ad2c
fast-export: move global "idents" anonymize hashmap into function

All of the other anonymization functions keep their static mappings
inside the function to avoid polluting the global namespace. Let's do
the same for "idents", as nobody needs it outside of
anonymize_ident_line().

Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/fast-export.c
git clone https://git.99rst.org/PROJECT