summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-182-75/+61
* | Add fall-back support to the configurationCarlos Martín Nieto2011-06-171-3/+9
* | 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-172-1/+38
* | Remove double-spaceCarlos Martín Nieto2011-06-171-1/+1
|/
* config: Fix unitialized variable warningVicent Marti2011-06-171-4/+3
* Merge pull request #266 from carlosmn/valgrindVicent Martí2011-06-171-1/+11
|\
| * 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
* | Simplify loose ref writingCarlos Martín Nieto2011-06-161-26/+8
|/
* oid: Uniformize ncmp methodsVicent Marti2011-06-164-46/+27
* oid: Rename methodsVicent Marti2011-06-167-14/+14
* refs: Rename git_referece_listcb to _foreachVicent Marti2011-06-162-4/+4
* Merge pull request #248 from carlosmn/configVicent Martí2011-06-151-7/+207
|\
| * 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-161-0/+8
* | Merge pull request #261 from Romain-Geissler/discovery-path-v2Vicent Martí2011-06-152-8/+2
|\ \
| * | Fix: GIT_PATH_PATH_SEPARATOR is now a semi-colon under Windows.Romain Geissler2011-06-152-8/+2
* | | Merge pull request #251 from nulltoken/fix/msvc-warningsVicent Martí2011-06-152-3/+4
|\ \ \
| * | | Add mode_t definition in MSVC compat layernulltoken2011-06-152-1/+3
| * | | Fix compilation warnings in MSVCnulltoken2011-06-122-4/+3
* | | | Merge pull request #260 from nulltoken/fix/git_index_addVicent Martí2011-06-152-3/+3
|\ \ \ \
| * | | | blob: Fix git_blob_create_fromfile()nulltoken2011-06-152-3/+3
| |/ / /
* | | | fix gid_ misspellingScott Chacon2011-06-141-1/+1
* | | | Remove custom backendsVicent Marti2011-06-142-513/+0
* | | | Remove uneeded arpa/inet.h includeCarlos Martín Nieto2011-06-141-1/+0
|/ / /
* | | Add missing function declarations to avoid MSVC compiler warningsSebastian Schuberth2011-06-101-0/+3
* | | Use "__inline" instead of "inline" with MSVCSebastian Schuberth2011-06-101-1/+1
* | | Prefer to use file mode defines instead of raw numbersSebastian Schuberth2011-06-101-2/+2
* | | Prefer to use S_IFLNK instead of _S_IFLNK for consistencySebastian Schuberth2011-06-101-1/+1
* | | Add some missing MSVC compatibility definesSebastian Schuberth2011-06-101-2/+5
* | | Merge pull request #216 from glesserd/developmentVicent Martí2011-06-081-34/+87
|\ \ \
| * | | Fix the error pointed out by tanoku.David Glesser2011-06-071-3/+3
| * | | Modify git_tag_create_frombuffer: the buffer is not modified whenDavid Glesser2011-05-311-7/+36
| * | | Modify create_tag : verifications are now done in an another functionDavid Glesser2011-05-311-26/+48
| * | | Set the oid when a tag already exists.David Glesser2011-05-301-1/+3
| * | | Add an error message when a tag already exists.David Glesser2011-05-301-2/+2
* | | | Merge pull request #250 from pegonma/commit_short_messageVicent Martí2011-06-081-4/+11
|\ \ \ \
| * | | | Changed commit short messages so that they match git log --oneline output.Marc Pegon2011-06-081-4/+11
* | | | | windows: Fix Symlink issuesVicent Marti2011-06-085-16/+145
* | | | | Merge pull request #246 from carlosmn/keep-lockVicent Martí2011-06-081-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | filebuf cleanup: only unlink lockfile if we've opened itCarlos Martín Nieto2011-06-071-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #243 from jpfender/symlinks2Vicent Martí2011-06-074-13/+48
|\ \ \ \
| * | | | Export gitfo_shallow_existsJakob Pfender2011-06-071-0/+1