summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1624 from libgit2/vmg/full-ref-iteratorVicent Martí2013-06-032-43/+49
|\
| * ...Aaaand this worksVicent Marti2013-05-302-8/+8
| * What are the chances, reallyVicent Marti2013-05-292-30/+31
| * Liike thisVicent Marti2013-05-282-6/+11
* | Merge pull request #1621 from NHDaly/clone_transport_flagsVicent Martí2013-05-311-0/+3
|\ \
| * | Added support for setting transport flags (No check SSL cert) to git_clone call.Nathan Daly2013-05-311-0/+3
* | | Merge pull request #1559 from carlosmn/ref-shorthandVicent Martí2013-05-311-0/+15
|\ \ \
| * | | Introduce git_reference_shorthandCarlos Martín Nieto2013-05-081-0/+15
* | | | Proposal to handle default value (auto = 0)yorah2013-05-301-4/+3
| |/ / |/| |
* | | Fix two typos in the merge docs.Arthur Schreiber2013-05-291-2/+2
| |/ |/|
* | packbuilder: also write index in git_packbuilder_writeMichael Schubert2013-05-271-3/+9
* | Fix documentation of git_branch_delete.Daniel Rodríguez Troitiño2013-05-261-1/+2
* | Clarify GIT_DIFF_INCLUDE_UNTRACKED_CONTENT optionRussell Belfer2013-05-241-5/+10
* | Typedef git_config_level_t and use it everywhereRussell Belfer2013-05-242-13/+28
* | Docs for git_libgit2_opts and cache disable tweakRussell Belfer2013-05-241-2/+31
* | Add typedefs on some public enumsRussell Belfer2013-05-243-10/+11
* | Merge pull request #1593 from ethomson/conflict_iteratorVicent Martí2013-05-242-6/+43
|\ \
| * | introduce git_conflict_iteratorEdward Thomson2013-05-172-6/+43
* | | Merge pull request #1592 from ethomson/merge_setupVicent Martí2013-05-242-4/+58
|\ \ \
| * | | merge setupEdward Thomson2013-05-172-4/+58
| |/ /
* | | Merge pull request #1603 from ben/shallowVicent Martí2013-05-241-0/+9
|\ \ \
| * | | Improve test failure outputBen Straub2013-05-231-0/+9
* | | | Merge pull request #1595 from arrbee/even-more-rename-fixesVicent Martí2013-05-242-18/+73
|\ \ \ \ | |/ / / |/| | |
| * | | More diff rename tests; better split swap handlingRussell Belfer2013-05-231-1/+1
| * | | Significant rename detection rewriteRussell Belfer2013-05-221-6/+9
| * | | More git_diff_find_similar improvementsRussell Belfer2013-05-201-0/+2
| * | | Fix issues with git_diff_find_similarRussell Belfer2013-05-171-11/+32
| * | | Add git_diff_print_raw printing helperRussell Belfer2013-05-171-0/+16
| * | | Add git_oid_nfmt - a flexible OID formatterRussell Belfer2013-05-171-4/+17
* | | | Merge pull request #1594 from nulltoken/topic/tag_annotationBen Straub2013-05-211-0/+31
|\ \ \ \
| * | | | tag: Introduce git_tag_annotation_create()nulltoken2013-05-211-0/+31
| | |/ / | |/| |
* | | | Merge pull request #1597 from zodiac/patch-1Ben Straub2013-05-211-1/+1
|\ \ \ \
| * | | | define "long name" in git_reference_name_to_idLi Xuanji2013-05-211-1/+1
| |/ / /
* | | | refs: export the glob iteratorCarlos Martín Nieto2013-05-211-0/+11
|/ / /
* | | revparse: Introduce git_revparse_ext()nulltoken2013-05-161-0/+22
* | | Merge pull request #1558 from bmorganpa/ssh_transportVicent Martí2013-05-161-0/+74
|\ \ \ | |/ / |/| |
| * | Removed ifdefBrad Morgan2013-05-101-2/+0
| * | Moved libssh2 sign callback into typedefBrad Morgan2013-05-091-1/+3
| * | Added ifdefBrad Morgan2013-05-071-0/+2
| * | Merge remote-tracking branch 'origin/development' into ssh_transportBrad Morgan2013-05-0730-619/+1054
| |\ \
| * | | Fixed compilation issues when libssh2 is missingBrad Morgan2013-05-071-0/+6
| * | | Added SSH public key authenticationBrad Morgan2013-05-071-1/+31
| * | | Push working over sshBrad Morgan2013-05-041-0/+25
| * | | Added ssh transport fileBrad Morgan2013-05-031-0/+11
* | | | Add cat-file example and increase const use in APIRussell Belfer2013-05-162-5/+10
* | | | Update index.h docsRussell Belfer2013-05-151-30/+45
* | | | Remove entry dup/free functions and fix commentsRussell Belfer2013-05-151-38/+8
* | | | Add APIs to dup and free git_index_entrysRussell Belfer2013-05-151-12/+36
* | | | Improve docs for git_index_entry flag masksRussell Belfer2013-05-151-18/+40
* | | | Merge pull request #1588 from arrbee/fixes-for-checkout-and-diffVicent Martí2013-05-151-0/+2
|\ \ \ \