Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit bca9d5c

Browse files
committed
Upload libgit2 from rtool40
1 parent d9bf989 commit bca9d5c

21 files changed

+3
-95
lines changed

PKGBUILD

Lines changed: 0 additions & 54 deletions
This file was deleted.

include/git2/refs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ GIT_EXTERN(int) git_reference_normalize_name(
710710
*/
711711
GIT_EXTERN(int) git_reference_peel(
712712
git_object **out,
713-
git_reference *ref,
713+
const git_reference *ref,
714714
git_otype type);
715715

716716
/**

include/git2/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
#ifndef INCLUDE_git_version_h__
88
#define INCLUDE_git_version_h__
99

10-
#define LIBGIT2_VERSION "0.27.2"
10+
#define LIBGIT2_VERSION "0.27.8"
1111
#define LIBGIT2_VER_MAJOR 0
1212
#define LIBGIT2_VER_MINOR 27
13-
#define LIBGIT2_VER_REVISION 2
13+
#define LIBGIT2_VER_REVISION 8
1414
#define LIBGIT2_VER_PATCH 0
1515

1616
#define LIBGIT2_SOVERSION 27

lib/i386/libcrypto.a

1.25 MB
Binary file not shown.

lib/i386/libcurl-dualssl.a

-768 KB
Binary file not shown.

lib/i386/libcurl.a

823 KB
Binary file not shown.

lib/i386/libgit2.a

2.18 KB
Binary file not shown.

lib/i386/libhttp_parser.a

5.92 KB
Binary file not shown.

lib/i386/libssh2.a

2.62 KB
Binary file not shown.

lib/i386/libssl.a

252 KB
Binary file not shown.

0 commit comments

Comments
 (0)