summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Added methods to search objects of different typesMarc Pegon2011-06-064-0/+69
* 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
* Merge pull request #193 from carlosmn/configVicent Martí2011-05-191-0/+14
|\
| * Add documentation for git_config_add_backendCarlos Martín Nieto2011-05-171-0/+7
| * Implement git_config_open_globalCarlos Martín Nieto2011-05-171-0/+7
* | index: Fix issues in the unmerged entries APIVicent Marti2011-05-191-6/+10
* | Merge branch 'development' into unmergedJakob Pfender2011-05-178-120/+401
|\ \ | |/
| * config_file: Fix compilationVicent Marti2011-05-171-3/+0
| * Merge upstream/developmentCarlos Martín Nieto2011-05-175-90/+105
| |\
| | * Change error codes from DEFINEs to an enumVicent Marti2011-05-151-64/+58
| | * Include "common.h" in "errors.h"Vicent Marti2011-05-131-0/+2
| | * libgit2 v0.12.0 "absolutely no reason"v0.12.0Vicent Marti2011-05-111-2/+2
| | * Move all error-related defines to `git2/errors.h`Vicent Marti2011-05-112-94/+92
| | * Bring back `git_strerror`Vicent Marti2011-05-111-0/+12
| | * Fix issue #79 - git_lasterror() isn't appearing in git2.dll in windows.kelly.leahy2011-05-091-0/+2
| | * Merge branch 'error-handling' into developmentVicent Marti2011-05-093-4/+11
| | |\
| | | * Change error handling mechanism once againVicent Marti2011-05-091-0/+3
| | | * errors: Update external API with new `git_lasterror`Vicent Marti2011-05-092-4/+7
| | | * errors: Add error handling functionVicent Marti2011-05-091-0/+1
| | * | Fix misspelling of git_index_append2 (was git_index_apppend2).Jason R. McNeil2011-05-031-2/+2
| | |/
| * | Move config to a backend structureCarlos Martín Nieto2011-05-103-1/+71
| * | Merge remote-tracking branch 'upstream/development' into configCarlos Martín Nieto2011-05-053-33/+81
| |\ \ | | |/
| | * Re-apply missing patchesVicent Marti2011-05-021-23/+13
| | * index: Refactor add/replace methodsVicent Marti2011-04-241-10/+50
| | * Merged pull request #140 from jpfender/insert-replace.Vicent Martí2011-04-231-4/+5
| | |\
| | | * index: Allow user to toggle whether to replace an index entryJakob Pfender2011-04-211-4/+5
| | * | LIBGIT2_VER_MINOR now matches LIBGIT2_VERSION (0.11.0)Emmanuel Rodriguez2011-04-211-1/+1
| | |/
| * | config: export git_config_[sg]et_longCarlos Martín Nieto2011-04-191-0/+20
| * | Merge upstream/developmentCarlos Martín Nieto2011-04-115-6/+113
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/development' into configCarlos Martín Nieto2011-04-063-8/+221
| |\ \ \
| * \ \ \ Merge upstream/developmentCarlos Martín Nieto2011-03-3116-360/+667
| |\ \ \ \
| * | | | | Determine variable type at runtimeCarlos Martín Nieto2011-03-302-55/+12
| * | | | | Expose config API for setters, getters and foreachCarlos Martín Nieto2011-03-291-2/+126
| * | | | | Move git_cvar_type to include/git2/config.hCarlos Martín Nieto2011-03-291-0/+7
| * | | | | Rename git_config_{type,var} to git_cvar{_type,}Carlos Martín Nieto2011-03-291-1/+1
| * | | | | Make GIT_EINVALIDTYPE available for use in configCarlos Martín Nieto2011-03-291-1/+1