summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tree: Rename `entry_copy` to `entry_dup`tree-entry-by-pathVicent Marti2012-06-291-2/+2
* tree: Bring back `entry_bypath`Vicent Marti2012-06-291-14/+53
* indexer: don't use '/objects/pack/' unconditionallyCarlos Martín Nieto2012-06-281-2/+2
* Merge pull request #785 from nulltoken/topic/refs-fromglobVicent Martí2012-06-251-1/+30
|\
| * references: introduce git_reference_foreach_glob()nulltoken2012-06-221-1/+30
* | amigaos: CleanupVicent Marti2012-06-221-39/+1
* | Merge branch 'pull-req' of https://github.com/chris-y/libgit2 into amigaosVicent Marti2012-06-223-1/+10
|\ \ | |/ |/|
| * Updates from comments on OS4 compatibility pull request http://github.com/lib...Chris Young2012-06-141-2/+0
| * Merge remote-tracking branch 'source/development' into developmentChris Young2012-06-137-24/+167
| |\
| * | 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
| |\ \
| * | | Required include for OS4 to typedef int64_tChris Young2012-06-051-0/+3
* | | | branch: drop git_branch_list()nulltoken2012-06-211-24/+0
* | | | branch: add git_branch_foreach()nulltoken2012-06-211-0/+25
* | | | Merge pull request #775 from arrbee/fix-index-filemodesVicent Martí2012-06-191-0/+29
|\ \ \ \
| * | | | Nicer constantRussell Belfer2012-06-191-1/+1
| * | | | Make index add/append support core.filemode flagRussell Belfer2012-06-191-0/+29
* | | | | message: Expose git_message_prettify()nulltoken2012-06-194-4/+46
|/ / / /
* | | | 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