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:
committed by
Junio C Hamano
parent
405053d2d9
commit
0864f26421
3
git.c
3
git.c
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user