diff options
author | Matthias Kestenholz <matthias@spinlock.ch> | 2006-08-03 17:24:36 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-03 23:15:11 -0700 |
commit | 5d4a60033543e063bc9d77ca957de0187fb58fb3 (patch) | |
tree | 582ce28116d8baa3c207feb327ea6b8d81eed671 /git.c | |
parent | d6b64ed0f3549f56c4d948dc2c0f12abc52fd6c9 (diff) | |
download | git-5d4a60033543e063bc9d77ca957de0187fb58fb3.tar.gz |
Make git-pack-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -266,6 +266,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "prune-packed", cmd_prune_packed, NEEDS_PREFIX }, { "repo-config", cmd_repo_config }, { "name-rev", cmd_name_rev, NEEDS_PREFIX }, + { "pack-objects", cmd_pack_objects, NEEDS_PREFIX }, }; int i; |