diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-01-31 14:24:39 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-31 10:24:53 -0800 |
commit | 6a5d0b0a90789ed92cb87f1b69cfeef2a1db3566 (patch) | |
tree | 7e41d2a126b9090d7d3eaaa37c4dead8ce2a090a /Documentation/git-fast-export.txt | |
parent | b0883aa6c77111e88496bd0afe073caf68ab9f99 (diff) | |
download | git-6a5d0b0a90789ed92cb87f1b69cfeef2a1db3566.tar.gz |
Fix typos in technical documentation.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-fast-export.txt')
-rw-r--r-- | Documentation/git-fast-export.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-fast-export.txt b/Documentation/git-fast-export.txt index c24e14b870..98ec6b5871 100644 --- a/Documentation/git-fast-export.txt +++ b/Documentation/git-fast-export.txt @@ -37,7 +37,7 @@ unsigned, with 'verbatim', they will be silently exported and with 'warn', they will be exported, but you will see a warning. --tag-of-filtered-object=(abort|drop|rewrite):: - Specify how to handle tags whose tagged objectis filtered out. + Specify how to handle tags whose tagged object is filtered out. Since revisions and files to export can be limited by path, tagged objects may be filtered completely. + |