Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/fast-import: clarify summary for `feature` command
author
Matthieu Moy
<Matthieu.Moy@imag.fr>
Fri, 23 Aug 2013 08:29:20 +0000
(10:29 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 26 Aug 2013 05:31:07 +0000
(22:31 -0700)
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 <Matthieu.Moy@imag.fr>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fast-import.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
f59bebb
)
diff --git
a/Documentation/git-fast-import.txt
b/Documentation/git-fast-import.txt
index bf1a02a80d5f4a61f5bbd0d826ae7df3bce58911..4a9cc74d570cdf047ee8bf27504431c4122f7851 100644
(file)
--- 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