summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-07-09 09:01:45 -0700
committerJunio C Hamano <gitster@pobox.com>2012-07-09 09:01:45 -0700
commitee02c2ab379dd25451199938788212414bcdf156 (patch)
treee7475299eb1ea64f52d45be64e903d4c8fac92a9 /git.c
parent3a335ee2da090e435bd771df56860496b570decc (diff)
parent2da7830d5c3b0779fed6ac16008a6e380a99dd2e (diff)
downloadgit-ee02c2ab379dd25451199938788212414bcdf156.tar.gz
Merge branch 'mm/credential-plumbing'
Expose the credential API to scripted Porcelain writers. * mm/credential-plumbing: git-remote-mediawiki: update comments to reflect credential support git-remote-mediawiki: add credential support git credential fill: output the whole 'struct credential' add 'git credential' plumbing command
Diffstat (limited to 'git.c')
-rw-r--r--git.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/git.c b/git.c
index 4da3db522a..8788b32ccd 100644
--- a/git.c
+++ b/git.c
@@ -351,6 +351,7 @@ static void handle_internal_command(int argc, const char **argv)
{ "commit-tree", cmd_commit_tree, RUN_SETUP },
{ "config", cmd_config, RUN_SETUP_GENTLY },
{ "count-objects", cmd_count_objects, RUN_SETUP },
+ { "credential", cmd_credential, RUN_SETUP_GENTLY },
{ "describe", cmd_describe, RUN_SETUP },
{ "diff", cmd_diff },
{ "diff-files", cmd_diff_files, RUN_SETUP | NEED_WORK_TREE },