Skip to content

Commit 87c9a14

Browse files
moygitster
authored andcommitted
Documentation/fast-import: clarify summary for feature command
In most cases, "feature <foo>" does not just require that the feature exists, but also changes the behavior by enabling it. Cases where the feature is only requested like cat-blob, notes or ls are clearly documented below. Signed-off-by: Matthieu Moy <[email protected]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f59bebb commit 87c9a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-fast-import.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ and control the current import process. More detailed discussion
361361
`--cat-blob-fd` or `stdout` if unspecified.
362362

363363
`feature`::
364-
Require that fast-import supports the specified feature, or
365-
abort if it does not.
364+
Enable the specified feature. This requires that fast-import
365+
supports the specified feature, and aborts if it does not.
366366

367367
`option`::
368368
Specify any of the options listed under OPTIONS that do not

0 commit comments

Comments
 (0)