Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Builtin git-commit-tree.
[gitweb.git]
/
git.c
diff --git
a/git.c
b/git.c
index 300e2b269cb7fa823e211e76605c04b5aaa8375d..4c2c062e3648e4079038bff04fb98776d524af4f 100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-56,7
+56,8
@@
static void handle_internal_command(int argc, const char **argv, char **envp)
{ "ls-files", cmd_ls_files },
{ "ls-tree", cmd_ls_tree },
{ "tar-tree", cmd_tar_tree },
- { "read-tree", cmd_read_tree }
+ { "read-tree", cmd_read_tree },
+ { "commit-tree", cmd_commit_tree }
};
int i;