]> git.pld-linux.org Git - packages/git-core.git/commitdiff
use simplier credential.helper setup and make it adapter safe auto/th/git-core-1.9.2-1
authorElan Ruusamäe <glen@delfi.ee>
Sat, 19 Apr 2014 07:13:16 +0000 (10:13 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 19 Apr 2014 07:13:16 +0000 (10:13 +0300)
git-core.spec

index 1dd95c8a20e9a0842e556f9414813447a9fb7ba4..515022f1bb2ce33b6654d0cd412c2382594fda91 100644 (file)
@@ -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}
This page took 0.515609 seconds and 4 git commands to generate.