Code

Update the gitweb/README file to include setting the GITWEB_CONFIG environment
[git.git] / git.c
diff --git a/git.c b/git.c
index 1686220488bb62dbf2e238dc488d3fb739156fae..ae80e78456007e8ccb025949af82279f84cdb8fa 100644 (file)
--- a/git.c
+++ b/git.c
@@ -263,7 +263,6 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
                { "update-index", cmd_update_index, RUN_SETUP },
                { "update-ref", cmd_update_ref, RUN_SETUP },
                { "upload-archive", cmd_upload_archive },
-               { "upload-tar", cmd_upload_tar },
                { "version", cmd_version },
                { "whatchanged", cmd_whatchanged, RUN_SETUP | USE_PAGER },
                { "write-tree", cmd_write_tree, RUN_SETUP },