Why two or more _ character in branch name are sanitized to one character?
git-check-ref-format(1) it does not forbid using two _ characters in a row.
Also I tried to use file to mapping branch name for example with this content
It does not work for me.
Why two or more
_character in branch name are sanitized to one character?git-check-ref-format(1) it does not forbid using two
_characters in a row.Also I tried to use file to mapping branch name for example with this content
It does not work for me.