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 (Expand)Author
2018-06-11Merge pull request #4436 from pks-t/pks/packfile-stream-freeEdward Thomson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-06-01path: unify `git_path_is_*` APIsPatrick Steinhardt
2018-05-24path: hand-code the zero-width joiner as UTF-8Carlos Martín Nieto
2018-05-23path: reject .gitmodules as a symlinkCarlos Martín Nieto
2018-05-22path: accept the name length as a parameterCarlos Martín Nieto
2018-05-18path: hide the dotgit file functionsCarlos Martín Nieto
2018-05-18path: add a function to detect an .gitmodules fileCarlos Martín Nieto
2016-02-17index: allow read of index w/ illegal entriesEdward Thomson
2015-02-04win32: further cleanups for 8.3 disablingEdward Thomson
2015-02-03win32: cleanup 8.3 disabled testsEdward Thomson
2015-01-30Fix test failures when 8.3 is disabledLinquize
2015-01-21git_path_join_unrooted: return base lenEdward Thomson
2014-12-19Add more Windows reserved filenamesLinquize
2014-12-19COM0 is a valid path, although Windows Explorer does not allow to create thisLinquize
2014-12-17Introduce core.protectHFS and core.protectNTFSEdward Thomson
2014-12-16checkout: disallow bad paths on HFSEdward Thomson
2014-12-16checkout: disallow bad paths on win32Edward Thomson
2014-12-16win32: use NT-prefixed "\\?\" pathsEdward Thomson
2014-09-17path: Fix `git_path_walk_up` to work with non-rooted pathsThe rugged tests are fragile
2014-09-03Introduce git_path_make_relativeEdward Thomson