Re: [PATCH] Add git-zip-tree to .gitignore
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:38
Rene Scharfe [off-list ref] writes:
quoted hunk
Signed-off-by: Rene Scharfe <redacted>diff --git a/.gitignore b/.gitignore index 55cd984..58a7c92 100644 --- a/.gitignore +++ b/.gitignore@@ -124,6 +124,7 @@ git-verify-pack git-verify-tag git-whatchanged git-write-tree +git-zip-tree git-core-*/?* gitweb/gitweb.cgi test-date
That is sensible.
Although it was my fault applying it already to "master" without
asking this question first, I started to wonder how many more
archive format people would want, and if it might make more
sense to consolidate git-*-tree into a single frontend with an
option to specify the archiver.
We would obviously need to keep git-tar-tree as a backward
compatibility alias for "git archive-tree -f tar", but doing
things that way we do not have to introduce unbounded number of
new git-{zip,rar,...}-tree programs.