From 3c898e1c1ba681eeb21131b775394b6980731eac Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 14 Oct 2020 04:17:46 +0200 Subject: [PATCH] Add compatibility aliases. --- src/git.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/git.cpp b/src/git.cpp index ffc6ef9..936ae49 100644 --- a/src/git.cpp +++ b/src/git.cpp @@ -37,6 +37,8 @@ # if LIBGIT2_VER_MINOR < 99 # define git_credential_ssh_key_new git_cred_ssh_key_new # define git_push_options_init git_push_init_options +# define git_fetch_options_init git_fetch_init_options +# define git_checkout_options_init git_checkout_init_options # endif #endif