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
2019-01-18Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson
2018-10-02config: fix incorrect filename in documentation commentEtienne Samson
2018-10-02doc: small fixups & additionsEtienne Samson
2018-03-26config_file: move include depth into config entryPatrick Steinhardt
2018-03-12Merge pull request #4396 from libgit2/cmn/config-regex-is-normalisedEdward Thomson
2018-03-11config: explicitly state that subsections are case-sensitiveCarlos Martín Nieto
2017-11-18config: specify how we match the regular expressionsCarlos Martín Nieto
2017-10-09config: pass repository when opening config filesPatrick Steinhardt
2015-10-21config: add a ProgramData levelCarlos Martín Nieto
2015-09-03config: correct documentation for non-existent config fileCarlos Martín Nieto
2015-08-12config: perform unlocking via git_transactionCarlos Martín Nieto
2015-08-12config: expose locking via the main APICarlos Martín Nieto
2015-03-03config: borrow refcounted referencesCarlos Martín Nieto
2015-02-10Use correct Doxygen trailing comment syntaxBen Chatelain
2015-02-10Fix doc comment formattingBen Chatelain
2015-01-14config: add parsing and getter for pathsCarlos Martín Nieto
2014-12-06doc: add documentation to all the public structs and enumsCarlos Martín Nieto
2014-12-05Spelling fixesWill Stamper
2014-10-23config: remove the refresh function and backend fieldCarlos Martín Nieto
2014-04-18config: document the how long the pointers are valid forCarlos Martín Nieto
2014-04-18config: implement config snapshottingCarlos Martín Nieto
2014-01-27config: use git_buf for returning pathsCarlos Martín Nieto
2013-12-11Update docs for new callback return value behaviorRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-11-01Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño
2013-08-14config: don't special-case the multivar iteratorCarlos Martín Nieto
2013-08-12config: introduce a regex-filtering iteratorCarlos Martín Nieto
2013-08-12config: introduce _iterator_new()Carlos Martín Nieto
2013-08-08config: add _next() and _iterator_free()Carlos Martín Nieto
2013-08-08config: working multivar iteratorCarlos Martín Nieto
2013-08-08config: move next() and free() into the iteratorCarlos Martín Nieto
2013-08-08config: get_multivar -> get_multivar_foreachCarlos Martín Nieto
2013-08-08Don't typedef a pointerCarlos Martín Nieto
2013-08-08replaced foreach() with non callback based iterations in git_config_backendNico von Geyso
2013-06-24Fixed most documentation header bugsAndreas Linde
2013-06-12Add high(est) config level for application specific config filesSven Strickroth
2013-05-24Typedef git_config_level_t and use it everywhereRussell Belfer
2013-05-15Unify whitespaces to tabsLinquize
2013-05-07config: convenience function to open global/xdgCarlos Martín Nieto
2013-04-21Move git_config_backend to include/git2/sysRussell Belfer
2013-01-09update copyrightsEdward Thomson
2013-01-06Correct typos in documentationKevin Sawicki
2012-12-07Allow compilation as C++Ben Straub
2012-12-01Add version fields and init macros for public input structs.Ben Straub
2012-11-28Clean up config.hBen Straub
2012-11-18config: Opening a nonexistent file returns ENOTFOUNDnulltoken
2012-11-18config: Make git_config_file__ondisk() internalnulltoken
2012-11-14config: rename get_config_entry -> config_entryCarlos Martín Nieto
2012-10-30Add git_config_refresh() API to reload configRussell Belfer
2012-10-23Add config level support in the config APIyorah