summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* 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-177-118/+398
|\ \ | |/
| * config_file: Fix compilationVicent Marti2011-05-171-3/+0
| * Merge upstream/developmentCarlos Martín Nieto2011-05-174-88/+103
| |\
| | * 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
| | * 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-052-32/+80
| |\ \ | | |/
| | * Re-apply missing patchesVicent Marti2011-05-021-23/+13
| | * index: Refactor add/replace methodsVicent Marti2011-04-241-10/+50
| | * index: Allow user to toggle whether to replace an index entryJakob Pfender2011-04-211-4/+5
| * | 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-3115-358/+665
| |\ \ \ \
| * | | | | 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
| * | | | | Move the struct declaration outside config.cCarlos Martín Nieto2011-03-282-0/+59
| * | | | | Add `git_oid_shorten`Vicent Marti2011-03-051-0/+54
* | | | | | index: Add API for unmerged entriesJakob Pfender2011-04-211-0/+24
| |_|_|_|/ |/| | | |
* | | | | Add `git_tag_list`Vicent Marti2011-04-121-0/+17
| |_|_|/ |/| | |
* | | | Rename `git_signature_new_now`Vicent Marti2011-04-091-1/+1
* | | | Add API git_signature_new_nowCarlos Martín Nieto2011-04-091-0/+11
* | | | Fix the signature documentationCarlos Martín Nieto2011-04-091-6/+6
* | | | Add two new accessors to the repositorynulltoken2011-04-091-0/+18
* | | | Properly check `strtol` for errorsVicent Marti2011-04-091-0/+6
* | | | Add new method `git_repository_is_empty`Vicent Marti2011-04-081-0/+12
* | | | index.h: Add IDXENTRY flags needed for index operationsJakob Pfender2011-04-081-0/+40