summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix link to API documentationnulltoken2011-06-181-1/+1
|/
* mingw: Fix compilationVicent Marti2011-06-182-1/+6
* config: Fix sorting of repository config filesVicent Marti2011-06-182-4/+3
* config: Bring back `git_config_open_global`Vicent Marti2011-06-182-1/+66
* config: Update examplesVicent Marti2011-06-181-1/+1
* config: Fix compilation in MSVCVicent Marti2011-06-182-13/+6
* config: TyporrrrlVicent Marti2011-06-181-1/+5
* Merge pull request #267 from Jopie64/developmentVicent Martí2011-06-171-1/+1
|\
| * Fix compilation error in MSVC when compiling for c++Johan 't Hart2011-06-171-1/+1
* | config: Cleanup external APIVicent Marti2011-06-185-113/+140
* | Add fall-back support to the configurationCarlos Martín Nieto2011-06-173-3/+31
* | Add a test for overriding configCarlos Martín Nieto2011-06-173-0/+28
* | Parse the repo's configuration when we load itCarlos Martín Nieto2011-06-171-0/+6
* | Add git_repository_config APICarlos Martín Nieto2011-06-173-1/+48
* | Remove double-spaceCarlos Martín Nieto2011-06-171-1/+1
|/
* config: Fix unitialized variable warningVicent Marti2011-06-171-4/+3
* cmake: Build shared library by defaultVicent Marti2011-06-172-2/+2
* windows: Disable Runtime checksVicent Marti2011-06-171-1/+2
* Merge pull request #264 from nulltoken/patch-2Vicent Martí2011-06-171-1/+1
|\
| * Fix misleading comment in CMake build script2011-06-161-1/+1
* | Merge pull request #266 from carlosmn/valgrindVicent Martí2011-06-173-1/+14
|\ \
| * | Plug an index leakCarlos Martín Nieto2011-06-161-0/+1
| * | Plug leaks in the repo discovery testsCarlos Martín Nieto2011-06-161-0/+2
| * | Plug two leaks in config writingCarlos Martín Nieto2011-06-161-1/+11
* | | fileops: Cast the GetProcAddress valueVicent Marti2011-06-171-3/+4
* | | fileops: Fix 'GetFinalPathNameByHandleA' in old platformsVicent Marti2011-06-171-1/+17
| |/ |/|
* | Merge pull request #263 from carlosmn/refs-writingVicent Martí2011-06-161-26/+8
|\ \ | |/ |/|
| * Simplify loose ref writingCarlos Martín Nieto2011-06-161-26/+8
|/
* Update documentationVicent Marti2011-06-168-27/+31
* oid: Uniformize ncmp methodsVicent Marti2011-06-165-50/+38
* oid: Rename methodsVicent Marti2011-06-1618-103/+103
* refs: Rename git_referece_listcb to _foreachVicent Marti2011-06-163-8/+7
* Merge pull request #248 from carlosmn/configVicent Martí2011-06-153-7/+231
|\
| * Test replacing a valueCarlos Martín Nieto2011-06-142-0/+24
| * Indent config variables with tagsCarlos Martín Nieto2011-06-141-2/+2
| * config: implement config writingCarlos Martín Nieto2011-06-081-1/+172
| * config: store new variables with the internal representation of the sectionCarlos Martín Nieto2011-06-081-1/+34
| * Remove an unfortunate optimisation from cvar_match_sectionCarlos Martín Nieto2011-06-081-5/+1
* | Add method to get the compiled version of the libVicent Marti2011-06-162-0/+18
* | Merge pull request #261 from Romain-Geissler/discovery-path-v2Vicent Martí2011-06-155-12/+26
|\ \
| * | Fix: GIT_PATH_PATH_SEPARATOR is now a semi-colon under Windows.Romain Geissler2011-06-155-12/+26
* | | Merge pull request #251 from nulltoken/fix/msvc-warningsVicent Martí2011-06-154-5/+9
|\ \ \
| * | | Add mode_t definition in MSVC compat layernulltoken2011-06-152-1/+3
| * | | Fix filebuf0 test which was failing on Windowsnulltoken2011-06-121-1/+4
| * | | Fix compilation warnings in MSVCnulltoken2011-06-123-5/+4
* | | | Merge pull request #260 from nulltoken/fix/git_index_addVicent Martí2011-06-153-4/+45
|\ \ \ \
| * | | | git_index_add: enforce test coveragenulltoken2011-06-151-1/+42
| * | | | blob: Fix git_blob_create_fromfile()nulltoken2011-06-152-3/+3
| |/ / /
* | | | Merge pull request #259 from schu/nitpicky-markdownVicent Martí2011-06-151-1/+1
|\ \ \ \
| * | | | README.md: do not break syntax highlightingschu2011-06-151-1/+1