summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Make index add/append support core.filemode flagRussell Belfer2012-06-191-0/+29
* Merge pull request #753 from nulltoken/topic/merge-base-manyVicent Martí2012-06-181-0/+10
|\
| * merge: Expose git_merge_base_many()nulltoken2012-06-071-0/+10
* | Expose git_refspec_parse()Carlos Martín Nieto2012-06-121-0/+8
* | Minor fixes, cleanups, and clarificationsRussell Belfer2012-06-081-22/+69
* | Fix filemode comparison in diffsRussell Belfer2012-06-081-1/+1
* | misc: Fix warnings from PVS Studio trialVicent Martí2012-06-071-1/+1
* | Merge pull request #669 from nulltoken/topic/resetVicent Martí2012-06-073-0/+51
|\ \
| * | Add git_reset()nulltoken2012-06-073-0/+51
* | | Merge pull request #684 from benstraub/rev-parseVicent Martí2012-06-072-0/+37
|\ \ \
| * \ \ Merge branch 'development' into rev-parseBen Straub2012-06-0528-278/+333
| |\ \ \
| * | | | Rev-parse: @{time} syntax.Ben Straub2012-05-111-0/+1
| * | | | 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 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
| |/