From: Javier Roucher Iglesias Date: Sun, 24 Jun 2012 11:39:59 +0000 (+0200) Subject: add 'git credential' plumbing command X-Git-Tag: v1.7.12-rc0~42^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e30b2feb1b50c2d14d32dc3e6e41f7b20a677ff2?hp=e30b2feb1b50c2d14d32dc3e6e41f7b20a677ff2 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 Signed-off-by: Pavel Volek Signed-off-by: Kim Thuat Nguyen Signed-off-by: Javier Roucher Iglesias Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano ---