diff options
author | Rene Scharfe <rene.scharfe@lsrfire.ath.cx> | 2006-09-23 17:06:11 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-23 14:00:27 -0700 |
commit | 31756c5da8198eb09f2792230e1bed4d107f5135 (patch) | |
tree | 41a94c4ed7b9a517ab1c17cd86993cfb691e7510 /git.c | |
parent | 3d5c0cc9387b35df47c988fbc0e4379e413d783e (diff) | |
download | git-31756c5da8198eb09f2792230e1bed4d107f5135.tar.gz |
Remove git-zip-tree
git-zip-tree can be safely removed because it was never part of a formal
release. This patch makes 'git-archive --format=zip' the one and only git
ZIP file creation command.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -259,7 +259,6 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "stripspace", cmd_stripspace }, { "symbolic-ref", cmd_symbolic_ref, RUN_SETUP }, { "tar-tree", cmd_tar_tree, RUN_SETUP }, - { "zip-tree", cmd_zip_tree, RUN_SETUP }, { "unpack-objects", cmd_unpack_objects, RUN_SETUP }, { "update-index", cmd_update_index, RUN_SETUP }, { "update-ref", cmd_update_ref, RUN_SETUP }, |