summaryrefslogtreecommitdiff
path: root/tests/t15-config.c
Commit message (Expand)AuthorAgeFilesLines
* repository: Change ownership semanticsVicent Marti2011-11-261-358/+0
* filebuf: add GIT_FILEBUF_INIT and protect multiple opens and cleanupsRussell Belfer2011-11-221-1/+1
* *: correct and codify various file permissionsBrodie Rao2011-10-141-1/+1
* config: behave like git with [section.subsection]Carlos Martín Nieto2011-10-011-4/+17
* config: Proper type declarations for 64 bit intsVicent Marti2011-09-301-32/+32
* Make repo config loading automatic or completely explicitCarlos Martín Nieto2011-09-271-16/+3
* Revert "Rewrite getenv to use Win32 version on Windows"Vicent Marti2011-09-271-2/+2
* config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken2011-09-221-1/+19
* Rewrite getenv to use Win32 version on WindowsPaul Betts2011-09-211-2/+2
* Fix tests to use portable setenvPaul Betts2011-09-191-4/+5
* git_repository_config: open global config file automaticallyCarlos Martín Nieto2011-09-121-2/+16
* Drop STRLEN() macrosKirill A. Shutemov2011-08-251-1/+1
* config: Rename `del` to `deleteVicent Marti2011-07-121-4/+4
* Restore config10 test fileCarlos Martín Nieto2011-07-051-0/+7
* Add variable writing testsCarlos Martín Nieto2011-07-051-0/+28
* Add test for section header at end of fileCarlos Martín Nieto2011-07-051-0/+9
* Add tests for deleting a config varCarlos Martín Nieto2011-07-051-0/+30
* config: Fix sorting of repository config filesVicent Marti2011-06-181-2/+1
* config: Fix compilation in MSVCVicent Marti2011-06-181-8/+1
* config: Cleanup external APIVicent Marti2011-06-181-21/+14
* Add fall-back support to the configurationCarlos Martín Nieto2011-06-171-0/+21
* Add a test for overriding configCarlos Martín Nieto2011-06-171-0/+21
* Test replacing a valueCarlos Martín Nieto2011-06-141-0/+22
* Add test for empty config fileCarlos Martín Nieto2011-05-311-0/+9
* Add test for invalid ext headerCarlos Martín Nieto2011-05-311-0/+8
* Add config test for empty lineCarlos Martín Nieto2011-05-311-0/+15
* config: Cleanup & renaming of the external APIVicent Marti2011-05-201-6/+6
* t15: Remove unused variableVicent Marti2011-05-171-1/+0
* Move config to a backend structureCarlos Martín Nieto2011-05-101-6/+6
* config: allow uppercase number suffixesCarlos Martín Nieto2011-04-191-0/+9
* config: add tests for number suffixCarlos Martín Nieto2011-04-111-0/+24
* Merge upstream/developmentCarlos Martín Nieto2011-04-111-0/+138