X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git.c;h=bc463c98eac42125c68a380614ec1779e5e81b93;hb=ce0bd64299ae148ef61a63edcac635de41254cb5;hp=10ea934bcf3271797e7087e909978d1b4d3a0ea5;hpb=d177e584255aad351bbbff14aba8e73afc008c75;p=git.git diff --git a/git.c b/git.c index 10ea934b..bc463c98 100644 --- a/git.c +++ b/git.c @@ -69,7 +69,8 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "diff-index", cmd_diff_index }, { "diff-stages", cmd_diff_stages }, { "diff-tree", cmd_diff_tree }, - { "cat-file", cmd_cat_file } + { "cat-file", cmd_cat_file }, + { "rev-parse", cmd_rev_parse } }; int i;