Builtin git-cat-file

Signed-off-by: Timo Hirvonen <tihirvon@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Timo Hirvonen
2006-05-24 14:08:46 +03:00
committed by Junio C Hamano
parent d48f716861
commit f81daefe56
4 changed files with 8 additions and 5 deletions

3
git.c
View File

@ -68,7 +68,8 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
{ "diff-files", cmd_diff_files },
{ "diff-index", cmd_diff_index },
{ "diff-stages", cmd_diff_stages },
{ "diff-tree", cmd_diff_tree }
{ "diff-tree", cmd_diff_tree },
{ "cat-file", cmd_cat_file }
};
int i;