diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-09-12 14:41:45 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-09-12 14:41:45 -0700 |
commit | 07fc8a994428c7288050a441a833e3bfcc4912a5 (patch) | |
tree | 1b76dfe3e04128f06fbfc8b65088e987b6b4c3a5 /Documentation | |
parent | Merge branch 'mm/mediawiki-dumb-push-fix' (diff) | |
parent | Documentation/fast-import: clarify summary for `feature` command (diff) | |
download | tgif-07fc8a994428c7288050a441a833e3bfcc4912a5.tar.xz |
Merge branch 'mm/fast-import-feature-doc'
* mm/fast-import-feature-doc:
Documentation/fast-import: clarify summary for `feature` command
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-fast-import.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt index bf1a02a80d..4a9cc74d57 100644 --- a/Documentation/git-fast-import.txt +++ b/Documentation/git-fast-import.txt @@ -361,8 +361,8 @@ and control the current import process. More detailed discussion `--cat-blob-fd` or `stdout` if unspecified. `feature`:: - Require that fast-import supports the specified feature, or - abort if it does not. + Enable the specified feature. This requires that fast-import + supports the specified feature, and aborts if it does not. `option`:: Specify any of the options listed under OPTIONS that do not |