mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-18 07:33:26 -05:00
A '+' is not a valid part of a filename with Windows file systems (it is reserved because the '+' operator meant file concatenation back in the DOS days). Let's just not use it. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>