2018-04-04 22:14 GMT+01:00 Jeff King <peff@xxxxxxxx>: > On the other hand, I'm not sure why we need to pre-seed here. Wouldn't > it be sufficient to just issue a "git send-email", which would then > prompt for the password? And then you'd input your generated token, > which would get saved via the approve mechanism? Yeah, this is precisely what I’ve figured as well. As long as the credentials helper is configured git-send-email will approve the password and it’ll be stored then. New patch sent.