[packages/git-core] use simplier credential.helper setup and make it adapter safe

glen glen at pld-linux.org
Sat Apr 19 09:13:29 CEST 2014


commit a4e33b57fc203794d7254f05fac3326ca7cfa023
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Apr 19 10:13:16 2014 +0300

    use simplier credential.helper setup and make it adapter safe

 git-core.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/git-core.spec b/git-core.spec
index 1dd95c8..515022f 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -417,14 +417,14 @@ Authentication provider module for Git which allows git client to
 authenticate using GNOME Keyring.
 
 You need to register it with:
-git config --global credential.helper %{gitcoredir}/git-credential-gnome-keyring
+- git config --global credential.helper gnome-keyring
 
 %description -n gnome-keyring-git-core -l pl.UTF-8
 Moduł uwierzytelniający dla Subversion pozwalający klientom git
 uwierzytelniać się przy użyciu mechanizmu GNOME Keyring.
 
 Moduł trzeba zarejestrować poleceniem:
-git config --global credential.helper %{gitcoredir}/git-credential-gnome-keyring
+- git config --global credential.helper gnome-keyring
 
 %prep
 %setup -q -n git-%{version}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-core.git/commitdiff/a4e33b57fc203794d7254f05fac3326ca7cfa023



More information about the pld-cvs-commit mailing list