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-10-15path: export the dotgit-checking functionsCarlos Martín Nieto
2018-06-01path: unify `git_path_is_*` APIsPatrick Steinhardt
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-22path: expose dotgit detection functions per filesystemCarlos Martín Nieto
2018-05-18path: hide the dotgit file functionsCarlos Martín Nieto
2017-10-09path: expose `git_path_is_dirsep`Patrick Steinhardt
2017-10-09path: expose `git_path_is_absolute`Patrick Steinhardt
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2016-05-26Patch parsing from patch filesEdward Thomson
2016-03-24Introduce `git_path_common_dirlen`Edward Thomson
2016-02-17index: allow read of index w/ illegal entriesEdward Thomson
2015-09-17`mkdir`: cope with root path on win32Edward Thomson
2015-09-17core::mkdir tests: ensure we don't stomp symlinks in mkdirEdward Thomson
2015-08-01Merge pull request #3332 from phatblat/ben/doc-warningsCarlos Martín Nieto
2015-07-28Fix remaining documentation warningsBen Chatelain
2015-07-13submodule, path: extract slash conversionCarlos Martín Nieto
2015-06-15path: remove unnecessary readdir_r usageCarlos Martín Nieto
2015-05-01diriter: actually use iconv on macEdward Thomson
2015-05-01git_path_diriter: use FindFirstFile in win32Edward Thomson
2015-05-01git_path_diriter: next shouldn't take path ptrEdward Thomson
2015-05-01git_path_dirload_with_stat: moved to fs_iteratorEdward Thomson
2015-05-01git_path_dirload: use git_path_diriterEdward Thomson
2015-05-01git_path: introduce 'git_path_diriter'Edward Thomson
2015-01-21git_path_join_unrooted: return base lenEdward Thomson
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-05Spelling fixesWill Stamper
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
2014-08-09Fix rejection of parent dir of negated ignoresRussell Belfer
2014-08-07Merge pull request #2471 from jacquesg/compatibility-cleanupVicent Marti
2014-08-05Cleanup portability/compatibility layerJacques Germishuys
2014-07-12Handle local file:/// paths on WindowsEdward Thomson
2014-06-03clone: re-use the local transport's path resolutionCarlos Martín Nieto
2014-05-09Pass unconverted data when iconv doesn't like itRussell Belfer
2014-04-01Submodule sync refactoringRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-11-01iconv: Do not fake an API when iconv is not availableVicent Marti
2013-10-17Move path prefixed help to path.hEdward Thomson
2013-10-09Make reference lookups apply precomposeunicodeRussell Belfer
2013-10-08More filemode cleanups for FAT on MacOSRussell Belfer
2013-10-03Wrap iconv stuff and write testsRussell Belfer
2013-10-03Initial iconv hookup for precomposed unicodeRussell Belfer
2013-10-03Put hooks in place for precompose in dirload fnRussell Belfer
2013-07-23Clean up some documentationCarlos Martín Nieto
2013-03-15Improved tree iterator internalsRussell Belfer
2013-01-15Add git_path_icmp to case-insensitive path cmpRussell Belfer
2013-01-09update copyrightsEdward Thomson