* Package name : git-credential-libsecret * URL : https://github.com/git/git/commits/master/contrib/credential/libsecret/git-credential-libsecret.c * License : GPL Programming Lang: C Description : Git helper for accessing credentials via libsecret.
FWIW this file is already shipped in the git package: $ apt-file search git-credential-libsecret git: /usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret.c Cheers, Arnaud
Thanks Arnaud. After installing the package libsecret-1-dev, I was able to build and run git-credential-libsecret from /usr/share/doc/git/contrib/credential/libsecret. I presume the libsecret dependency is why it's a separate package in other distros such as Fedora. https://packages.fedoraproject.org/pkgs/git/git-credential-libsecret/
Patch and implementation is being discussed in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878599