forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mingw-avoid-illegal-filenames'
MSYS2 inherits the trick from Cygwin to pretend that filenames can contain characters that are illegal on Windows (by mapping them to a private Unicode page). As long as we stay safely within the MSYS2 realm (Bash, GNU make, Perl) that is fine, so technically this change is not needed. But it is a lot more elegant not to rely on this. Besides, the suffix `.new` is a lot more intuitive than the suffix `+`... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
- Loading branch information
Showing
1 changed file
with
44 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters