summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* Update submodule documentationRussell Belfer2013-08-052-21/+81
* remote: fix git_remote_download() documentationCarlos Martín Nieto2013-07-231-13/+7
* Clean up some documentationCarlos Martín Nieto2013-07-235-9/+7
* Small grammar fix in docsAndy Lindeman2013-07-151-1/+1
* Add `git_remote_owner`Etienne Samson2013-07-151-0/+8
* Fixes return type documentationAndy Lindeman2013-07-141-1/+1
* Clarify docs for git_status_fileRussell Belfer2013-07-101-4/+4
* Add ignore_submodules to diff optionsRussell Belfer2013-07-103-44/+48
* Submodule status improvementsRussell Belfer2013-07-101-13/+3
* Add BARE option to git_repository_open_extRussell Belfer2013-07-101-0/+4
* Add API to get path to index fileRussell Belfer2013-07-101-0/+8
* Add git_pathspec_match_diff APIRussell Belfer2013-07-102-0/+49
* Improve include/git2/pathspec.h docsRussell Belfer2013-07-101-29/+46
* Add raw header access to commit APIRussell Belfer2013-07-101-0/+8
* Add public API for pathspec matchingRussell Belfer2013-07-102-0/+210
* Merge pull request #1704 from arrbee/kill-status-index-then-workdirVicent Martí2013-07-091-8/+7
|\
| * Remove GIT_STATUS_SHOW_INDEX_THEN_WORKDIR optionRussell Belfer2013-07-031-8/+7
* | Merge pull request #1695 from arrbee/fix-1695Vicent Martí2013-07-092-40/+50
|\ \
| * | Add GIT_CAP_SSH if library was built with SSHRussell Belfer2013-07-091-1/+2
| * | Make SSH APIs present even without SSH supportRussell Belfer2013-07-091-39/+48
| |/
* | Make the git_signature const in the stash API.Etienne Samson2013-07-091-1/+1
|/
* Fix small typo in docs for git_repository_message.Andrej Mitrovic2013-07-021-1/+1
* Fix docs to use proper enum names that exist.Andrej Mitrovic2013-07-012-9/+9
* 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