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-10-03Put hooks in place for precompose in dirload fnRussell Belfer
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-04-30lol namespacesvmg/namespacesVicent Marti
2013-04-23Add configs to repo config cacheRussell Belfer
2013-03-16Implement global/system file search pathsRussell Belfer
2013-03-07immutable references and a pluggable ref databaseEdward Thomson
2013-01-09update copyrightsEdward Thomson
2012-09-12Merge branch 'diff-crlf-filters' into developmentVicent Marti
2012-09-10Reorg internal odb read header and object lookupRussell Belfer
2012-09-06errors: deploy GIT_EBAREREPO usagenulltoken
2012-08-23Add template dir and set gid to repo initRussell Belfer
2012-08-23Add git_repository_init_ext for power inittersRussell Belfer
2012-07-17revparse: enhance parsing enginenulltoken
2012-05-04Support reading attributes from indexRussell Belfer
2012-04-26Rename git_khash_str to git_strmap, etc.Russell Belfer
2012-04-25Convert hashtable usage over to khashRussell Belfer
2012-03-31Improve config handling for diff,submodules,attrsRussell Belfer
2012-03-29Added submodule API and use in statusRussell Belfer
2012-03-02config: Implement a proper cvar cacheVicent Martí
2012-03-01filter: Properly cache filter settingsVicent Martí
2012-03-01filter: Precache the filter config options on loadVicent Martí
2012-02-28filter: Load attributes for fileVicent Martí
2012-02-13Update Copyright headerschu
2012-01-12Initial implementation of gitignore supportRussell Belfer
2011-12-29Add support for macros and cache flush API.Russell Belfer
2011-12-21Add APIs for git attributesRussell Belfer
2011-11-26repository: Change ownership semanticsVicent Marti
2011-10-15*: correct and codify various file permissionsBrodie Rao
2011-10-15fileops/repository: create (most) directories with 0777 permissionsBrodie Rao
2011-09-19Cleanup legal dataVicent Marti
2011-07-09Remove unused methodsVicent Marti
2011-07-09odb: Direct writes are backVicent Marti
2011-06-01index: Change the memory management for repo indexesVicent Marti
2011-04-02Change `parse` methods to const bufferVicent Marti
2011-03-20I broke your bindingsVicent Marti
2011-03-15Fix the retarded object interdependency systemVicent Marti
2011-03-05Fix segmentation fault when freeing a repositoryVicent Marti
2011-03-04Don't use non-int bit fieldsVicent Marti
2011-03-03Fix several issues with refcountingVicent Marti
2011-03-03Implement reference counting for git_objectsVicent Marti
2011-03-03Refactored the opening and the initialization of a repository.nulltoken
2011-01-30Refactor reference parsing codeVicent Marti
2011-01-29Merge nulltoken's reference parsing codenulltoken
2011-01-03Split object methods from repository.cVicent Marti
2010-12-07Change the library include fileVicent Marti
2010-11-02Change git_repository initialization to use a pathVicent Marti
2010-10-28Fix internal memory management on the libraryVicent Marti
2010-09-20Add support for in-memory objectsVicent Marti
2010-09-20Add setter methods & write support for git_commitVicent Marti
2010-09-19Implement internal methods to write on sourcesVicent Marti