summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* Add git.git's fnmatch, which is really GNU's and the git__fnmatch wrapperCarlos Martín Nieto2011-06-262-0/+13
* Add a to-do list for remotesCarlos Martín Nieto2011-06-261-0/+8
* Add a remotes APICarlos Martín Nieto2011-06-264-0/+92
* added defines for Haiku in types.hAnkur Sethi2011-06-231-0/+5
* 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
* | Added error for ambiguous oid prefixes. Added methods to compare the first nt...Marc Pegon2011-06-012-0/+13
* | Added a read_unique_short_oid method to backends, to make it possible to find...Marc Pegon2011-06-011-0/+13
* | Merge pull request #206 from nulltoken/topic/is-bareVicent Martí2011-06-011-0/+8
|\ \
| * | Add git_repository_is_bare() accessornulltoken2011-05-241-0/+8
| |/
* | index: Change the memory management for repo indexesVicent Marti2011-06-012-18/+21
* | object: Update documentationVicent Marti2011-06-011-0/+6
|/
* config: Cleanup & renaming of the external APIVicent Marti2011-05-203-62/+31