Files
git/Documentation
Johannes Schindelin ddd892d6a1 fixup! Avoid illegal filenames when building Documentation on NTFS
The problem this patch tried to solve is that `+` is not a valid part of
a file name on FAT file systems, so it won't work in general.

In practice, it still will work, at least for building Git for Windows,
because the MSYS2 runtime uses a trick inherited from Cygwin to handle
file names that would be illegal: the characters are simply mapped into
a private Unicode page.

This patch was soundly rejected on the Git mailing list (see
https://github.com/gitgitgadget/git/pull/216 for details), in particular
after this developer figured out that `+` is actually a valid file name
character on NTFS.

So let's drop it from Git for Windows' patch thicket.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2019-07-29 19:58:22 +02:00
..
2019-06-07 23:14:41 +02:00
2019-06-03 11:25:12 -07:00
2019-05-09 00:37:27 +09:00
2019-03-18 15:54:17 +09:00
2019-01-23 11:37:29 -08:00
2019-04-25 16:41:18 +09:00
2019-01-23 11:37:29 -08:00
2019-01-23 11:37:29 -08:00
2019-03-20 15:16:06 +09:00
2019-01-23 11:37:29 -08:00
2019-04-25 16:41:14 +09:00
2019-01-23 11:37:29 -08:00
2019-01-23 11:37:29 -08:00
2019-01-23 11:37:29 -08:00
2019-03-18 14:45:21 +09:00
2019-06-07 23:14:44 +02:00
2018-12-26 14:59:37 -08:00
2019-04-22 11:14:45 +09:00