diff options
author | James Bowes <jbowes@dangerouslyinc.com> | 2007-03-13 21:58:22 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-17 00:34:19 -0700 |
commit | 6757ada403bf0eb0fb1fddcffbbeb74d91cbbb51 (patch) | |
tree | 63d9b8963756dc94eb7cfc9ca8d57f94830c9d7b /git.c | |
parent | 1589e0517fd22c198799504d6888d5a475024152 (diff) | |
download | git-6757ada403bf0eb0fb1fddcffbbeb74d91cbbb51.tar.gz git-6757ada403bf0eb0fb1fddcffbbeb74d91cbbb51.tar.xz |
Make gc a builtin.
Signed-off-by: James Bowes <jbowes@dangerouslyinc.com>
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
@@ -249,6 +249,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "format-patch", cmd_format_patch, RUN_SETUP }, { "fsck", cmd_fsck, RUN_SETUP }, { "fsck-objects", cmd_fsck, RUN_SETUP }, + { "gc", cmd_gc, RUN_SETUP }, { "get-tar-commit-id", cmd_get_tar_commit_id }, { "grep", cmd_grep, RUN_SETUP | USE_PAGER }, { "help", cmd_help }, |