summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* errors: Rename error codesbreaking-changesVicent 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-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