Add compatibility aliases.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-10-14 04:17:46 +02:00
parent 75f6932ae9
commit 3c898e1c1b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 0 deletions

View File

@ -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