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
2011-09-30core: One last `long long`config-int-typesVicent Marti
2011-09-30config: Proper type declarations for 64 bit intsVicent Marti
2011-09-30config: fix check for environment string expansionCarlos Martín Nieto
2011-09-30Merge pull request #434 from schu/fix-ref-regressionVicent Martí
2011-09-30refs.c: fix reference_renameschu
2011-09-30repository: export git_repository_config_autoloadCarlos Martín Nieto
2011-09-29mingw: Fix compilation warningsVicent Marti
2011-09-29netops: Use pragmas only in MSVCVicent Marti
2011-09-29index: Silence type-punned warningVicent Marti
2011-09-29mingw: Fix printf identifiersVicent Marti
2011-09-29odb: Pass compression settings to filebufVicent Marti
2011-09-29odb: Let users decide compression level for the loose ODBVicent Marti
2011-09-29http-parser: Disable MSVC warnings locallyVicent Marti
2011-09-29Resync with upstream http-parserCarlos Martín Nieto
2011-09-29msvc: Disable warnings in header fileVicent Marti
2011-09-28http-parser: More type changesVicent Marti
2011-09-28Change types in http-parserVicent Marti
2011-09-28Update ClayVicent Marti
2011-09-27Merge pull request #432 from carlosmn/msvcVicent Martí
2011-09-27Really fix MSVCCarlos Martín Nieto
2011-09-27Fix dev branch under MSVCCarlos Martín Nieto
2011-09-27http-parser: Do not use bitfieldsVicent Marti
2011-09-27Make repo config loading automatic or completely explicitCarlos Martín Nieto
2011-09-27Add git_config_find_systemCarlos Martín Nieto
2011-09-27Merge pull request #427 from schu/fix-unused-parametersVicent Martí
2011-09-27tree: Fix check for valid attributesVicent Marti
2011-09-27tree: Use an internal append functiont to add new entriesVicent Marti
2011-09-27Make use of the tree cacheCarlos Martín Nieto
2011-09-27Add git_tree_cache_getCarlos Martín Nieto
2011-09-27Invalidate the path when removing from the indexCarlos Martín Nieto
2011-09-27index: invalidate added pathsCarlos Martín Nieto
2011-09-27Add git_tree_cache_invalidate_pathCarlos Martín Nieto
2011-09-27tree cache: correctly handle invalidated treesCarlos Martín Nieto
2011-09-27Make tree cache name a flex-arrayCarlos Martín Nieto
2011-09-27Move the tree cache functions to their own fileCarlos Martín Nieto
2011-09-27Revert "Rewrite getenv to use Win32 version on Windows"Vicent Marti
2011-09-25Merge pull request #424 from carlosmn/access-unicodeVicent Martí
2011-09-24t18-status.c: fix unused warningsschu
2011-09-23Implment p_access and use it in git_fileutils_existsCarlos Martín Nieto
2011-09-22Revert changes to clayPaul Betts
2011-09-22Merge pull request #421 from nulltoken/ntk/fix/config-get-set-longVicent Martí
2011-09-22Add HTTP sources to Clay suiteVicent Marti
2011-09-22Merge pull request #405 from carlosmn/http-lsVicent Martí
2011-09-22config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken
2011-09-22http: get rid of the global stateCarlos Martín Nieto
2011-09-21Rewrite getenv to use Win32 version on WindowsPaul Betts
2011-09-21Do not have duplicate filenamesVicent Marti
2011-09-21Merge pull request #415 from schu/ref-rename-regressionVicent Martí
2011-09-21Merge pull request #413 from libgit2/utf8-paths-win32Vicent Martí
2011-09-21Merge pull request #414 from carlosmn/repo-discover-shortVicent Martí