Re: [PATCH v3] credential-osxkeychain: support more protocols

2013-06-02 Thread Junio C Hamano
Xidorn Quan writes: > Add protocol imap, imaps, ftp and smtp for credential-osxkeychain. > > Signed-off-by: Xidorn Quan > Acked-by: John Szakmeister > Acked-by: Jeff King > --- Hmph, I think I already have an identical copy in my tree. Sent a wrong patch? > contrib/credential/osxkeychain/g

[PATCH v3] credential-osxkeychain: support more protocols

2013-05-30 Thread Xidorn Quan
Add protocol imap, imaps, ftp and smtp for credential-osxkeychain. Signed-off-by: Xidorn Quan Acked-by: John Szakmeister Acked-by: Jeff King --- contrib/credential/osxkeychain/git-credential-osxkeychain.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/contrib/

[PATCH v3] credential-osxkeychain: support more protocols

2013-05-27 Thread Xidorn Quan
Add protocol imap, imaps, ftp and smtp for credential-osxkeychain. Signed-off-by: Xidorn Quan Acked-by: John Szakmeister Acked-by: Jeff King --- contrib/credential/osxkeychain/git-credential-osxkeychain.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/contrib/