summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fileops: Fix stat() on directories for W32fileopsVicent Marti2011-07-044-28/+26
* fileops: Drop `git_fileops_prettify_path`Vicent Marti2011-07-049-129/+158
* fileops: CleanupVicent Marti2011-07-0433-1064/+1134
* build: Move OS-specific compat to their own foldersVicent Marti2011-07-035-5/+6
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-0137-139/+139
* cmake: Use system zlib if found on non-Windows systemsTim Harder2011-07-011-3/+14
* zlib: Declare preprocessor directives at build timeVicent Marti2011-07-012-5/+1
* build: Simplify build structureVicent Marti2011-07-015-10/+9
* common: Force 64 bit fileops at compile timeVicent Marti2011-06-302-4/+2
* zlib: No visualization attributes.Vicent Marti2011-06-301-0/+1
* refs: Remove bogus assertionVicent Marti2011-06-301-4/+2
* config: Fix unmatched parameters in docsVicent Marti2011-06-301-1/+1
* Merge pull request #287 from kiryl/developmentVicent Martí2011-06-302-0/+15
|\
| * filebuf: fix endless loop on writing buf > WRITE_BUFFER_SIZEKirill A. Shutemov2011-06-302-0/+15
* | Merge pull request #288 from nulltoken/patch-4Vicent Martí2011-06-301-2/+2
|\ \ | |/ |/|
| * repository: Make head_detached() and head_orphan() convenience methods access...nulltoken2011-06-301-2/+2
|/
* Merge pull request #284 from nulltoken/topic/hide-git-dirVicent Martí2011-06-294-0/+27
|\
| * Hide ".git" directory on Windows upon creation of a non bare repositorynulltoken2011-06-294-0/+27
|/
* config: `foreach` now returns variable values tooVicent Marti2011-06-293-10/+13
* refs: Remove duplicate rename methodVicent Marti2011-06-293-164/+140
* sig: allow empty namesCarlos Martín Nieto2011-06-281-2/+0
* repo: Fix git_repository_is_emptyVicent Marti2011-06-281-3/+7
* test: Properly show error messagesVicent Marti2011-06-285-5/+20
* test: Print last error message properlyVicent Marti2011-06-281-17/+10
* repo: Rename HEAD-related methodsVicent Marti2011-06-283-14/+14
* commit: Allow spaces inside email addressesVicent Marti2011-06-281-1/+1
* Merge pull request #279 from carlosmn/detached-orphanVicent Martí2011-06-283-0/+107
|\
| * Add tests for detached and orphanCarlos Martín Nieto2011-06-281-0/+42
| * Add git_repository_is_detached, git_repository_is_orphanCarlos Martín Nieto2011-06-282-0/+65
* | refs: Remove unused declarationsVicent Marti2011-06-281-2/+0
* | Merge pull request #277 from schu/sign-compareVicent Martí2011-06-281-16/+5
|\ \
| * | git_blob_create_fromfile: remove old codeschu2011-06-271-16/+5
| |/
* | Remove redundant methods from the APIVicent Marti2011-06-2812-592/+304
|/
* Merge pull request #276 from carlosmn/developmentVicent Martí2011-06-261-0/+4
|\
| * Bring back GCC flagsCarlos Martín Nieto2011-06-261-0/+4
|/
* revwalk: Do not set error string on revwalk overVicent Marti2011-06-241-4/+7
* cmake: Do not pass `/Tc` to MSVCVicent Marti2011-06-231-1/+1
* Merge pull request #273 from GeneralMaximus/developmentVicent Martí2011-06-231-0/+5
|\
| * added defines for Haiku in types.hAnkur Sethi2011-06-231-0/+5
|/
* refs: Do not overflow when normalizing refnamesVicent Marti2011-06-234-30/+36
* Merge pull request #269 from schu/infinite-appendVicent Martí2011-06-212-4/+20
|\
| * gitfo_read: fix read-loopschu2011-06-201-4/+2
| * Add test case checking GIT_FILEBUF_APPENDschu2011-06-201-0/+18
* | Merge pull request #270 from carlosmn/valgrindVicent Martí2011-06-212-5/+10
|\ \ | |/ |/|
| * Stat files with full pathnamesCarlos Martín Nieto2011-06-201-4/+8
| * Allocate enough memory for the terminator in commit parsingCarlos Martín Nieto2011-06-201-1/+2
|/
* libgit2 v0.13.0 "Watermelon Wheat"v0.13.0Vicent Marti2011-06-191-2/+2
* odb: Add GIT_EPASSTHROUGHVicent Marti2011-06-192-17/+28
* config: Fix API docsVicent Marti2011-06-191-2/+2
* Merge pull request #268 from nulltoken/patch-3Vicent Martí2011-06-191-1/+1
|\