mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-04 15:20:50 +00:00
![]() * Move the transport registration mechanisms into a new header under 'sys/' because this is advanced stuff. * Remove the 'priority' argument from the registration as it adds unnecessary complexity. (Since transports cannot decline to operate, only the highest priority transport is ever executed.) Users who require per-priority transports can implement that in their custom transport themselves. * Simplify registration further by taking a scheme (eg "http") instead of a prefix (eg "http://"). |
||
---|---|---|
.. | ||
commit.h | ||
config.h | ||
diff.h | ||
filter.h | ||
index.h | ||
mempack.h | ||
odb_backend.h | ||
refdb_backend.h | ||
reflog.h | ||
refs.h | ||
repository.h | ||
transport.h |