From 0e7afb18cb354c0860f5db33996ddaf58c2af49d Mon Sep 17 00:00:00 2001 From: "Philipp A. Hartmann" Date: Thu, 23 Aug 2012 18:57:45 +0200 Subject: contrib: add credential helper for GnomeKeyring With this installed in your $PATH, you can store git-over-http passwords in your keyring by doing: git config credential.helper gnome-keyring The code is based in large part on the work of John Szakmeister who wrote the helper originally for the initial, unpublished version of the credential helper protocol. This version will pass t0303 if you do: GIT_TEST_CREDENTIAL_HELPER=gnome-keyring \ ./t0303-credential-external.sh Signed-off-by: Philipp A. Hartmann Signed-off-by: Junio C Hamano --- contrib/credential/gnome-keyring/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 contrib/credential/gnome-keyring/.gitignore (limited to 'contrib/credential/gnome-keyring/.gitignore') diff --git a/contrib/credential/gnome-keyring/.gitignore b/contrib/credential/gnome-keyring/.gitignore new file mode 100644 index 0000000000..88d8fcdbce --- /dev/null +++ b/contrib/credential/gnome-keyring/.gitignore @@ -0,0 +1 @@ +git-credential-gnome-keyring -- cgit v1.2.3