summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-17 05:21:36 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-09-22 08:54:12 (GMT)
commit0fe51391a80919870f94ddb442df234bb2223f3b (patch)
tree49c368565ba0c9676070aa603a929e27c36da0e7 /Documentation
parent01c6ad29bd1b647d4fd1acea54e374c740ec3c10 (diff)
downloadgit-0fe51391a80919870f94ddb442df234bb2223f3b.zip
git-0fe51391a80919870f94ddb442df234bb2223f3b.tar.gz
git-0fe51391a80919870f94ddb442df234bb2223f3b.tar.bz2
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')
-rw-r--r--Documentation/git-export.txt31
-rw-r--r--Documentation/git.txt3
2 files changed, 0 insertions, 34 deletions
diff --git a/Documentation/git-export.txt b/Documentation/git-export.txt
deleted file mode 100644
index 2666a1e..0000000
--- a/Documentation/git-export.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-git-export(1)
-=============
-v0.1, May 2005
-
-NAME
-----
-git-export - Exports each commit and a diff against each of its parents
-
-
-SYNOPSIS
---------
-'git-export' top [base]
-
-DESCRIPTION
------------
-Exports each commit and diff against each of its parents, between
-top and base. If base is not specified it exports everything.
-
-
-Author
-------
-Written by Linus Torvalds <torvalds@osdl.org>
-
-Documentation
---------------
-Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
-
-GIT
----
-Part of the gitlink:git[7] suite
-
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 228f2fc..e915889 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.