Sverre Rabbelier wrote:
Perhaps we can submit a patch to maint to have it (the
oldest git that supports the 'feature' command) recognize 'feature
notes' though?
Thanks, both. Here's a series based against v1.7.0.9 to do that
(since 1.7.0.y is the oldest series with support for 'feature'.)
For ease of patching, patch 1 backports a related documentation tweak
from v1.7.4-rc0. Patch 2 introduces the "feature notes" command
itself.
Jonathan Nieder (2):
fast-import: clarify documentation of "feature" command
fast-import: introduce "feature notes" command
Documentation/git-fast-import.txt | 37 ++++++++++++++++++++-----------------
fast-import.c | 2 ++
t/t9301-fast-import-notes.sh | 1 +
3 files changed, 23 insertions(+), 17 deletions(-)