summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
* Added git_commit_tree_oid and git_commit_parent_oid.Sam2011-04-081-0/+20
* Build & write custom trees in memoryVicent Marti2011-04-042-6/+114
* Fix the git_tree_write implementationVicent Marti2011-04-041-10/+16
* New external API method: `git_tree_create`Sarath Lakshman2011-04-031-0/+12
* Merge branch 'tagging' of https://github.com/nulltoken/libgit2 into developmentVicent Marti2011-04-021-1/+74
|\
| * Rename git_tag_create_o_f() to git_tag_create_fo()nulltoken2011-03-301-2/+2
| * Add git_tag_delete()nulltoken2011-03-301-0/+14
| * Add git_tag_create_o_f() and git_tag_create_f() which overwrite existing tag ...nulltoken2011-03-301-0/+58
| * Prevent tag_create() from creating a conflicting referencenulltoken2011-03-301-1/+2
* | Merge branch 'parse-tag-buffer' of https://github.com/carlosmn/libgit2 into d...Vicent Marti2011-04-021-0/+14
|\ \ | |/ |/|
| * Add git_tag_create_frombuffer APICarlos Martín Nieto2011-03-281-0/+14
* | Enforce coding conventions in refs.cVicent Marti2011-03-291-3/+3
* | Fix documentation copy errorCarlos Martín Nieto2011-03-291-2/+2
* | Match the comment with the error stringCarlos Martín Nieto2011-03-291-1/+1
* | Allow forcing the creation or renaming of referencesCarlos Martín Nieto2011-03-291-0/+56
* | Add GIT_EEXISTS error codeCarlos Martín Nieto2011-03-291-0/+3
* | libgit2 version 0.11.0, "McSwifty"v0.11.0Vicent Marti2011-03-281-1/+1
* | signature.h: Fix tiny typoschu2011-03-281-1/+1
* | New external API method: `git_reference_listcb`Vicent Marti2011-03-251-0/+23
* | index.h: Fix minor typoJakob Pfender2011-03-251-1/+1
* | index.h: Correct documentation for git_index_open_inrepo()Jakob Pfender2011-03-251-1/+1
|/
* Remove circular dependency in includesVicent Marti2011-03-231-1/+0
* odb.h: Fix minor typoJakob Pfender2011-03-231-1/+1
* common.h: Fix minor typosJakob Pfender2011-03-231-3/+3
* Improve the ODB writing backendVicent Marti2011-03-232-0/+27
* Do not return on `void` helper methodsVicent Marti2011-03-234-4/+4
* Remove `git_repository_gc` from the headersVicent Marti2011-03-231-10/+6
* Add close wappers for commit, tree, tag and blobCarlos Martín Nieto2011-03-234-0/+71
* Fix compilation in MinGWVicent Marti2011-03-231-1/+1
* Switch from time_t to git_time_tnulltoken2011-03-233-7/+7
* Add getters for `git_odb_object`Vicent Marti2011-03-221-0/+42
* I broke your bindingsVicent Marti2011-03-209-343/+338
* Thread safe cacheVicent Marti2011-03-201-2/+0
* Fix headers for the new Revision WalkerVicent Marti2011-03-161-1/+1
* Change the Revwalk reset behavior to the old versionVicent Marti2011-03-161-8/+57
* Fix signature in `git_repository_gc`Vicent Marti2011-03-161-1/+1
* Export `git_repository_gc` properlyVicent Marti2011-03-161-1/+1
* Export `git_strarray_free` instead of inliningVicent Marti2011-03-161-8/+1
* Add proper threading support to libgit2Vicent Marti2011-03-151-9/+1