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-05Add git_repository_reset_filesystem and fix testsRussell Belfer
2013-08-14config: don't special-case the multivar iteratorCarlos Martín Nieto
2013-08-08config: move next() and free() into the iteratorCarlos Martín Nieto
2013-08-08config: compilation fixesCarlos Martín Nieto
2013-08-08Don't typedef a pointerCarlos Martín Nieto
2013-05-07repo: unconditionally create a global config backendCarlos Martín Nieto
2013-03-16Implement global/system file search pathsRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-11-28Clean up config.hBen Straub
2012-11-18config: Make git_config_file__ondisk() internalnulltoken
2012-10-25config: introduce git_config_rename_section()nulltoken
2012-10-23Add config level support in the config APIyorah
2012-10-02Rename xdr to xdgSven Strickroth
2012-09-29Silence MinGW warningsSven Strickroth
2012-08-25Support new config locationsRussell Belfer
2012-03-31Improve config handling for diff,submodules,attrsRussell Belfer
2012-03-29Added submodule API and use in statusRussell Belfer
2012-02-13Update Copyright headerschu
2011-12-29Add support for macros and cache flush API.Russell Belfer
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-11-26repository: Change ownership semanticsVicent Marti
2011-10-15*: correct and codify various file permissionsBrodie Rao
2011-09-19Cleanup legal dataVicent Marti
2011-08-18Bind the configuration and remotes to a repositoryCarlos Martín Nieto
2011-06-18Add git_repository_config APICarlos Martín Nieto
2011-05-20config: Cleanup & renaming of the external APIVicent Marti
2011-05-20Rewrite `git_config_open_global`Vicent Marti
2011-05-17utils: Move git__str[n]tolowerVicent Marti
2011-05-10Move config to a backend structureCarlos Martín Nieto
2011-05-05config: store the section name separatelyCarlos Martín Nieto
2011-04-07config: use and implement list macrosCarlos Martín Nieto
2011-04-06config: move str(n)tolower to the git__ namespaceCarlos Martín Nieto
2011-03-31Add strtolower and strntolower functionsCarlos Martín Nieto
2011-03-30git_config: reorder fields according to useCarlos Martín Nieto
2011-03-30config: use a singly-linked list instead of a hash tableCarlos Martín Nieto
2011-03-30Determine variable type at runtimeCarlos Martín Nieto
2011-03-29Move git_cvar_type to include/git2/config.hCarlos Martín Nieto
2011-03-29Rename git_config_{type,var} to git_cvar{_type,}Carlos Martín Nieto
2011-03-28Move the struct declaration outside config.cCarlos Martín Nieto