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

-54
This file was deleted.

include/git2/refs.h

+1-1
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

+2-2
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.

lib/i386/libz.a

7.62 KB
Binary file not shown.

lib/x64/libcrypto.a

680 KB
Binary file not shown.

lib/x64/libcurl-dualssl.a

-802 KB
Binary file not shown.

lib/x64/libcurl.a

54 KB
Binary file not shown.

lib/x64/libgit2.a

1.51 KB
Binary file not shown.

lib/x64/libhttp_parser.a

7.96 KB
Binary file not shown.

lib/x64/libssh2.a

3.23 KB
Binary file not shown.

lib/x64/libssl.a

214 KB
Binary file not shown.

lib/x64/libz.a

-1.83 KB
Binary file not shown.

rtools32.sh

-19
This file was deleted.

rtools64.sh

-19
This file was deleted.

0 commit comments

Comments
 (0)