contrib: add credential helper for libsecret
commit87d1353a6a133aafd2ef29ba6c740a8d3d71dadb
authorMantas Mikulėnas <grawity@gmail.com>
Sun, 9 Oct 2016 12:34:17 +0000 (9 15:34 +0300)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Oct 2016 20:14:51 +0000 (11 13:14 -0700)
treeb963e6b649e1bcbddc6f1cf114e22fb145a1f204
parent0b65a8dbdb38962e700ee16776a3042beb489060
contrib: add credential helper for libsecret

This is based on the existing gnome-keyring helper, but instead of
libgnome-keyring (which was specific to GNOME and is deprecated), it
uses libsecret which can support other implementations of XDG Secret
Service API.

Passes t0303-credential-external.sh.

Signed-off-by: Mantas Mikulėnas <grawity@gmail.com>
Reviewed-by: Dennis Kaarsemaker <dennis@kaarsemaker.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/credential/libsecret/Makefile [new file with mode: 0644]
contrib/credential/libsecret/git-credential-libsecret.c [new file with mode: 0644]