Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3613 from ethomson/fixups | Carlos MartÃn Nieto | 2016-02-18 | 1 | -1/+1 |
|\ | | | | | Remove most of the silly warnings | ||||
| * | win32: drop incorrect `const`ness | Edward Thomson | 2016-02-16 | 1 | -1/+1 |
| | | |||||
* | | win32: tests around handling forbidden paths | Edward Thomson | 2016-02-17 | 1 | -0/+183 |
|/ | | | | | | | | | | | | | Introduce a repository that contains some paths that were illegal on PC-DOS circa 1981 (like `aux`, `con`, `com1`) and that in a bizarre fit of retrocomputing, remain illegal on some "modern" computers, despite being "new technology". Introduce some aspirational tests that suggest that we should be able to cope with trees and indexes that contain paths that would be illegal on the filesystem, so that we can at least diff them. Further ensure that checkout will not write a repository with forbidden paths. | ||||
* | tests: win32::longpath: free expected_msg | Patrick Steinhardt | 2015-11-24 | 1 | -0/+2 |
| | |||||
* | win32::longpath: don't print pathlongpath-printf | Edward Thomson | 2015-09-28 | 1 | -2/+0 |
| | |||||
* | win32: test checkout msg on long path err | Edward Thomson | 2015-09-23 | 1 | -0/+62 |