diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-07-09 09:01:45 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-07-09 09:01:45 -0700 |
commit | ee02c2ab379dd25451199938788212414bcdf156 (patch) | |
tree | e7475299eb1ea64f52d45be64e903d4c8fac92a9 /git.c | |
parent | 3a335ee2da090e435bd771df56860496b570decc (diff) | |
parent | 2da7830d5c3b0779fed6ac16008a6e380a99dd2e (diff) | |
download | git-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }, |