summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #664 from arrbee/attrs-from-indexdevelopment-mergeVicent Martí2012-05-051-11/+155
|\
| * Fix memory leaks and use after freeRussell Belfer2012-05-041-3/+3
| * Support reading attributes from indexRussell Belfer2012-05-031-11/+155
* | notes: add git_note_default_ref()Michael Schubert2012-05-031-0/+10
|/
* Remove old and unused error codesVicent Martí2012-05-022-108/+8
* Merge branch 'new-error-handling' into developmentVicent Martí2012-05-0215-34/+514
|\
| * Fix usage of "new" for fieldname in public headerRussell Belfer2012-05-021-16/+16
| * Merge remote-tracking branch 'carlosmn/remaining-errors' into new-error-handlingVicent Martí2012-05-011-0/+2
| |\
| | * error handling: move the missing parts over to the new error handlingCarlos Martín Nieto2012-04-261-0/+2
| * | diff: provide more context to the consumer of the callbacksnulltoken2012-04-301-20/+17
| * | remote: add more doc on git_remote_freeMichael Schubert2012-04-281-0/+3
| |/
| * remote: run a callback when updating the branch tipsCarlos Martín Nieto2012-04-251-4/+2
| * transports: buffer the git requests before sending themCarlos Martín Nieto2012-04-252-1/+2
| * fetch: use the streaming indexer when downloading a packCarlos Martín Nieto2012-04-251-1/+1
| * Merge pull request #632 from arrbee/win64-cleanupVicent Martí2012-04-231-0/+20
| |\
| | * Rename to git_reference_name_to_oidRussell Belfer2012-04-231-1/+2
| | * Add git_reference_lookup_oid and lookup_resolvedRussell Belfer2012-04-171-0/+19
| * | Merge remote-tracking branch 'carlosmn/indexer-stream' into new-error-handlingVicent Martí2012-04-191-0/+45
| |\ \ | | |/ | |/|
| | * indexer: add git_indexer_stream_free() and _hash()Carlos Martín Nieto2012-04-131-0/+17
| | * indexer: Add git_indexer_stream_finalize()Carlos Martín Nieto2012-04-131-0/+9
| | * indexer: start writing the stream indexerCarlos Martín Nieto2012-04-131-0/+19
| * | Add support for pathspec to diff and statusRussell Belfer2012-04-131-0/+1
| * | Merge remote-tracking branch 'carlosmn/revwalk-merge-base' into new-error-han...Vicent Martí2012-04-133-0/+58
| |\ \
| | * | Move git_merge_base() to is own header and document itCarlos Martín Nieto2012-04-123-3/+36
| | * | Implement git_merge_base()Carlos Martín Nieto2012-04-121-0/+3
| | * | revwalk: allow pushing/hiding a reference by nameCarlos Martín Nieto2012-04-121-0/+22
| | |/
| * | Refactor git_repository_open with new optionsRussell Belfer2012-04-111-0/+14
| |/
| * error-handling: remote, transportCarlos Martín Nieto2012-04-111-1/+2
| * Typedefs don't have enum in frontCarlos Martín Nieto2012-04-111-1/+1
| * Merge pull request #619 from nulltoken/topic/branchesVicent Martí2012-04-113-6/+133
| |\
| | * branch: add git_branch_move()nulltoken2012-04-101-0/+22
| | * Add basic branch management API: git_branch_create(), git_branch_delete(), gi...nulltoken2012-04-102-6/+96
| | * tag: Add git_tag_peel() which recursively peel a tag until a non tag git_obje...nulltoken2012-04-101-0/+15
| * | Merge branch 'new-error-handling' of github.com:libgit2/libgit2 into new-erro...Vicent Martí2012-04-114-2/+180
| |\ \ | | |/
| | * Improve config handling for diff,submodules,attrsRussell Belfer2012-03-301-3/+1
| | * Added submodule API and use in statusRussell Belfer2012-03-282-1/+106
| | * Fix crash in new status and add recurse optionRussell Belfer2012-03-232-7/+16
| | * New status fixesRussell Belfer2012-03-222-4/+5
| | * Adding new tests for new status commandRussell Belfer2012-03-221-2/+1
| | * Reimplment git_status_foreach using git diffRussell Belfer2012-03-211-1/+67
| * | error-handling: Commit (WIP)Vicent Martí2012-04-021-1/+2
| |/
| * Migrate index, oid, and utils to new errorsRussell Belfer2012-03-191-1/+3
| * Resolve comments from pull requestRussell Belfer2012-03-131-0/+16
| * Migrate ODB files to new error handlingRussell Belfer2012-03-121-1/+2
| * error-handling: On-disk config file backendVicent Martí2012-03-091-6/+1
| * error-handling: ConfigVicent Martí2012-03-071-0/+1
| * error-handling: RepositoryVicent Martí2012-03-071-1/+1
| * error-handling: ReferencesVicent Martí2012-03-061-5/+6
| * refs: Error handling rework. WIPVicent Martí2012-03-031-0/+3
| * error-handling: Add new routinesVicent Martí2012-03-031-0/+15