Sha256: e133482c55b6245e18cb64cf9b4f0afd308202c4a56e315631ba2a2cbc7f9f03
Contents?: true
Size: 517 Bytes
Versions: 2
Compression:
Stored size: 517 Bytes
Contents
/* * Copyright (C) the libgit2 contributors. All rights reserved. * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_fetch_h__ #define INCLUDE_fetch_h__ #include "common.h" #include "git2/remote.h" int git_fetch_negotiate(git_remote *remote, const git_fetch_options *opts); int git_fetch_download_pack(git_remote *remote); int git_fetch_setup_walk(git_revwalk **out, git_repository *repo); #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rugged-1.7.2 | vendor/libgit2/src/libgit2/fetch.h |
rugged-1.7.1 | vendor/libgit2/src/libgit2/fetch.h |