This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
207 changed files
with
17,689 additions
and
7,639 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# libgit2 1.4.2-2 | ||
# libgit2 1.7.0-2 | ||
|
||
- mingw-w64-i686-zlib-1.2.11-9100-any.pkg.tar.xz | ||
- mingw-w64-i686-openssl-1.1.1.m-9800-any.pkg.tar.xz | ||
- mingw-w64-i686-libssh2-1.11.0-9800-any.pkg.tar.xz | ||
- mingw-w64-i686-libgit2-1.4.2-2-any.pkg.tar.xz | ||
- mingw-w64-i686-openssl-3.1.1-9800-any.pkg.tar.xz | ||
- mingw-w64-i686-libssh2-1.11.0-9801-any.pkg.tar.xz | ||
- mingw-w64-i686-libgit2-1.7.0-2-any.pkg.tar.xz | ||
- mingw-w64-x86_64-zlib-1.2.11-9100-any.pkg.tar.xz | ||
- mingw-w64-x86_64-openssl-1.1.1.m-9800-any.pkg.tar.xz | ||
- mingw-w64-x86_64-libssh2-1.11.0-9800-any.pkg.tar.xz | ||
- mingw-w64-x86_64-libgit2-1.4.2-2-any.pkg.tar.xz | ||
- mingw-w64-x86_64-openssl-3.1.1-9800-any.pkg.tar.xz | ||
- mingw-w64-x86_64-libssh2-1.11.0-9801-any.pkg.tar.xz | ||
- mingw-w64-x86_64-libgit2-1.7.0-2-any.pkg.tar.xz | ||
- mingw-w64-ucrt-x86_64-zlib-1.2.11-9100-any.pkg.tar.xz | ||
- mingw-w64-ucrt-x86_64-openssl-1.1.1.m-9800-any.pkg.tar.xz | ||
- mingw-w64-ucrt-x86_64-libssh2-1.11.0-9800-any.pkg.tar.xz | ||
- mingw-w64-ucrt-x86_64-libgit2-1.4.2-2-any.pkg.tar.xz | ||
- mingw-w64-ucrt-x86_64-openssl-3.1.1-9800-any.pkg.tar.xz | ||
- mingw-w64-ucrt-x86_64-libssh2-1.11.0-9801-any.pkg.tar.xz | ||
- mingw-w64-ucrt-x86_64-libgit2-1.7.0-2-any.pkg.tar.xz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,74 @@ | ||
/* | ||
* 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_git_git_h__ | ||
#define INCLUDE_git_git_h__ | ||
|
||
#include "git2/annotated_commit.h" | ||
#include "git2/apply.h" | ||
#include "git2/attr.h" | ||
#include "git2/blob.h" | ||
#include "git2/blame.h" | ||
#include "git2/branch.h" | ||
#include "git2/buffer.h" | ||
#include "git2/cert.h" | ||
#include "git2/checkout.h" | ||
#include "git2/cherrypick.h" | ||
#include "git2/clone.h" | ||
#include "git2/commit.h" | ||
#include "git2/common.h" | ||
#include "git2/config.h" | ||
#include "git2/credential.h" | ||
#include "git2/deprecated.h" | ||
#include "git2/describe.h" | ||
#include "git2/diff.h" | ||
#include "git2/email.h" | ||
#include "git2/errors.h" | ||
#include "git2/filter.h" | ||
#include "git2/global.h" | ||
#include "git2/graph.h" | ||
#include "git2/ignore.h" | ||
#include "git2/index.h" | ||
#include "git2/indexer.h" | ||
#include "git2/mailmap.h" | ||
#include "git2/merge.h" | ||
#include "git2/message.h" | ||
#include "git2/net.h" | ||
#include "git2/notes.h" | ||
#include "git2/object.h" | ||
#include "git2/odb.h" | ||
#include "git2/odb_backend.h" | ||
#include "git2/oid.h" | ||
#include "git2/pack.h" | ||
#include "git2/patch.h" | ||
#include "git2/pathspec.h" | ||
#include "git2/proxy.h" | ||
#include "git2/rebase.h" | ||
#include "git2/refdb.h" | ||
#include "git2/reflog.h" | ||
#include "git2/refs.h" | ||
#include "git2/refspec.h" | ||
#include "git2/remote.h" | ||
#include "git2/repository.h" | ||
#include "git2/reset.h" | ||
#include "git2/revert.h" | ||
#include "git2/revparse.h" | ||
#include "git2/revwalk.h" | ||
#include "git2/signature.h" | ||
#include "git2/stash.h" | ||
#include "git2/status.h" | ||
#include "git2/submodule.h" | ||
#include "git2/tag.h" | ||
#include "git2/transport.h" | ||
#include "git2/transaction.h" | ||
#include "git2/tree.h" | ||
#include "git2/types.h" | ||
#include "git2/version.h" | ||
#include "git2/worktree.h" | ||
|
||
#endif | ||
/* | ||
* 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_git_git_h__ | ||
#define INCLUDE_git_git_h__ | ||
|
||
#include "git2/annotated_commit.h" | ||
#include "git2/apply.h" | ||
#include "git2/attr.h" | ||
#include "git2/blob.h" | ||
#include "git2/blame.h" | ||
#include "git2/branch.h" | ||
#include "git2/buffer.h" | ||
#include "git2/cert.h" | ||
#include "git2/checkout.h" | ||
#include "git2/cherrypick.h" | ||
#include "git2/clone.h" | ||
#include "git2/commit.h" | ||
#include "git2/common.h" | ||
#include "git2/config.h" | ||
#include "git2/credential.h" | ||
#include "git2/deprecated.h" | ||
#include "git2/describe.h" | ||
#include "git2/diff.h" | ||
#include "git2/email.h" | ||
#include "git2/errors.h" | ||
#include "git2/experimental.h" | ||
#include "git2/filter.h" | ||
#include "git2/global.h" | ||
#include "git2/graph.h" | ||
#include "git2/ignore.h" | ||
#include "git2/index.h" | ||
#include "git2/indexer.h" | ||
#include "git2/mailmap.h" | ||
#include "git2/merge.h" | ||
#include "git2/message.h" | ||
#include "git2/net.h" | ||
#include "git2/notes.h" | ||
#include "git2/object.h" | ||
#include "git2/odb.h" | ||
#include "git2/odb_backend.h" | ||
#include "git2/oid.h" | ||
#include "git2/pack.h" | ||
#include "git2/patch.h" | ||
#include "git2/pathspec.h" | ||
#include "git2/proxy.h" | ||
#include "git2/rebase.h" | ||
#include "git2/refdb.h" | ||
#include "git2/reflog.h" | ||
#include "git2/refs.h" | ||
#include "git2/refspec.h" | ||
#include "git2/remote.h" | ||
#include "git2/repository.h" | ||
#include "git2/reset.h" | ||
#include "git2/revert.h" | ||
#include "git2/revparse.h" | ||
#include "git2/revwalk.h" | ||
#include "git2/signature.h" | ||
#include "git2/stash.h" | ||
#include "git2/status.h" | ||
#include "git2/submodule.h" | ||
#include "git2/tag.h" | ||
#include "git2/transport.h" | ||
#include "git2/transaction.h" | ||
#include "git2/tree.h" | ||
#include "git2/types.h" | ||
#include "git2/version.h" | ||
#include "git2/worktree.h" | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.