summaryrefslogtreecommitdiff
path: root/include/git2/checkout.h
Commit message (Expand)AuthorAgeFilesLines
* Checkout: Don't assert if treeish is NULLSascha Cunz2013-11-021-1/+1
* Checkout: Unifiy const-ness of `opts` parameterSascha Cunz2013-11-021-2/+2
* checkout (from index) can write conflictsEdward Thomson2013-10-161-7/+10
* clone: const-ify checkout optionsCarlos Martín Nieto2013-10-021-1/+1
* No such thing as an orphan branchCarlos Martín Nieto2013-09-171-1/+1
* Add target directory to checkoutRussell Belfer2013-06-211-0/+2
* Fix checkout of modified file when missing from wdRussell Belfer2013-06-211-0/+2
* allow checkout to proceed when a dir to be removed is in use (win32)Edward Thomson2013-05-031-0/+3
* Add GIT_CHECKOUT_DISABLE_PATHSPEC_MATCHRussell Belfer2013-01-101-1/+5
* update copyrightsEdward Thomson2013-01-081-1/+1
* Correct typos in documentationKevin Sawicki2013-01-061-3/+3
* Simplify checkout documentationRussell Belfer2013-01-041-126/+93
* Add index updating to checkoutRussell Belfer2013-01-041-1/+4
* More checkout improvementsRussell Belfer2013-01-041-28/+32
* Rework checkout internals (again)Russell Belfer2013-01-041-96/+165
* Allow compilation as C++Ben Straub2012-12-061-1/+1
* Add version fields and init macros for public input structs.Ben Straub2012-11-301-1/+2
* More external API cleanupVicent Marti2012-11-271-1/+7
* Add explicit git_index ptr to diff and checkoutRussell Belfer2012-11-141-1/+3
* Fix various cross-platform build issuesRussell Belfer2012-11-091-5/+9
* Rework checkout with new strategy optionsRussell Belfer2012-11-091-29/+126
* Checkout progress now reports completed/total stepsBen Straub2012-10-191-1/+2
* Convert checkout_* to use progress callbackBen Straub2012-10-191-7/+2
* Convert checkout_index to use progress callbackBen Straub2012-10-191-3/+8
* errors: deploy GIT_EORPHANEDHEAD usagenulltoken2012-10-191-1/+2
* Merge pull request #968 from arrbee/diff-support-typechangeRussell Belfer2012-10-171-14/+31
|\
| * Move enum comments next to actual valuesRussell Belfer2012-10-091-21/+23
| * Add complex checkout test and then fix checkoutRussell Belfer2012-10-091-2/+17
* | Separated git_strarray from common.h. Added doxy comments.Paul Thompson2012-10-111-1/+1
|/
* 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