diff options
author | Matthias Kestenholz <matthias@spinlock.ch> | 2006-08-03 17:24:38 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-04 08:15:11 +0200 |
commit | 640ce1052bbd6a8f1dd4d58beaa521d7592a0f02 (patch) | |
tree | 6083c20c6ca0704d370f07d7f981c65c2d6909bb /git.c | |
parent | Make git-unpack-objects a builtin (diff) | |
download | git-640ce1052bbd6a8f1dd4d58beaa521d7592a0f02.tar.xz git-640ce1052bbd6a8f1dd4d58beaa521d7592a0f02.zip |
Make git-symbolic-ref a builtin
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |