mirror of
https://git.proxmox.com/git/libgit2
synced 2026-08-26 16:25:18 +00:00
Add user-from-url param to auth callback
This commit is contained in:
@@ -61,6 +61,7 @@ static void checkout_progress(const char *path, size_t cur, size_t tot, void *pa
|
||||
|
||||
static int cred_acquire(git_cred **out,
|
||||
const char * UNUSED(url),
|
||||
const char * UNUSED(username_from_url),
|
||||
unsigned int UNUSED(allowed_types),
|
||||
void * UNUSED(payload))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user