diff options
author | Junio C Hamano <junkio@cox.net> | 2006-08-04 01:23:19 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-04 01:23:19 -0700 |
commit | e414156ab6e7869b29622ee3439e3c91361f5b0e (patch) | |
tree | 81e704edd81e30b6395d2f55ddce06a95688732c /git.c | |
parent | 640ce1052bbd6a8f1dd4d58beaa521d7592a0f02 (diff) | |
download | git-e414156ab6e7869b29622ee3439e3c91361f5b0e.tar.gz git-e414156ab6e7869b29622ee3439e3c91361f5b0e.tar.xz |
Make git-checkout-index a builtin
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
@@ -269,6 +269,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "pack-objects", cmd_pack_objects, NEEDS_PREFIX }, { "unpack-objects", cmd_unpack_objects, NEEDS_PREFIX }, { "symbolic-ref", cmd_symbolic_ref, NEEDS_PREFIX }, + { "checkout-index", cmd_checkout_index, NEEDS_PREFIX }, }; int i; |