X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-fast-export.txt;h=a29ac021d9c7ff62e3a761ffa23b7808420b5faa;hb=4ca0f188f6ece3098b60b6ba732e1e8551466f60;hp=e05b686b1e4784290e40993469a2c5fab9b4ce5d;hpb=1b6d0ae58822ca35ce325dab978c35f0265f7227;p=git.git diff --git a/Documentation/git-fast-export.txt b/Documentation/git-fast-export.txt index e05b686b1..a29ac021d 100644 --- a/Documentation/git-fast-export.txt +++ b/Documentation/git-fast-export.txt @@ -8,6 +8,7 @@ git-fast-export - Git data exporter SYNOPSIS -------- +[verse] 'git fast-export [options]' | 'git fast-import' DESCRIPTION @@ -135,15 +136,6 @@ Since 'git fast-import' cannot tag trees, you will not be able to export the linux-2.6.git repository completely, as it contains a tag referencing a tree instead of a commit. - -Author ------- -Written by Johannes E. Schindelin . - -Documentation --------------- -Documentation by Johannes E. Schindelin . - GIT --- Part of the linkgit:git[1] suite