summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* config: Fix unmatched parameters in docsVicent Marti2011-06-301-1/+1
* repository: Make head_detached() and head_orphan() convenience methods access...nulltoken2011-06-301-2/+2
* config: `foreach` now returns variable values tooVicent Marti2011-06-291-7/+10
* refs: Remove duplicate rename methodVicent Marti2011-06-291-15/+1
* test: Properly show error messagesVicent Marti2011-06-281-0/+5
* repo: Rename HEAD-related methodsVicent Marti2011-06-281-2/+2
* Merge pull request #279 from carlosmn/detached-orphanVicent Martí2011-06-281-0/+24
|\
| * Add git_repository_is_detached, git_repository_is_orphanCarlos Martín Nieto2011-06-281-0/+24
* | Remove redundant methods from the APIVicent Marti2011-06-284-193/+47
|/
* added defines for Haiku in types.hAnkur Sethi2011-06-231-0/+5
* libgit2 v0.13.0 "Watermelon Wheat"v0.13.0Vicent Marti2011-06-191-2/+2
* odb: Add GIT_EPASSTHROUGHVicent Marti2011-06-191-0/+3
* config: Fix API docsVicent Marti2011-06-191-2/+2
* config: Bring back `git_config_open_global`Vicent Marti2011-06-181-1/+33
* config: Cleanup external APIVicent Marti2011-06-182-17/+65
* Add git_repository_config APICarlos Martín Nieto2011-06-171-0/+10
* Update documentationVicent Marti2011-06-168-27/+31
* oid: Uniformize ncmp methodsVicent Marti2011-06-161-4/+11
* oid: Rename methodsVicent Marti2011-06-161-2/+2
* refs: Rename git_referece_listcb to _foreachVicent Marti2011-06-161-4/+3
* Add method to get the compiled version of the libVicent Marti2011-06-161-0/+10
* Merge pull request #261 from Romain-Geissler/discovery-path-v2Vicent Martí2011-06-152-3/+23
|\
| * Fix: GIT_PATH_PATH_SEPARATOR is now a semi-colon under Windows.Romain Geissler2011-06-152-3/+23
* | fix gid_ misspellingScott Chacon2011-06-141-2/+2
* | Remove custom backendsVicent Marti2011-06-141-2/+0
* | Merge pull request #216 from glesserd/developmentVicent Martí2011-06-081-1/+3
|\ \
| * | Change a dirty indentationDavid Glesser2011-06-041-1/+1
| * | Set the oid when a tag already exists.David Glesser2011-05-301-1/+3
* | | config: explain the cfg and file relationship betterCarlos Martín Nieto2011-06-071-6/+16
* | | config: update the git_config_add_file documentationCarlos Martín Nieto2011-06-071-2/+2
* | | threads: Cleanup TLS declarationsVicent Marti2011-06-071-30/+37
* | | Revert "threads: Fix TLS declarations"Vicent Marti2011-06-071-37/+30
* | | Merge pull request #240 from Romain-Geissler/tree-object-typeVicent Martí2011-06-061-0/+8
|\ \ \
| * | | Tree: Added a function that returns the type of a tree entry.Romain Geissler2011-06-061-0/+8
* | | | Merge pull request #239 from pegonma/oid_prefixVicent Martí2011-06-064-0/+69
|\ \ \ \
| * | | | Added methods to search objects of different typesMarc Pegon2011-06-064-0/+69
| |/ / /
* | | | Merge pull request #238 from pegonma/git_oid_ncmpVicent Martí2011-06-061-1/+1
|\ \ \ \
| * | | | Renamed git_oid_match to git_oid_ncmp.Marc Pegon2011-06-061-1/+1
| |/ / /
* | | | Merge pull request #234 from Romain-Geissler/entry-count-API-uniformisationVicent Martí2011-06-062-4/+16
|\ \ \ \
| * | | | Index: API uniformisation: Use unsigned int for all index number.Romain Geissler2011-06-051-2/+14
| * | | | Tree: API uniformasation: Use unsigned int for all index number.Romain Geissler2011-06-051-2/+2
* | | | | threads: Fix TLS declarationsVicent Marti2011-06-071-30/+37
| |/ / / |/| | |
* | | | repository: Export all internal pathsVicent Marti2011-06-041-9/+18
* | | | Merge pull request #227 from Romain-Geissler/discovery-path-v2Vicent Martí2011-06-031-0/+28
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Repository: Added the git_repository_discover function that finds by itself t...Romain Geissler2011-06-041-0/+28
* | | index: Add `git_index_entry_stage` methodVicent Marti2011-06-031-0/+12
|/ /
* | short-oid: CleanupVicent Marti2011-06-013-6/+14
* | Changed return value of git_oid_match to be consistent with the other compare...Marc Pegon2011-06-011-1/+1
* | Added a GIT_OID_MINPREFIXLEN constant to define the minimum length allowed fo...Marc Pegon2011-06-013-5/+10
* | Added git.git sha1 lookup method to replace simple binary search in pack back...Marc Pegon2011-06-012-1/+61