From: Jonathan Nieder Date: Sun, 28 Nov 2010 19:43:57 +0000 (-0600) Subject: fast-import: clarify documentation of "feature" command X-Git-Tag: v1.7.4.1~5^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/68595cd442caabbd8b43ff0789d2829454efff1b?hp=68595cd442caabbd8b43ff0789d2829454efff1b fast-import: clarify documentation of "feature" command The "feature" command allows streams to specify options for the import that must not be ignored. Logically, they are part of the stream, even though technically most supported features are synonyms to command-line options. Make this more obvious by being more explicit about how the analogy between most "feature" commands and command-line options works. Treat the feature (import-marks) that does not fit this analogy separately. Signed-off-by: Jonathan Nieder Acked-by: Sverre Rabbelier Signed-off-by: Junio C Hamano Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---