index
:
go.wit.com/lib/libgit2.git
devel
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
checkout.go
Age
Commit message (
Expand
)
Author
2021-09-05
The big Callback type adjustment of 2020
lhchavez
2020-12-10
More callback refactoring (#713)
lhchavez
2020-12-05
Refactor all callbacks (#700)
lhchavez
2020-12-05
Mark some symbols to be deprecated #minor (#698)
lhchavez
2020-10-22
refactor: Use undeprecated options init (#656)
Suhaib Mujahid
2018-12-17
Fix typo in constant name
Will Medlar
2017-07-08
First round of mass keep-alive additions
Carlos Martín Nieto
2016-08-28
Removed Useless Argument Check
Mirko Nosenzo
2016-06-25
Checkout Payload Pointer Fix
Mirko Nosenzo
2016-05-29
Checkout Callbacks Payload Check in Callback Functions
Mirko Nosenzo
2016-05-29
Checkout Callbacks Payload Check
Mirko Nosenzo
2016-05-29
Checkout Callbacks
Mirko Nosenzo
2015-09-18
Expose baseline field in CheckoutOptions
Jose Alvarez
2015-07-10
Bring back CheckoutForce
Carlos Martín Nieto
2015-06-08
Merge remote-tracking branch 'origin/master' into next
Carlos Martín Nieto
2015-04-03
Merge pull request #180 from arcamael/master
Carlos Martín Nieto
2015-03-15
Add possibiliy of checkout on specific path
Geoffrey Ragot
2015-03-15
Update to libgit2 d675982a153
Carlos Martín Nieto
2015-03-04
Cherrypick
Mark Probst
2015-03-04
Fix typos in constants
Mark Probst
2015-01-29
Add TargetDirectory field to Checkout options.
joseferminj
2014-10-28
Make the constants have types
Carlos Martín Nieto
2014-08-28
embrace static types
CMGS
2014-08-27
enhance checkout, add CheckoutTree method
CMGS
2014-05-03
checkout: init_opts -> init_options
Carlos Martín Nieto
2014-03-26
update to new merge API
Jesse Ezell
2014-03-11
CheckoutIndex: allow for index to be nil
Carlos Martín Nieto
2014-03-11
Move checkout functions options more in line with the library
Carlos Martín Nieto
2014-03-11
Remove custom checkout opts init function
Carlos Martín Nieto
2014-03-11
Adjust to checkout_opts -> checkout_options
Carlos Martín Nieto
2014-02-26
Added git error code to the error object.
Jesper Hansen
2013-12-18
Lock the OS thread when acessing errors
Carlos Martín Nieto
2013-11-14
Don't repeat the pkg-config line
Carlos Martín Nieto
2013-09-12
Camel-case constants
Carlos Martín Nieto
2013-03-19
Implement rudimentary checkout operations
Axel Wagner