summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert GIT_STATUS constants to avoid issuesRussell Belfer2012-03-023-8/+16
* Update diff to use iteratorsRussell Belfer2012-03-023-22/+86
* Continue implementation of git-diffRussell Belfer2012-03-021-9/+25
* Clean up diff implementation for reviewRussell Belfer2012-03-022-26/+145
* Implement diff lists and formattersRussell Belfer2012-03-023-46/+97
* Initial implementation of git_diff_blobRussell Belfer2012-03-021-0/+103
* Merge pull request #575 from libgit2/filtersVicent Martí2012-03-022-5/+55
|\
| * attr: Change the attribute check macrosVicent Martí2012-03-021-5/+5
| * config: Refactor & add `git_config_get_mapped`Vicent Martí2012-03-011-0/+50
* | revwalk: add convenience function to push/hide HEADCarlos Martín Nieto2012-02-271-0/+16
* | revwalk: introduce pushing and hiding by globCarlos Martín Nieto2012-02-271-0/+30
|/
* Add git_remote_list()Carlos Martín Nieto2012-02-261-0/+11
* Merge pull request #565 from carlosmn/multimapVicent Martí2012-02-221-0/+27
|\
| * Document {get,set}_multivarCarlos Martín Nieto2012-02-171-2/+15