Add user-from-url param to auth callback

This commit is contained in:
Ben Straub
2013-01-31 10:44:57 -08:00
parent 2234b2b031
commit 7602cb7c0e
7 changed files with 62 additions and 8 deletions
+1
View File
@@ -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))
{