libgit2/tests/checkout
Carlos Martín Nieto 8f0104ecc5 Remove the callbacks struct from the remote
Having the setting be different from calling its actions was not a great
idea and made for the sake of the wrong convenience.

Instead of that, accept either fetch options, push options or the
callbacks when dealing with the remote. The fetch options are currently
only the callbacks, but more options will be moved from setters and
getters on the remote to the options.

This does mean passing the same struct along the different functions but
the typical use-case will only call git_remote_fetch() or
git_remote_push() and so won't notice much difference.
2015-05-13 09:46:35 +02:00
..
binaryunicode.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
checkout_helpers.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
checkout_helpers.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
conflict.c Merge pull request #2567 from cirosantilli/factor-41 2014-09-17 17:13:25 +02:00
crlf.c Illustrate bad checkout on Windows 2015-03-25 10:20:47 -04:00
head.c git_checkout_opts -> git_checkout_options 2014-03-06 09:44:51 -08:00
icase.c checkout test: better case-insensitive test on Mac 2015-05-04 07:18:30 -05:00
index.c Remove the callbacks struct from the remote 2015-05-13 09:46:35 +02:00
nasty.c win32: further cleanups for 8.3 disabling 2015-02-03 20:01:24 -05:00
tree.c checkout test: only run icase on icase platform 2015-05-04 07:18:29 -05:00
typechange.c repository: remove log message override for switching the active branch 2015-03-03 14:40:50 +01:00