summaryrefslogtreecommitdiff
path: root/include/git2/checkout.h
Commit message (Expand)AuthorAgeFilesLines
* checkout: add notification callback for skipped filesnulltoken2012-09-211-0/+15
* checkout: Mimic git_diff_options storage of pathsnulltoken2012-09-171-1/+1
* checkout: drop git_checkout_reference()nulltoken2012-09-171-16/+0
* checkout: segregate checkout strategiesnulltoken2012-09-171-4/+7
* checkout: introduce git_checkout_index()nulltoken2012-09-171-0/+14
* checkout: introduce git_checkout_tree()nulltoken2012-09-171-2/+27
* checkout: fix documentation code alignmentnulltoken2012-09-061-10/+12
* Add checkout.h to git2.h.Ben Straub2012-07-311-2/+2
* Checkout: add head- and ref-centric checkouts.Ben Straub2012-07-271-9/+14
* Checkout: implementation of most optionsBen Straub2012-07-261-1/+2
* Restructure for better checkout optionsBen Straub2012-07-261-17/+12
* checkout: introduce git_checkout_optsBen Straub2012-07-261-3/+33
* Fix documentation comment to match actual params.Ben Straub2012-07-131-4/+1
* Clone: new home for git_checkout_force.Ben Straub2012-06-211-0/+38