]> git.ipfire.org Git - thirdparty/git.git/commit - builtin.h
add 'git credential' plumbing command
authorJavier Roucher Iglesias <Javier.Roucher-Iglesias@ensimag.imag.fr>
Sun, 24 Jun 2012 11:39:59 +0000 (13:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Jun 2012 18:55:51 +0000 (11:55 -0700)
commite30b2feb1b50c2d14d32dc3e6e41f7b20a677ff2
tree364c41094e77b5d806ea0c2c07a77ffab499f2e0
parentfd378070c8171ba33a9b1aeca37085e6dfbff35b
add 'git credential' plumbing command

The credential API is in C, and not available to scripting languages.
Expose the functionalities of the API by wrapping them into a new
plumbing command "git credentials".

In other words, replace the internal "test-credential" by an official Git
command.

Most documentation writen by: Jeff King <peff@peff.net>
Signed-off-by: Pavel Volek <Pavel.Volek@ensimag.imag.fr>
Signed-off-by: Kim Thuat Nguyen <Kim-Thuat.Nguyen@ensimag.imag.fr>
Signed-off-by: Javier Roucher Iglesias <Javier.Roucher-Iglesias@ensimag.imag.fr>
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Documentation/git-credential.txt [new file with mode: 0644]
Documentation/technical/api-credentials.txt
Makefile
builtin.h
builtin/credential.c [moved from test-credential.c with 63% similarity]
git.c
t/lib-credential.sh