summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* libgit2 v0.19.0 "gut merge"v0.19.0Vicent Marti2013-06-251-2/+2
* Fixed most documentation header bugsAndreas Linde2013-06-2417-35/+35
* Add target directory to checkoutRussell Belfer2013-06-211-0/+2
* Fix checkout of modified file when missing from wdRussell Belfer2013-06-211-0/+2
* Add status flags to force output sort orderRussell Belfer2013-06-201-0/+8
* Add index pathspec-based operationsRussell Belfer2013-06-191-0/+115
* Add "as_path" parameters to blob and buffer diffsRussell Belfer2013-06-171-2/+18
* Clarify some docs and minor reorderingRussell Belfer2013-06-171-92/+89
* handle renames in status computationEdward Thomson2013-06-171-7/+14
* status access by index, providing more details to callersEdward Thomson2013-06-172-0/+66
* Merge pull request #1642 from arrbee/diff-function-contextVicent Martí2013-06-121-2/+48
|\
| * Add patch from blobs APIRussell Belfer2013-06-121-2/+45
| * Implement regex pattern diff driverRussell Belfer2013-06-111-0/+3
* | Add high(est) config level for application specific config filesSven Strickroth2013-06-111-0/+4
|/
* 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
|\ \ \ | |/ / |/| |