author | Junio C Hamano <junkio@cox.net> | |
Sat, 17 Sep 2005 05:21:36 +0000 (22:21 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 22 Sep 2005 08:54:12 +0000 (01:54 -0700) | ||
commit | 0fe51391a80919870f94ddb442df234bb2223f3b | |
tree | 49c368565ba0c9676070aa603a929e27c36da0e7 | tree | snapshot |
parent | 01c6ad29bd1b647d4fd1acea54e374c740ec3c10 | commit | diff |
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>
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 | diff | blob | history | |
Documentation/git-export.txt | [deleted file] | blob | history |
Documentation/git.txt | diff | blob | history | |
Makefile | diff | blob | history | |
export.c | [deleted file] | blob | history |