diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-16 22:21:36 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-22 01:54:12 -0700 |
commit | 0fe51391a80919870f94ddb442df234bb2223f3b (patch) | |
tree | 49c368565ba0c9676070aa603a929e27c36da0e7 /.gitignore | |
parent | 01c6ad29bd1b647d4fd1acea54e374c740ec3c10 (diff) | |
download | git-0fe51391a80919870f94ddb442df234bb2223f3b.tar.gz git-0fe51391a80919870f94ddb442df234bb2223f3b.tar.xz |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0fd59b9ff..007b540f4 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,6 @@ git-diff-helper git-diff-index git-diff-stages git-diff-tree -git-export git-fetch git-fetch-pack git-format-patch |