Builtin git-ls-files.

Signed-off-by: Peter Eriksen <s022018@student.dtu.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Peter Eriksen
2006-05-23 14:15:29 +02:00
committed by Junio C Hamano
parent 405053d2d9
commit 0864f26421
4 changed files with 8 additions and 5 deletions

3
git.c
View File

@ -52,7 +52,8 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
{ "grep", cmd_grep },
{ "rev-list", cmd_rev_list },
{ "init-db", cmd_init_db },
{ "check-ref-format", cmd_check_ref_format }
{ "check-ref-format", cmd_check_ref_format },
{ "ls-files", cmd_ls_files }
};
int i;