summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #805 from nulltoken/fix/revwalk-email-parsingVicent Martí2012-07-121-0/+3
|\ \ \
| * | | signature: prevent angle bracket usage in identitynulltoken2012-07-111-0/+3
* | | | Merge pull request #814 from nulltoken/topic/revparse-refacVicent Martí2012-07-122-0/+40
|\ \ \ \
| * | | | refs: introduce git_reference_remote_tracking_from_branch()nulltoken2012-07-121-0/+21
| * | | | commit: introduce git_commit_nth_gen_ancestor()nulltoken2012-07-121-0/+19
| |/ / /
* | | | Merge pull request #812 from arrbee/assorted-tweaksVicent Martí2012-07-122-2/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Add flag to write gitlink on setting repo workdirRussell Belfer2012-07-101-1/+4
| * | | Adding git_config_foreach_match() iteration fnRussell Belfer2012-07-101-1/+19
* | | | Merge pull request #801 from nulltoken/fix/ref-renamingVicent Martí2012-07-112-0/+12
|\ \ \ \ | |/ / / |/| | |
| * | | refs: deploy git_reference_has_log()nulltoken2012-07-071-0/+2
| * | | refs: add git_reference_has_log()nulltoken2012-07-071-0/+10
* | | | Merge pull request #793 from libgit2/tree-entry-by-pathRussell Belfer2012-07-101-14/+53
|\ \ \ \
| * | | | tree: Rename `entry_copy` to `entry_dup`Vicent Marti2012-06-291-2/+2
| * | | | tree: Bring back `entry_bypath`Vicent Marti2012-06-291-14/+53
| | |/ / | |/| |
* | | | Merge pull request #797 from yorah/fix/inter-hunk-contextRussell Belfer2012-07-101-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | diff: make inter-hunk-context default value git-compliantyorah2012-07-021-1/+1
| |/ /
* | | Replace incorrect 'it' with 'if' in documentationKevin Sawicki2012-07-031-2/+2
|/ /
* | 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-136-24/+165
| |\ \
| * | | 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-0736-1156/+3758
| |\ \ \
| * | | | 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-193-4/+45
|/ / / /
* | | | 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-072-0/+50
|\ \ \ \
| * | | | Add git_reset()nulltoken2012-06-072-0/+50
* | | | | Merge pull request #684 from benstraub/rev-parseVicent Martí2012-06-071-0/+36
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'development' into rev-parseBen Straub2012-06-0528-278/+333
| |\ \ \ \
| * | | | | 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
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |