diff options
author | Matthias Kestenholz <matthias@spinlock.ch> | 2006-08-03 17:24:37 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-03 23:15:11 -0700 |
commit | 6441363079d85cf17aee21b8925e9745c8abda16 (patch) | |
tree | 2a9cf130a8ad94dc8899a7489dcb34b6f0301549 /git.c | |
parent | 5d4a60033543e063bc9d77ca957de0187fb58fb3 (diff) | |
download | git-6441363079d85cf17aee21b8925e9745c8abda16.tar.gz git-6441363079d85cf17aee21b8925e9745c8abda16.tar.xz |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |