]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Prohibit Windows special chars in filenames
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 29 Mar 2014 11:16:38 +0000 (12:16 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 29 Mar 2014 20:14:17 +0000 (21:14 +0100)
commit8f21ae7046c5d7ed4b76ae757c5aa3e3a496d52d
tree6a85199e477a55e68cddf33ed663ac372ab54031
parentd20539a47723c380e2b7a95a8c7fb0744061504f
Prohibit Windows special chars in filenames

Using any of these chars [:*?"<>|] in a filename is forbidden on
Windows and breaks git operations on Windows as git is not able
to create those files/directories on clone or pull.

Because some of them can be used in UNIX filenames they tend to
creep into filenames; especially : in PCI/SCSI device names that
are used as filenames in test cases.
cfg.mk