Retire git-export.
commit0fe51391a80919870f94ddb442df234bb2223f3b
authorJunio C Hamano <junkio@cox.net>
Sat, 17 Sep 2005 05:21:36 +0000 (16 22:21 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 22 Sep 2005 08:54:12 +0000 (22 01:54 -0700)
tree49c368565ba0c9676070aa603a929e27c36da0e7
parent01c6ad29bd1b647d4fd1acea54e374c740ec3c10
Retire git-export.

git-export was done as a concept example on how easy it is to export
the git data to something else. It's much less powerful than any
number of trivial one-liner scripts now, and real exporters would not
ever use git-export.

It's obviously much less powerful than "git-whatchanged", or just
about any combination of git-rev-list + git-diff-tree.

Signed-off-by: Junio C Hamano <junkio@cox.net>
.gitignore
Documentation/git-export.txt [deleted file]
Documentation/git.txt
Makefile
export.c [deleted file]