summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Adding comment documentation for rev-parse api.Ben Straub2012-05-111-3/+17
| * | | | | First stab at implementation of rev-parse.Ben Straub2012-05-111-0/+22
* | | | | | Merge pull request #704 from nulltoken/topic/blob_fromchunksVicent Martí2012-06-071-0/+42
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | blob: add git_blob_create_fromchunks()nulltoken2012-06-071-0/+42
| | |_|/ / | |/| | |
* | | | | Merge pull request #697 from carlosmn/sslVicent Martí2012-06-052-0/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ssl: allow skipping the server certificate checkCarlos Martín Nieto2012-05-261-0/+9
| * | | | ssl: check certificates against the system's trusted CAsCarlos Martín Nieto2012-05-191-0/+1
* | | | | refspec: expose the force update specifier through git_refspec_force() accessornulltoken2012-05-301-0/+8
| |/ / / |/| | |
* | | | Fix spelling errors.Bruce Mitchener2012-05-1914-28/+28
|/ / /
* | | libgit2 v0.17.0 "Lord of Diffstruction"Vicent Marti2012-05-191-2/+2
* | | errors: Rename error codesVicent Martí2012-05-188-18/+19
* | | errors: Rename the generic return codesVicent Martí2012-05-1821-137/+173
* | | Properly tag all `enums` with a `_t`Vicent Martí2012-05-185-26/+29
* | | refs: git_reference_listall -> git_reference_listVicent Martí2012-05-181-1/+1
* | | errors: Remove old commentsVicent Martí2012-05-181-13/+0
* | | global: Change parameter ordering in APIVicent Martí2012-05-182-28/+28
* | | notes: make git_note_foreach() callback signature easier to cope with from a ...nulltoken2012-05-161-1/+12
* | | tree: Naming conventionsVicent Martí2012-05-161-1/+1
* | | tree: Kill the `git_tree_diff` functionsVicent Martí2012-05-161-34/+0
* | | Merge pull request #702 from arrbee/fix-status-fileVicent Martí2012-05-161-11/+20
|\ \ \
| * | | Ranged iterators and rewritten git_status_fileRussell Belfer2012-05-151-11/+20
* | | | Introduce GITERR_INDEXERCarlos Martín Nieto2012-05-151-0/+1
|/ / /
* | | Merge pull request #696 from nulltoken/topic/notes-listVicent Martí2012-05-141-0/+21
|\ \ \
| * | | notes: add git_notes_foreach()nulltoken2012-05-141-0/+21
* | | | Revert "Specifiy dllimport to MSVC if we're not building libgit2.dll"Vicent Martí2012-05-141-5/+1
|/ / /
* | | Specifiy dllimport to MSVC if we're not building libgit2.dllSascha Cunz2012-05-141-1/+5
* | | Merge pull request #671 from nulltoken/topic/blob_create_fromdiskVicent Martí2012-05-141-0/+12
|\ \ \
| * | | blob: Add git_blob_create_fromdisk()nulltoken2012-05-131-0/+12
| |/ /
* | | Merge pull request #681 from scottjg/solaris-fixesVicent Martí2012-05-141-1/+1
|\ \ \
| * | | Fix comment typo in common.hScott J. Goldman2012-05-101-1/+1
| |/ /
* | | Merge pull request #682 from arrbee/attribute-cache-busterVicent Martí2012-05-141-2/+2
|\ \ \
| * | | Add cache busting to attribute cacheRussell Belfer2012-05-101-2/+2
| |/ /
* | | Add missing GIT_EXTERN declarationsSascha Cunz2012-05-143-9/+9
|/ /
* | Merge pull request #670 from nulltoken/ntk/topic/clean-commit_messageVicent Martí2012-05-082-0/+9
|\ \
| * | commit/tag: ensure the message is cleaned upnulltoken2012-05-072-0/+9
* | | Merge pull request #668 from nulltoken/topic/binary-blobsRussell Belfer2012-05-081-0/+9
|\ \ \
| * | | diff: improve git_diff_blobs() documentationnulltoken2012-05-071-0/+8
| * | | diff: make git_diff_blobs() able to detect binary blobsnulltoken2012-05-071-0/+1
| |/ /
* | | remotes: change git_remote_new's signatureCarlos Martín Nieto2012-05-081-2/+3
* | | remote: add git_remote_add()Carlos Martín Nieto2012-05-081-0/+10
|/ /
* | Merge pull request #664 from arrbee/attrs-from-indexVicent 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