X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit.txt;h=e14102127958d98b1bf37a8d7560320249495ad7;hb=b71d01ef3cb9dfc41b32f360c2b10403b37c0e7a;hp=228f2fc3dd58c35eb6245e4c7343684aa7984451;hpb=0493a3fd5204a36bc961a8611770ddb9ec1ed8ed;p=git.git diff --git a/Documentation/git.txt b/Documentation/git.txt index 228f2fc3d..e14102127 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. @@ -137,9 +134,6 @@ gitlink:git-merge-base[1]:: gitlink:git-rev-list[1]:: Lists commit objects in reverse chronological order -gitlink:git-rev-tree[1]:: - Provides the revision tree for one or more commits - gitlink:git-show-index[1]:: Displays contents of a pack idx file. @@ -369,9 +363,6 @@ gitlink:git-count-objects[1]:: gitlink:git-daemon[1]:: A really simple server for GIT repositories. -gitlink:git-diff-helper[1]:: - Generates patch format output for git-diff-* - gitlink:git-get-tar-commit-id[1]:: Extract commit ID from an archive created using git-tar-tree.