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
2015-11-24tests: config::stress: free `git_config` structsPatrick Steinhardt
2015-11-24tests: config::global: fix memleak in open_programdataPatrick Steinhardt
2015-11-17config::global: use PROGRAMDATA configurationEdward Thomson
2015-10-30config: add failing test for an external modificationCarlos Martín Nieto
2015-10-21config: add a ProgramData levelCarlos Martín Nieto
2015-09-18config: test that comments are left as with gitLinquize
2015-09-17git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson
2015-09-13Don't free config in `git_transaction_commit`.Arthur Schreiber
2015-08-12config: perform unlocking via git_transactionCarlos Martín Nieto
2015-08-12config: expose locking via the main APICarlos Martín Nieto
2015-08-12config: implement basic transactional supportCarlos Martín Nieto
2015-05-04config: test all multivars are updatedEdward Thomson
2015-05-04config: use wildcard in test instead of empty exprEdward Thomson
2015-05-04config: cleanup some now-unused variablesEdward Thomson
2015-05-04Test setting config var under duplicate header.Ryan Roden-Corrent
2015-05-04config: examine whole file when writingEdward Thomson
2015-05-04config: test overwriting cvar in multiple regionsEdward Thomson
2015-05-04config: ensure we can write to an empty fileEdward Thomson
2015-04-23config: ensure we can write to an empty fileEdward Thomson
2015-04-23config: test that we validate the keyEdward Thomson
2015-04-21Specify mock config file content in test.Ryan Roden-Corrent
2015-04-21Unittest to validate config entry deletion bug.Ryan Roden-Corrent
2015-04-20config_file: comment char can be invalid escapeEdward Thomson
2015-04-20config_file: parse multilines generouslyEdward Thomson
2015-04-10Fix checking of return value for regcomp.Patrick Steinhardt
2015-03-04Plug a few leaksCarlos Martín Nieto
2015-03-03config: borrow refcounted referencesCarlos Martín Nieto
2015-02-13Add test for include.path inside included configYury G. Kudryashov
2015-01-14config: add parsing and getter for pathsCarlos Martín Nieto
2014-12-11tests: use p_ instead of posix func directlyEdward Thomson
2014-11-03Clean up issues include.path issues found during code review.John Fultz
2014-11-01Make config reading continue after hitting a missing include file.John Fultz
2014-10-27config test: clean up memory leakEdward Thomson
2014-10-23config: remove the refresh function and backend fieldCarlos Martín Nieto
2014-10-23Change the length of the file so that the change is picked up.Alan Rogers
2014-10-23Add a test to make sure a new snapshot has the new value.Alan Rogers
2014-10-04config: Add test cases that have trailing spaces before comment charsLinquize
2014-08-09config: a multiline var can start immediatelyCarlos Martín Nieto
2014-07-16Add unit test to test add section without lf at EOFLinquize
2014-05-16Merge pull request #2313 from libgit2/cmn/remote-deleteVicent Marti
2014-05-15Better search path sandboxingRussell Belfer
2014-05-12Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer
2014-05-02Improve handling of fake home directoryRussell Belfer
2014-04-30tests: Introduce count_config_entries_match() helpernulltoken
2014-04-18config: refresh on deleteCarlos Martín Nieto
2014-04-18config: refresh before reading a valueCarlos Martín Nieto
2014-04-18config: refresh the values on writeCarlos Martín Nieto
2014-04-18config: implement config snapshottingCarlos Martín Nieto
2014-04-18config: document current write behaviour in a testCarlos Martín Nieto
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer