git/contrib/credential
Brandon Casey 15f7221686 contrib/git-credential-gnome-keyring.c: support really ancient gnome-keyring
The gnome-keyring lib (0.4) distributed with RHEL 4.X is really ancient
and does not provide most of the synchronous functions that even ancient
releases do.  Thankfully, we're only using one function that is missing.
Let's emulate gnome_keyring_item_delete_sync() by calling the asynchronous
function and then triggering the event loop processing until our
callback is called.

Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-10-16 09:35:33 -07:00
..
gnome-keyring contrib/git-credential-gnome-keyring.c: support really ancient gnome-keyring 2013-10-16 09:35:33 -07:00
netrc Add contrib/credentials/netrc with GPG support 2013-02-25 13:46:14 -08:00
osxkeychain credential-osxkeychain: support more protocols 2013-05-28 11:29:47 -07:00
wincred Merge branch 'da/downcase-u-in-usage' 2013-03-19 12:15:54 -07:00