summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | update examples content to be compilable and up to dateScott Chacon2011-06-155-5/+40
|/ /
* | fix the example urlsScott Chacon2011-06-142-17/+15
* | add examples for docsScott Chacon2011-06-143-0/+463
* | replace stupid doxygenScott Chacon2011-06-142-24/+11
* | Add CTest support for CIVicent Marti2011-06-141-0/+3
* | fix gid_ misspellingScott Chacon2011-06-142-3/+3
* | Port MSVC specific Waf compilation flags to CMake and remove dynamic dependen...Em2011-06-141-0/+7
* | Update README.mdVicent Marti2011-06-141-68/+19
* | build: Cleanup CMakeVicent Marti2011-06-141-30/+11
* | build: Drop waf supportVicent Marti2011-06-143-285/+13
* | Remove custom backendsVicent Marti2011-06-148-807/+1
* | Merge pull request #258 from carlosmn/no-arpaVicent Martí2011-06-141-1/+0
|\ \ | |/ |/|
| * Remove uneeded arpa/inet.h includeCarlos Martín Nieto2011-06-141-1/+0
|/
* use proper in-memory database for sqlite3 testsBrian Lopez2011-06-111-1/+1
* Merge pull request #253 from sschuberth/msvc10-fixesVicent Martí2011-06-114-6/+12
|\
| * 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-082-35/+90
|\
| * Fix the error pointed out by tanoku.David Glesser2011-06-071-3/+3
| * Change a dirty indentationDavid Glesser2011-06-041-1/+1
| * 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-302-2/+6
| * 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-082-1/+13
|\ \ \ | |/ / |/| |
| * | filebuf cleanup: only unlink lockfile if we've opened itCarlos Martín Nieto2011-06-071-1/+1
| * | Add test for git_filebuf_open error codeCarlos Martín Nieto2011-06-071-0/+12
* | | Merge pull request #243 from jpfender/symlinks2Vicent Martí2011-06-074-13/+48
|\ \ \
| * | | Export gitfo_shallow_existsJakob Pfender2011-06-071-0/+1
| * | | fileops: Allow differentiation between deep and shallow exists()Jakob Pfender2011-06-072-1/+7
| * | | Revert "common: Include stat.h in include/git2/common.h instead of src/common.h"Jakob Pfender2011-06-072-1/+1
| * | | blob: Stat path inside git_blob_create_fromfileJakob Pfender2011-06-073-3/+6
| * | | common: Include stat.h in include/git2/common.h instead of src/common.hJakob Pfender2011-06-072-1/+1
| * | | index: Correctly write entry modeJakob Pfender2011-06-071-1/+10
| * | | index/fileops: Correctly process symbolic linksJakob Pfender2011-06-073-2/+5