libgit2/include/git2/sys
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
..
commit.h Add git_commit_amend API 2014-02-07 16:17:59 -08:00
config.h config: borrow refcounted references 2015-03-03 18:35:12 +01:00
diff.h doc: add documentation to all the public structs and enums 2014-12-06 03:44:40 +01:00
filter.h git_filter_opt_t -> git_filter_flag_t 2015-02-19 11:09:54 -05:00
hashsig.h Added GIT_HASHSIG_ALLOW_SMALL_FILES to allow computing signatures for small files 2015-01-14 10:17:56 -06:00
index.h index: reuc and name entrycounts should be size_t 2014-12-22 18:42:03 -06:00
mempack.h Spelling fixes 2014-12-04 21:06:59 -06:00
odb_backend.h Fix remaining init_options inconsistencies 2014-05-02 09:21:33 -07:00
openssl.h Include git2/common.h in sys/openssl.h. 2015-01-02 15:56:03 -08:00
refdb_backend.h Introduce reference transactions 2014-09-30 15:44:32 +02:00
reflog.h reflog: move the reflog implementation into refdb_fs 2013-10-02 06:53:24 +02:00
refs.h Fix public header on sys/refs.h 2014-12-19 15:31:49 +01:00
repository.h Merge pull request #2839 from swisspol/typo 2015-01-26 11:25:16 -06:00
stream.h Fixed error when including git2/include/sys/stream.h 2015-02-11 23:30:34 +01:00
transport.h Remove the callbacks struct from the remote 2015-05-13 09:46:35 +02:00