Skip to content

Commit

Permalink
Retire git-export.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Sep 22, 2005
1 parent 01c6ad2 commit 0fe5139
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 117 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
31 changes: 0 additions & 31 deletions Documentation/git-export.txt

This file was deleted.

3 changes: 0 additions & 3 deletions Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ PROGRAMS = \
git-checkout-index git-clone-pack git-commit-tree \
git-convert-objects git-diff-files \
git-diff-helper git-diff-index git-diff-stages \
git-diff-tree git-export git-fetch-pack git-fsck-objects \
git-diff-tree git-fetch-pack git-fsck-objects \
git-hash-object git-init-db \
git-local-fetch git-ls-files git-ls-tree git-merge-base \
git-merge-index git-mktag git-pack-objects git-patch-id \
Expand Down
81 changes: 0 additions & 81 deletions export.c

This file was deleted.

0 comments on commit 0fe5139

Please sign in to comment.