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 /Documentation/git.txt | |
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 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 228f2fc3d..e9158895b 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -118,9 +118,6 @@ gitlink:git-diff-stages[1]:: gitlink:git-diff-tree[1]:: Compares the content and mode of blobs found via two tree objects -gitlink:git-export[1]:: - Exports each commit and a diff against each of its parents - gitlink:git-fsck-objects[1]:: Verifies the connectivity and validity of the objects in the database Previously this command was known as git-fsck-cache. |