summaryrefslogtreecommitdiff
path: root/checkout.go
AgeCommit message (Expand)Author
2021-09-05The big Callback type adjustment of 2020lhchavez
2020-12-10More callback refactoring (#713)lhchavez
2020-12-05Refactor all callbacks (#700)lhchavez
2020-12-05Mark some symbols to be deprecated #minor (#698)lhchavez
2020-10-22refactor: Use undeprecated options init (#656)Suhaib Mujahid
2018-12-17Fix typo in constant nameWill Medlar
2017-07-08First round of mass keep-alive additionsCarlos Martín Nieto
2016-08-28Removed Useless Argument CheckMirko Nosenzo
2016-06-25Checkout Payload Pointer FixMirko Nosenzo
2016-05-29Checkout Callbacks Payload Check in Callback FunctionsMirko Nosenzo
2016-05-29Checkout Callbacks Payload CheckMirko Nosenzo
2016-05-29Checkout CallbacksMirko Nosenzo
2015-09-18Expose baseline field in CheckoutOptionsJose Alvarez
2015-07-10Bring back CheckoutForceCarlos Martín Nieto
2015-06-08Merge remote-tracking branch 'origin/master' into nextCarlos Martín Nieto
2015-04-03Merge pull request #180 from arcamael/masterCarlos Martín Nieto
2015-03-15Add possibiliy of checkout on specific pathGeoffrey Ragot
2015-03-15Update to libgit2 d675982a153Carlos Martín Nieto
2015-03-04CherrypickMark Probst
2015-03-04Fix typos in constantsMark Probst
2015-01-29Add TargetDirectory field to Checkout options.joseferminj
2014-10-28Make the constants have typesCarlos Martín Nieto
2014-08-28embrace static typesCMGS
2014-08-27enhance checkout, add CheckoutTree methodCMGS
2014-05-03checkout: init_opts -> init_optionsCarlos Martín Nieto
2014-03-26update to new merge APIJesse Ezell
2014-03-11CheckoutIndex: allow for index to be nilCarlos Martín Nieto
2014-03-11Move checkout functions options more in line with the libraryCarlos Martín Nieto
2014-03-11Remove custom checkout opts init functionCarlos Martín Nieto
2014-03-11Adjust to checkout_opts -> checkout_optionsCarlos Martín Nieto
2014-02-26Added git error code to the error object.Jesper Hansen
2013-12-18Lock the OS thread when acessing errorsCarlos Martín Nieto
2013-11-14Don't repeat the pkg-config lineCarlos Martín Nieto
2013-09-12Camel-case constantsCarlos Martín Nieto
2013-03-19Implement rudimentary checkout operationsAxel Wagner