Allow name sanitizer to be disabled with --no-auto-sanitizev190913
commit1181a0af471fe473919b30f476a253a9ae2282b0
authorFrej Drejhammar <frej.drejhammar@gmail.com>
Fri, 10 May 2019 16:52:57 +0000 (10 18:52 +0200)
committerFrej Drejhammar <frej.drejhammar@gmail.com>
Fri, 13 Sep 2019 12:56:32 +0000 (13 14:56 +0200)
tree88d824c1c9138ad60711c2c918ddab877f1bfbe7
parent7ab47e002f43795d10ed3c3acb1b0c4932a7b620
Allow name sanitizer to be disabled with --no-auto-sanitize

Make it possible to completely disable the name sanitizer by the
--no-auto-sanitize flag. Previously the sanitizer was run on user
remapped names. As the sanitizer rewrites perfectly legal git
names (such as __.*) this is probably not what the user wants.

Closes #155.
README.md
hg-fast-export.py
hg-fast-export.sh