Changed gitconfig to use libsecret helper
This commit is contained in:
parent
5ff903ae73
commit
ef2a1b3d3b
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
||||||
up = !git pull --prune $@ && git submodule update --init --recursive
|
up = !git pull --prune $@ && git submodule update --init --recursive
|
||||||
[credential]
|
[credential]
|
||||||
#helper = /usr/lib/git/git-core/git-credential-store
|
#helper = /usr/lib/git/git-core/git-credential-store
|
||||||
helper = /usr/share/doc/git/contrib/credential/gnome-keyring/git-credential-gnome-keyring
|
#helper = /usr/share/doc/git/contrib/credential/gnome-keyring/git-credential-gnome-keyring
|
||||||
|
helper = /usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret
|
||||||
#helper = /usr/libexec/git-core/git-credential-libsecret
|
#helper = /usr/libexec/git-core/git-credential-libsecret
|
||||||
#helper = libsecret
|
#helper = libsecret
|
||||||
|
|
Loading…
Reference in a new issue