X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=git.c;h=8788b32ccd891eb4db25fd6f1232935635d5a153;hb=b5d156c3622fa522966034c78fd6ed9a15504d46;hp=d232de92e496bd5750015edce22d3b67f236b605;hpb=738c2187604756fea3901554a49f9137e02ed0ef;p=git.git diff --git a/git.c b/git.c index d232de92e..8788b32cc 100644 --- a/git.c +++ b/git.c @@ -256,8 +256,6 @@ static int handle_alias(int *argcp, const char ***argv) return ret; } -const char git_version_string[] = GIT_VERSION; - #define RUN_SETUP (1<<0) #define RUN_SETUP_GENTLY (1<<1) #define USE_PAGER (1<<2) @@ -353,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 },