aboutsummaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-01-22 07:38:03 -0800
committerJunio C Hamano <gitster@pobox.com>2010-01-22 10:02:16 -0800
commitb53258182bf90b4fb922a20d164a02e6f0e9afd1 (patch)
tree8db5116660b2b22aa791b7a075204253cd7baf83 /git.c
parent112dd5146589ecb76d52bf349bd51dbe2936e936 (diff)
downloadgit-b53258182bf90b4fb922a20d164a02e6f0e9afd1.tar.gz
git-b53258182bf90b4fb922a20d164a02e6f0e9afd1.tar.xz
make "git unpack-file" a built-in
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.c')
-rw-r--r--git.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/git.c b/git.c
index 0b8f8a731..832bd2d53 100644
--- a/git.c
+++ b/git.c
@@ -370,6 +370,7 @@ static void handle_internal_command(int argc, const char **argv)
{ "symbolic-ref", cmd_symbolic_ref, RUN_SETUP },
{ "tag", cmd_tag, RUN_SETUP },
{ "tar-tree", cmd_tar_tree },
+ { "unpack-file", cmd_unpack_file, RUN_SETUP },
{ "unpack-objects", cmd_unpack_objects, RUN_SETUP },
{ "update-index", cmd_update_index, RUN_SETUP },
{ "update-ref", cmd_update_ref, RUN_SETUP },