Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-18Merge pull request #3613 from ethomson/fixupsCarlos Martín Nieto
Remove most of the silly warnings
2016-02-17win32: tests around handling forbidden pathsEdward Thomson
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.
2016-02-16win32: drop incorrect `const`nessEdward Thomson
2015-11-24tests: win32::longpath: free expected_msgPatrick Steinhardt
2015-09-28win32::longpath: don't print pathEdward Thomson
2015-09-23win32: test checkout msg on long path errEdward Thomson