Make git-symbolic-ref a builtin

Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Matthias Kestenholz
2006-08-03 17:24:38 +02:00
committed by Junio C Hamano
parent 6441363079
commit 640ce1052b
4 changed files with 7 additions and 5 deletions

1
git.c
View File

@ -268,6 +268,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
{ "name-rev", cmd_name_rev, NEEDS_PREFIX },
{ "pack-objects", cmd_pack_objects, NEEDS_PREFIX },
{ "unpack-objects", cmd_unpack_objects, NEEDS_PREFIX },
{ "symbolic-ref", cmd_symbolic_ref, NEEDS_PREFIX },
};
int i;