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
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
2012-12-11Fix iterator reset and add reset rangesRussell Belfer
2012-08-23Add template dir and set gid to repo initRussell Belfer
2012-08-19Merge pull request #778 from ben/cloneVicent Martí
2012-08-04Update iterators for consistency across libraryRussell Belfer
2012-07-17Merge branch 'development' into cloneBen Straub
2012-07-12Move is_dot_or_dotdotW into path.h.Ben Straub
2012-07-11Add git_path_is_empty_dir.Ben Straub
2012-07-11Add git_path_is_dot_or_dotdot.Ben Straub
2012-07-11Add path utilities to resolve relative pathsRussell Belfer
2012-04-17Fix warnings on 64-bit windows buildsRussell Belfer
2012-03-17Convert attr, ignore, mwindow, status to new errorsRussell Belfer
2012-03-15Continue error conversionRussell Belfer
2012-03-06error-handling: ReferencesVicent Martí
2012-03-03Update diff to use iteratorsRussell Belfer
2012-02-23Fix iterators based on pull request feedbackRussell Belfer
2012-02-22Uniform iterators for trees, index, and workdirRussell Belfer
2012-02-13Update Copyright headerschu
2012-01-18Move path related functions from fileops to pathRussell Belfer
2012-01-12Convert git_path_walk_up to regular functionRussell Belfer
2012-01-12Initial implementation of gitignore supportRussell Belfer
2011-12-28path: add git_path_fromurl()nulltoken
2011-12-28path: add git__percent_decode()nulltoken
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-09-19Cleanup legal dataVicent Marti
2011-07-05fileops: Drop `git_fileops_prettify_path`Vicent Marti
2011-07-05fileops: CleanupVicent Marti