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-23git_error: use new names in internal APIs and usageEdward Thomson
2019-01-04config: assert that our parameters are validEtienne Samson
2018-11-28config: fix adding files if their parent directory is a filePatrick Steinhardt
2018-11-02config: add asserts for non-null parameters in lock/unlockEtienne Samson
2018-10-18config: remove last instance of `git__strntol64`Patrick 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-28config: make names backend-agnosticPatrick Steinhardt
2018-09-21config: rename `file_internal` and its `file` memberPatrick Steinhardt
2018-09-21config: rename `files` vector to `backends`Patrick Steinhardt
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2017-10-09config: pass repository when opening config filesPatrick Steinhardt
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-05-20Merge pull request #4179 from libgit2/ethomson/expand_tildeCarlos Martín Nieto
2017-04-26config: skip r/o backends when writingPatrick Steinhardt
2017-03-23config: expand paths with `git_sysdir_expand...`Edward Thomson
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-10-06Make sure we use the `C` locale for `regcomp` on macOS.Arthur Schreiber
2015-10-21config: add a ProgramData levelCarlos Martín Nieto
2015-08-17Fix build warning: implicit declaration of function ‘git_transaction_config...Leo Yang
2015-08-12config: perform unlocking via git_transactionCarlos Martín Nieto
2015-08-12config: expose locking via the main APICarlos Martín Nieto
2015-06-22config: provide a function to reverse-lookup mapped cvarsCarlos Martín Nieto
2015-04-29Do not call regfree() on an empty regex that is not successfully created by r...Yong Li
2015-04-10Fix checking of return value for regcomp.Patrick Steinhardt
2015-03-03config: borrow refcounted referencesCarlos Martín Nieto
2015-01-14config: add parsing and getter for pathsCarlos Martín Nieto
2014-10-23config: remove the refresh function and backend fieldCarlos Martín Nieto
2014-05-30config: initialize the errorCarlos Martín Nieto
2014-05-14Some coverity inspired cleanupsRussell Belfer
2014-05-12Merge pull request #2334 from libgit2/rb/fix-2333Russell Belfer
2014-05-12Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer
2014-05-08Be more careful with user-supplied buffersRussell Belfer
2014-05-02Improve handling of fake home directoryRussell Belfer
2014-05-02Fix remaining init_options inconsistenciesRussell Belfer
2014-05-01Check for NULL before passing it to vsnprintfJacques Germishuys
2014-04-18config: implement config snapshottingCarlos Martín Nieto
2014-04-01Fix git_submodule_sync and add new config helperRussell Belfer
2014-03-06Added function-based initializers for every options struct.Matthew Bowen
2014-02-25Move system directory cache out of utilsEdward Thomson
2014-01-27config: use git_buf for returning pathsCarlos Martín Nieto
2014-01-19Merge pull request #2059 from linquize/git_config_get_crashEdward Thomson
2014-01-18Fix segfault when calling git_config_get_* functions when a config fails to loadLinquize
2014-01-14Fix a memory leak in `git_config_iterator_glob_new`.Arthur Schreiber
2014-01-13config: handle NULL pointers passed to git_config_iterator_free()Brodie Rao
2013-12-11One more rename/cleanup for callback err functionsRussell Belfer
2013-12-11Further callback error check style fixesRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-11Improve GIT_EUSER handlingRussell Belfer
2013-12-11Add config read fns with controlled error behaviorRussell Belfer