summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fileops: CleanupVicent Marti2011-07-0527-928/+997
* build: Move OS-specific compat to their own foldersVicent Marti2011-07-034-2/+2
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-0119-91/+91
* build: Simplify build structureVicent Marti2011-07-014-4/+5
* common: Force 64 bit fileops at compile timeVicent Marti2011-06-301-4/+0
* refs: Remove bogus assertionVicent Marti2011-06-301-4/+2
* filebuf: fix endless loop on writing buf > WRITE_BUFFER_SIZEKirill A. Shutemov2011-06-301-0/+1
* Hide ".git" directory on Windows upon creation of a non bare repositorynulltoken2011-06-293-0/+22
* config: `foreach` now returns variable values tooVicent Marti2011-06-292-3/+3
* refs: Remove duplicate rename methodVicent Marti2011-06-291-142/+132
* 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-282-4/+10
* repo: Rename HEAD-related methodsVicent Marti2011-06-281-2/+2
* commit: Allow spaces inside email addressesVicent Marti2011-06-281-1/+1
* Merge pull request #279 from carlosmn/detached-orphanVicent Martí2011-06-281-0/+41
|\
| * Add git_repository_is_detached, git_repository_is_orphanCarlos Martín Nieto2011-06-281-0/+41
* | 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-285-334/+204
|/
* revwalk: Do not set error string on revwalk overVicent Marti2011-06-241-4/+7
* refs: Do not overflow when normalizing refnamesVicent Marti2011-06-233-25/+31
* Merge pull request #269 from schu/infinite-appendVicent Martí2011-06-211-4/+2
|\
| * gitfo_read: fix read-loopschu2011-06-201-4/+2
* | 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
|/
* odb: Add GIT_EPASSTHROUGHVicent Marti2011-06-191-17/+25
* mingw: Fix compilationVicent Marti2011-06-182-1/+6
* config: Fix sorting of repository config filesVicent Marti2011-06-181-2/+2
* config: Bring back `git_config_open_global`Vicent Marti2011-06-181-0/+33
* config: Fix compilation in MSVCVicent Marti2011-06-181-5/+5
* 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-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
|\