summaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* Typedef git_config_level_t and use it everywhereRussell Belfer2013-05-241-12/+12
* More config code checks and cleanupsRussell Belfer2013-05-231-23/+34
* More tests of config with various absent filesRussell Belfer2013-05-231-1/+4
* Unify whitespaces to tabsLinquize2013-05-151-3/+3
* config: convenience function to open global/xdgCarlos Martín Nieto2013-05-071-0/+8
* repo: unconditionally create a global config backendCarlos Martín Nieto2013-05-071-5/+36
* More care catching and setting config errorsRussell Belfer2013-05-011-8/+20
* Catch issue in config set with no config fileRussell Belfer2013-04-301-0/+6
* Clear repo config cache when cfgs are setRussell Belfer2013-04-231-1/+7
* Add configs to repo config cacheRussell Belfer2013-04-231-0/+3
* Move git_config_backend to include/git2/sysRussell Belfer2013-04-211-0/+1
* Merge pull request #1417 from arrbee/opts-for-pathsVicent Martí2013-03-181-59/+29
|\
| * Switch search paths to classic delimited stringsRussell Belfer2013-03-181-1/+1
| * Implement global/system file search pathsRussell Belfer2013-03-151-59/+29
* | Merge pull request #1420 from KindDragon/static-code-analyzer-warningsVicent Martí2013-03-181-3/+3
|\ \
| * | Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-181-3/+3
| |/
* | config: don't allow passing NULL as a value to setCarlos Martín Nieto2013-03-091-0/+5
|/
* Allow empty config object and use itRussell Belfer2013-03-011-6/+0
* Implement config key validation rulesRussell Belfer2013-01-291-43/+46
* update copyrightsEdward Thomson2013-01-081-1/+1
* Deploy GITERR_CHECK_VERSIONBen Straub2012-11-301-14/+1
* Deploy git_config_backend versionBen Straub2012-11-301-0/+15
* Consolidate text buffer functionsRussell Belfer2012-11-281-1/+2
* Clean up config.hBen Straub2012-11-271-37/+37
* It is okay to not have a .gitconfig fileRussell Belfer2012-11-201-1/+1
* config: Opening a nonexistent file returns ENOTFOUNDnulltoken2012-11-171-7/+19
* Fix -Wmaybe-uninitialized warningMichael Schubert2012-11-161-1/+1
* Fix a few valgrind errorsCarlos Martín Nieto2012-11-131-1/+1
* config: return an emtpy string when there is no valueCarlos Martín Nieto2012-11-131-14/+24
* config: rename get_config_entry -> config_entryCarlos Martín Nieto2012-11-131-1/+1
* config: make git_config_open_level() work with an empty confignulltoken2012-11-091-2/+0
* Add git_config_refresh() API to reload configRussell Belfer2012-10-301-0/+14
* Merge pull request #925 from nulltoken/topic/moving-branch-updates-configRussell Belfer2012-10-251-0/+78
|\
| * config: introduce git_config_rename_section()nulltoken2012-10-251-0/+78
* | config: Only dereference value on successVicent Marti2012-10-251-1/+1
|/
* Add config level support in the config APIyorah2012-10-231-171/+331
* Rename xdr to xdgSven Strickroth2012-10-021-5/+5
* git_config_open_default: Honour xdr configSven Strickroth2012-09-251-0/+3
* Fixed missing methodSven Strickroth2012-09-251-0/+22
* Correctly read xdr compatible %HOME%/.config/git/config config fileSven Strickroth2012-09-241-2/+6
* Support new config locationsRussell Belfer2012-08-241-1/+6
* Some cleanup suggested during reviewRussell Belfer2012-08-221-15/+1
* Add template dir and set gid to repo initRussell Belfer2012-08-221-0/+25
* portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-2/+2
* Adding git_config_foreach_match() iteration fnRussell Belfer2012-07-101-3/+13
* config: do not set an error for GIT_ENOTFOUNDMichael Schubert2012-05-191-1/+0
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-8/+8
* errors: Rename the generic return codesVicent Martí2012-05-181-8/+8
* global: Change parameter ordering in APIVicent Martí2012-05-181-44/+28
* Remove old and unused error codesVicent Martí2012-05-021-3/+2