summaryrefslogtreecommitdiff
path: root/include/git2/checkout.h
Commit message (Expand)AuthorAgeFilesLines
* documentation: improve docs for `checkout_head`ethomson/checkout_head_docsEdward Thomson2016-06-151-0/+7
* checkout: better document the `baseline_index` optEdward Thomson2015-05-111-1/+9
* checkout: allow baseline to be specified as indexEdward Thomson2015-05-111-0/+1
* checkout: remove `GIT_CHECKOUT_SAFE_CREATE` as a strategyEdward Thomson2015-02-271-17/+10
* checkout: introduce GIT_CHECKOUT_DONT_WRITE_INDEXEdward Thomson2015-02-141-1/+7
* checkout: remove files before writing new onesEdward Thomson2015-01-201-0/+8
* checkout: introduce git_checkout_perfdataEdward Thomson2015-01-201-0/+15
* checkout: fix docs formatting for the optionsCarlos Martín Nieto2014-07-111-12/+12
* Formatting fixes for the docsCarlos Martín Nieto2014-06-031-12/+12
* Fix remaining init_options inconsistenciesRussell Belfer2014-05-021-6/+5
* git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-14/+14
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+13
* Introduce diff3 mode for checking out conflictsEdward Thomson2014-01-201-0/+7
* Overwrite ignored files on checkoutEdward Thomson2013-12-131-0/+8
* Fix checkout notify callback docs and testsRussell Belfer2013-12-111-8/+13
* 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