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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a3d9c7a11d..3ca66e42fd 100644 --- a/.gitignore +++ b/.gitignore @@ -128,7 +128,6 @@ git-verify-pack git-verify-tag git-whatchanged git-write-tree -git-zip-tree git-core-*/?* gitweb/gitweb.cgi test-date |