summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'source/development' into developmentChris Young2012-06-137-24/+167
|\
| * 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
* | | | | Fix gethostbyname compatibilityChris Young2012-06-091-5/+1
* | | | | Generic needs compat filesChris Young2012-06-081-1/+1
* | | | | OS4 compatibilityChris Young2012-06-081-0/+2
* | | | | Fix double-defines when using GIT_OLD_ERRORSChris Young2012-06-071-1/+3
* | | | | Network byte order is big-endian - the way it should be :)Chris Young2012-06-071-0/+8
* | | | | Merge remote-tracking branch 'source/development' into update-testChris Young2012-06-0737-1182/+3774
|\ \ \ \ \ | |/ / / /
| * | | | 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
| |\