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-05-02Correctly write to missing locked global configIan Hattendorf
2019-05-02config_file: check result of git_array_allocTobias Nießen
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2018-10-05config_file: properly ignore includes without "path" valuePatrick Steinhardt
2018-09-28config_entries: refactor entries iterator memory ownershipPatrick Steinhardt
2018-09-28config_entries: abstract away reference countingPatrick Steinhardt
2018-09-28config_entries: abstract away iteration over entriesPatrick Steinhardt
2018-09-28config_entries: abstract away retrieval of config entriesPatrick Steinhardt
2018-09-28config_entries: rename functions and structurePatrick Steinhardt
2018-09-28config_entries: pull out implementation of entry storePatrick Steinhardt
2018-09-28config_file: remove unnecessary snapshot indirectionPatrick Steinhardt
2018-09-28config: rename "config_file.h" to "config_backend.h"Patrick Steinhardt
2018-09-28config: move function normalizing section names into "config.c"Patrick Steinhardt
2018-09-06config_file: fix quadratic behaviour when adding config multivarsPatrick Steinhardt
2018-08-05Add a commentNelson Elhage
2018-08-05Don't error on missing section, just continueNelson Elhage
2018-08-05config_file: Don't crash on options without a sectionNelson Elhage
2018-06-22config_file: avoid free'ing OOM buffersPatrick Steinhardt
2018-06-22config_parse: have `git_config_parse` own entry value and namePatrick Steinhardt
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-03-26config_file: iterate over keys in the order they were addedPatrick Steinhardt
2018-03-26config_file: add list holding config entries in order of appearancePatrick Steinhardt
2018-03-26config_file: pass complete entry structure into `append_entry`Patrick Steinhardt
2018-03-26config_file: rename `refcounted_strmap` to `diskfile_entries`Patrick Steinhardt
2018-03-26config_file: rename parse_data structPatrick Steinhardt
2018-03-26config_file: use new line to declare new variablePatrick Steinhardt
2018-03-26config_file: refactor freeing of config entry listsPatrick Steinhardt
2018-03-26config_file: rename cvar_t struct to config_entry_listPatrick Steinhardt
2018-03-26config_file: move include depth into config entryPatrick Steinhardt
2018-03-26config_file: move cvar handling into `append_entry`Patrick Steinhardt
2018-03-26config_file: remove unused list iteration macrosPatrick Steinhardt
2018-02-28config: return an error if config_refresh is called on a snapshotCarlos Martín Nieto
2018-02-28config: harden our use of the backend objects a bitCarlos Martín Nieto
2018-02-28config: move the level field into the headerCarlos Martín Nieto
2018-02-28config: move the repository to the diskfile headerCarlos Martín Nieto
2017-11-11config_parse: use common parser interfacePatrick Steinhardt
2017-11-11config_file: split out module to parse config filesPatrick Steinhardt
2017-11-04Merge remote-tracking branch 'upstream/master' into pks/conditional-includesCarlos Martín Nieto
2017-11-04config: keep the output parameter at the start of the functionCarlos Martín Nieto
2017-10-30config: check for OOM when writingCarlos Martín Nieto
2017-10-30config: preserve the original case when writing out new sections and varsCarlos Martín Nieto
2017-10-09config_file: implement "gitdir/i" conditionalPatrick Steinhardt
2017-10-09config_file: implement conditional "gitdir" includesPatrick Steinhardt
2017-10-09config_file: make repo and config path accessible to readerPatrick Steinhardt
2017-10-09config_file: extract function to parse include pathPatrick Steinhardt
2017-10-09config: pass repository when opening config filesPatrick Steinhardt
2017-08-15Merge pull request #4288 from pks-t/pks/include-fixupsEdward Thomson
2017-07-15config_file: refuse modifying included variablesPatrick Steinhardt
2017-07-15config_file: move reader into `config_read` onlyPatrick Steinhardt
2017-07-15config_file: refresh all files if includes were modifiedPatrick Steinhardt