contrib/git-credential-gnome-keyring.c: support ancient gnome-keyring
authorBrandon Casey <redacted>
Mon, 23 Sep 2013 18:49:16 +0000 (11:49 -0700)
committerJunio C Hamano <redacted>
Wed, 16 Oct 2013 16:35:33 +0000 (09:35 -0700)
commit5a3db110533b3b58002a03da837aa38fdc4bfc56
tree636befa31a5ee1120d0b32640ad41ffe02948c26
parent81c57e2c9d99ced72bcc6b9633109dff73a04526
contrib/git-credential-gnome-keyring.c: support ancient gnome-keyring

The gnome-keyring lib distributed with RHEL 5.X is ancient and does
not provide a few of the functions/defines that more recent versions
do, but mostly the API is the same.  Let's provide the missing bits
via macro definitions and function implementation.

Signed-off-by: Brandon Casey <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/credential/gnome-keyring/git-credential-gnome-keyring.c
git clone https://git.99rst.org/PROJECT