summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorMatthias Kestenholz <matthias@spinlock.ch>2006-08-03 15:24:37 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-08-04 06:15:11 (GMT)
commit6441363079d85cf17aee21b8925e9745c8abda16 (patch)
tree2a9cf130a8ad94dc8899a7489dcb34b6f0301549 /git.c
parent5d4a60033543e063bc9d77ca957de0187fb58fb3 (diff)
downloadgit-6441363079d85cf17aee21b8925e9745c8abda16.zip
git-6441363079d85cf17aee21b8925e9745c8abda16.tar.gz
git-6441363079d85cf17aee21b8925e9745c8abda16.tar.bz2
Make git-unpack-objects 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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/git.c b/git.c
index 5d58946..7c3a7f8 100644
--- a/git.c
+++ b/git.c
@@ -267,6 +267,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
{ "repo-config", cmd_repo_config },
{ "name-rev", cmd_name_rev, NEEDS_PREFIX },
{ "pack-objects", cmd_pack_objects, NEEDS_PREFIX },
+ { "unpack-objects", cmd_unpack_objects, NEEDS_PREFIX },
};
int i;