/* * GIT - The information manager from hell * * Copyright (C) Linus Torvalds, 2005 */ #include "builtin.h" #include "config.h" #include "environment.h" #include "gettext.h" #include "hex.h" #include "tree.h" #include "cache-tree.h" #include "parse-options.h" #include "repository.h" static const char * const write_tree_usage[] = …; int cmd_write_tree(int argc, const char **argv, const char *cmd_prefix) { … }