diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-01-22 04:50:11 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-22 05:07:06 +0100 |
commit | b28a1ce04cdafbd3b470ec43c0f562054bd45d4d (patch) | |
tree | 36a4a3499ed6d6350c6ac35581ba697759218dd2 /git.c | |
parent | make "git merge-tree" a built-in (diff) | |
download | git-b28a1ce04cdafbd3b470ec43c0f562054bd45d4d.tar.xz git-b28a1ce04cdafbd3b470ec43c0f562054bd45d4d.zip |
make "git hash-object" 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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -318,6 +318,7 @@ static void handle_internal_command(int argc, const char **argv) { "gc", cmd_gc, RUN_SETUP }, { "get-tar-commit-id", cmd_get_tar_commit_id }, { "grep", cmd_grep, USE_PAGER }, + { "hash-object", cmd_hash_object }, { "help", cmd_help }, { "init", cmd_init_db }, { "init-db", cmd_init_db }, |